summaryrefslogtreecommitdiff
path: root/MIBS/arris/ARRIS-C3-RANGING-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/arris/ARRIS-C3-RANGING-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/arris/ARRIS-C3-RANGING-MIB')
-rw-r--r--MIBS/arris/ARRIS-C3-RANGING-MIB68
1 files changed, 68 insertions, 0 deletions
diff --git a/MIBS/arris/ARRIS-C3-RANGING-MIB b/MIBS/arris/ARRIS-C3-RANGING-MIB
new file mode 100644
index 0000000..5bf404c
--- /dev/null
+++ b/MIBS/arris/ARRIS-C3-RANGING-MIB
@@ -0,0 +1,68 @@
+ARRIS-C3-RANGING-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ enterprises,
+ MODULE-IDENTITY,
+ OBJECT-TYPE,
+ Unsigned32,
+ Integer32,
+ IpAddress,
+ NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ DateAndTime,
+ MacAddress,
+ RowStatus,
+ TruthValue
+ FROM SNMPv2-TC
+ cmtsC3
+ FROM ARRIS-MIB
+ docsIfCmtsCmStatusEntry, TenthdBmV
+ FROM DOCS-IF-MIB -- RFC2670
+ ifIndex, InterfaceIndexOrZero
+ FROM IF-MIB; -- RFC2233
+
+cmtsC3RngMIB MODULE-IDENTITY
+ LAST-UPDATED "200308200000Z" -- 20th August 2003
+ ORGANIZATION "Arris International"
+ CONTACT-INFO
+ " Network Management
+ Postal: Arris International.
+ 4400 Cork Airport Business Park
+ Cork Airport, Kinsale Road
+ Cork, Ireland.
+ Tel: +353 21 7305 800
+ Fax: +353 21 4321 972"
+
+ DESCRIPTION
+ "This MIB manages the FFT software on the Arris CMTS C3"
+ ::= { cmtsC3 10 }
+
+
+ phoenixRangingGroup OBJECT IDENTIFIER ::= { cmtsC3RngMIB 1 }
+
+ phxRangingPowerOverride OBJECT-TYPE
+ SYNTAX INTEGER {
+ enabled (1),
+ disabled (2)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Allows the CMTS to be configured to make only 0 dBmV
+ power adjustments in RNG-RSP messages."
+ ::= { phoenixRangingGroup 1 }
+
+ phxRangingForceContinue OBJECT-TYPE
+ SYNTAX INTEGER {
+ disabled (0),
+ enabled (1)
+ }
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Enable the CMTS to force all RNG-RSP messages to issue a
+ Continue status indefinitely regardless of timing, power,
+ etc. accuracy of previous incoming RNG-REQ"
+ ::= { phoenixRangingGroup 2 }
+
+END