CISCO-MGX82XX-SONET-MIB: View SNMP OID List / Download MIB

VENDOR: STRATACOM


 Home MIB: CISCO-MGX82XX-SONET-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sonetConfig 1.3.6.1.4.1.351.110.4.6.1.1
     sonetConfigTable 1.3.6.1.4.1.351.110.4.6.1.1.1 no-access
The SONET Configuration table. There is one row for each SONET port in the BASIS system. The table size (number of rows) is given by the value of sonetLineNumOfValidEntries.
         sonetConfigEntry 1.3.6.1.4.1.351.110.4.6.1.1.1.1 no-access
An entry in the SONET Configuration table.
             sonetLineNum 1.3.6.1.4.1.351.110.4.6.1.1.1.1.1 integer read-only
This object is the identifier of a SONET Interface on a managed device. For MGX8850(For example PXM1 Module): OC-3 : sonetLineNum in a range 1..4 OC-12: sonetLineNum = 1 is the ONLY valid number For Other: sonetLineNum = 1 is the ONLY valid number
             sonetLineType 1.3.6.1.4.1.351.110.4.6.1.1.1.1.2 integer read-write
This variable indicates the cell framing. Defaults to Sts-3c Enumeration: 'sonetSts192c': 7, 'sonetStm16': 6, 'sonetSts3c': 1, 'sonetSts48c': 5, 'sonetStm4': 4, 'sonetSts12c': 3, 'sonetStm1': 2, 'sonetSts3': 9, 'sonetStm64': 8.
             sonetLineLoopbackCommand 1.3.6.1.4.1.351.110.4.6.1.1.1.1.3 integer read-write
This variable represents the loopback configuration of the SONET interface. The values mean: sonetNoLoop Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as it's value. sonetRemoteLineLoop Near End loops back Remote data sonetLocalLineLoop Near End loops back Local data. Enumeration: 'sonetLocalLineLoop': 3, 'sonetNoLoop': 1, 'sonetRemoteLineLoop': 2.
             sonetHCSmasking 1.3.6.1.4.1.351.110.4.6.1.1.1.1.4 integer read-write
HCS masking. Defaults to enable. Enumeration: 'enable': 2, 'disable': 1.
             sonetPayloadScrambling 1.3.6.1.4.1.351.110.4.6.1.1.1.1.5 integer read-write
STS3c or STM-1 payload scrambling. Defaults to enable. Enumeration: 'enable': 2, 'disable': 1.
             sonetFrameScrambling 1.3.6.1.4.1.351.110.4.6.1.1.1.1.6 integer read-write
STS3c or STM-1 frame scrambling. Defaults to enable. Enumeration: 'enable': 2, 'disable': 1.
             sonetLineEnable 1.3.6.1.4.1.351.110.4.6.1.1.1.1.7 integer read-write
This variable indicates if the line is enabled or not defaults to disable Enumeration: 'enable': 1, 'disable': 2.
             sonetLineXmtClkSrc 1.3.6.1.4.1.351.110.4.6.1.1.1.1.8 integer read-write
This represents the type of transmit clock source. backplaneClk: clock source is from the controller card, transmitted via the backplane to the service module. recoverClk: clock is recovered from the received signal. localClk: clock is from a local oscillator on the card. Default is backplaneClk. Enumeration: 'recoverClk': 2, 'backplaneClk': 1, 'localClk': 3.
             sonetRDIVType 1.3.6.1.4.1.351.110.4.6.1.1.1.1.9 integer read-write
This variable represents the type of RDI-V sent by this NE to remote NE. onebit: use 1 bit RDI-V. Compatible with older equipment. threebit: use 3 bit, enhanced RDI-V. Defaults to onebit. Enumeration: 'threebit': 3, 'onebit': 1.
             sonetRDIPType 1.3.6.1.4.1.351.110.4.6.1.1.1.1.10 integer read-write
This variable represents the type of RDI-P sent by this NE to remote NE. onebit: use 1 bit RDI-P. Compatible with older equipment. threebit: use 3 bit, enhanced RDI-P. Defaults to onebit. Enumeration: 'threebit': 3, 'onebit': 1.
             sonetTributaryType 1.3.6.1.4.1.351.110.4.6.1.1.1.1.11 integer read-write
Type of tributary carried within the Sonet/Sdh signal. vt15vc11: carries T1 signals (VT15 or VC11) vt2vc12: carries E1 signals (VT2 or VC12) Default is vt15vc11 for Sonet interfaces and vt2vc12 for SDH interfaces. Enumeration: 'vt15vc11': 1, 'vt2vc12': 2.
             sonetTributaryMappingType 1.3.6.1.4.1.351.110.4.6.1.1.1.1.12 integer read-write
Type of VT/VC mapping. asynchronous: In this mode, the channel structure of the DS1/E1 is neither visible nor preserved. byteSynchronous: In this mode, the DS0 channels inside the VC/VT can be found and extracted. Default is asynchronous. Enumeration: 'asynchronous': 1, 'byteSynchronous': 2.
             sonetTributaryFramingFormat 1.3.6.1.4.1.351.110.4.6.1.1.1.1.13 integer read-write
Type of vt framing format. Is applicable only in byte-sync mapping mode for T1 tributaries. notApplicable: if VT mapping is not byte-sync. sf: superframe format. esf: extended superframe format. Default is esf if sonetTributaryMappingType is set to byteSynchronous, else the default is notApplicable. Enumeration: 'notApplicable': 1, 'sf': 2, 'esf': 3.
             sonetSignallingTransportMode 1.3.6.1.4.1.351.110.4.6.1.1.1.1.14 integer read-write
The mode used to transport DS0 signalling information for T1 byte-sync mapping. notApplicable: if byte-sync mapping is not used. signallingTransferMode: the robbed bit signalling is transferred into the S bits of the VT header and framing bit is discarded. clearMode: only the framing bit is transferred to VT header. The signalling bits are left intact in the VT payload. Default is signallingTransferMode if sonetTributaryMappingType is set to byteSynchronous, else the default is notApplicable. Enumeration: 'notApplicable': 1, 'signallingTransferMode': 2, 'clearMode': 3.
             sonetTributaryGroupingType 1.3.6.1.4.1.351.110.4.6.1.1.1.1.15 integer read-write
This variable indicates the method used to group VCs into an STM-1 signal. Applicable only to SDH. notApplicable: for sonet interfaces. au3Grouping: STM-1 <- AU-3 <- TUG-2 <- TU-12 <- VC12 or STM-1 <- AU-3 <- TUG-2 <- TU-11 <- VC11. au4Grouping: STM-1 <- AU-4 <- TUG-3 <- TUG-2 <- TU-12 <- VC12 or STM-1 <- AU-4 <- TUG-3 <- TUG-2 <- TU-11 <- VC11. Defaults to au3Grouping for SDH interfaces and notApplicable for Sonet interfaces. Enumeration: 'notApplicable': 1, 'au4Grouping': 3, 'au3Grouping': 2.
     sonetConfigNumOfValidEntries 1.3.6.1.4.1.351.110.4.6.1.1.2 integer read-only
The number of SONET configuration entries (regardless of their current configuration) in the sonetConfigTable.
 cwsonetMedium 1.3.6.1.4.1.351.110.4.6.1.2
     cwSonetMediumTable 1.3.6.1.4.1.351.110.4.6.1.2.1 no-access
Sonet medium table parameters
         cwSonetMediumEntry 1.3.6.1.4.1.351.110.4.6.1.2.1.1 no-access
An entry in the SONET/SDH Medium table.
             cwSonetMediumType 1.3.6.1.4.1.351.110.4.6.1.2.1.1.1 integer read-only
This variable identifies whether a SONET or a SDH signal is used across this interface. Enumeration: 'sonet': 1, 'sdh': 2.
             cwSonetMediumTimeElapsed 1.3.6.1.4.1.351.110.4.6.1.2.1.1.2 integer read-only
The number of seconds, including partial seconds, that have elapsed since the beginning of the mandatory error-measurement period.
             cwSonetMediumValidIntervals 1.3.6.1.4.1.351.110.4.6.1.2.1.1.3 integer read-only
The number of previous intervals for which valid data has been stored. A SONET device must support at least n intervals. The minimum value of n is 4. The default of n is 32. The maximum value of n is 96. The value of this object will be n unless the device was brought online within the last (nx15) minutes, in which case the value will be the number of complete 15 minute intervals the device has been online.
             cwSonetMediumLineCoding 1.3.6.1.4.1.351.110.4.6.1.2.1.1.4 integer read-only
This variable describes the line coding for this interface. The B3ZS and CMI are used for electrical SONET/SDH signals (STS-1 and STS-3). The Non-Return to Zero (NRZ) and the Return to Zero are used for optical SONET/SDH signals. Enumeration: 'sonetMediumB3ZS': 2, 'sonetMediumNRZ': 4, 'sonetMediumRZ': 5, 'sonetMediumOther': 1, 'sonetMediumCMI': 3.
             cwSonetMediumLineType 1.3.6.1.4.1.351.110.4.6.1.2.1.1.5 integer read-only
This variable describes the line type for this interface. The line types are Short and Long Range Single Mode fiber or Multi-Mode fiber interfaces, and coax and UTP for electrical interfaces. The value sonetOther should be used when the Line Type is not one of the listed values. Enumeration: 'sonetShortSingleMode': 2, 'sonetMultiMode': 4, 'sonetOther': 1, 'sonetCoax': 5, 'sonetUTP': 6, 'sonetLongSingleMode': 3.
             cwSonetMediumCircuitIdentifier 1.3.6.1.4.1.351.110.4.6.1.2.1.1.6 displaystring read-only
This variable contains the transmission vendor's circuit identifier, for the purpose of facilitating troubleshooting.
 cwsonetSection 1.3.6.1.4.1.351.110.4.6.1.3
     cwSonetSectionCurrentTable 1.3.6.1.4.1.351.110.4.6.1.3.1 no-access
The SONET/SDH Section Current table.
         cwSonetSectionCurrentEntry 1.3.6.1.4.1.351.110.4.6.1.3.1.1 no-access
An entry in the SONET/SDH Section Current table.
             cwSonetSectionCurrentLineNum 1.3.6.1.4.1.351.110.4.6.1.3.1.1.1 integer read-only
line number. There are Max 1 line Num
             cwSonetSectionCurrentStatus 1.3.6.1.4.1.351.110.4.6.1.3.1.1.2 integer read-only
This variable indicates the status of the sonet section layer. The cwSonetSectionCurrentStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetSectionNoDefect should be set if and only if no other flag is set. The various bit positions are: bit 1 = sonetSectionNoDefect bit 2 = sonetSectionLOS bit 3 = sonetSectionLOF
             cwSonetSectionCurrentValidFlag 1.3.6.1.4.1.351.110.4.6.1.3.1.1.3 integer read-only
Indicates if the current 15min bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetSectionCurrent15minTimeElapsed 1.3.6.1.4.1.351.110.4.6.1.3.1.1.4 integer read-only
The number of seconds, including partial seconds, that have elapsed since the beginning of the 15min error-measurement period.
             cwSonetSectionCurrentESs 1.3.6.1.4.1.351.110.4.6.1.3.1.1.5 counter read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Section in the current 15 minute interval.
             cwSonetSectionCurrentSESs 1.3.6.1.4.1.351.110.4.6.1.3.1.1.6 counter read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Section in the current 15 minute interval.
             cwSonetSectionCurrentSEFSs 1.3.6.1.4.1.351.110.4.6.1.3.1.1.7 counter read-only
The counter associated with the number of Severely Errored Framing Seconds encountered by a SONET/SDH Section in the current 15 minute interval.
             cwSonetSectionCurrentCVs 1.3.6.1.4.1.351.110.4.6.1.3.1.1.8 counter read-only
The counter associated with the number of Coding Violations encountered by a SONET/SDH Section in the current 15 minute interval.
             cwSonetSectionCurrentClrButton 1.3.6.1.4.1.351.110.4.6.1.3.1.1.9 integer read-write
Clears all the Section's Current15min counters. Enumeration: 'clear': 2, 'noAction': 1.
     sonetSectionCurrentDayTable 1.3.6.1.4.1.351.110.4.6.1.3.2 no-access
The SONET/SDH Section CurrentDay table.
         sonetSectionCurrentDayEntry 1.3.6.1.4.1.351.110.4.6.1.3.2.1 no-access
An entry in the SONET/SDH Section CurrentDay table.
             sonetSectionCurrentDayLineNum 1.3.6.1.4.1.351.110.4.6.1.3.2.1.1 integer read-only
line number. BNM has one line
             sonetSectionCurrentDayValidFlag 1.3.6.1.4.1.351.110.4.6.1.3.2.1.2 integer read-only
Indicates if the current day bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             sonetSectionCurrentDayESs 1.3.6.1.4.1.351.110.4.6.1.3.2.1.3 counter read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Section in the CurrentDay one day interval.
             sonetSectionCurrentDaySESs 1.3.6.1.4.1.351.110.4.6.1.3.2.1.4 counter read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Section in the CurrentDay minute interval.
             sonetSectionCurrentDaySEFSs 1.3.6.1.4.1.351.110.4.6.1.3.2.1.5 counter read-only
The counter associated with the number of Severely Errored Framing Seconds encountered by a SONET/SDH Section in the CurrentDay one day interval.
             sonetSectionCurrentDayCVs 1.3.6.1.4.1.351.110.4.6.1.3.2.1.6 counter read-only
The counter associated with the number of Coding Violations encountered by a SONET/SDH Section in the CurrentDay one day interval.
             sonetSectionCurrentDayClrButton 1.3.6.1.4.1.351.110.4.6.1.3.2.1.7 integer read-write
Clears all the Section's Current Day counters. Enumeration: 'clear': 2, 'noAction': 1.
     cwSonetSectionIntervalTable 1.3.6.1.4.1.351.110.4.6.1.3.3 no-access
The SONET/SDH Section Interval table.
         cwSonetSectionIntervalEntry 1.3.6.1.4.1.351.110.4.6.1.3.3.1 no-access
An entry in the SONET/SDH Section Interval table.
             cwSonetSectionIntervalLineNum 1.3.6.1.4.1.351.110.4.6.1.3.3.1.1 integer read-only
line number. BNM has one line
             cwSonetSectionIntervalNumber 1.3.6.1.4.1.351.110.4.6.1.3.3.1.2 integer read-only
A number between 1 and 96, which identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
             cwSonetSectionIntervalValidFlag 1.3.6.1.4.1.351.110.4.6.1.3.3.1.3 integer read-only
Indicates if the bucket specified by the interval is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetSectionIntervalESs 1.3.6.1.4.1.351.110.4.6.1.3.3.1.4 counter read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Section in a particular 15-minute interval in the past 24 hours.
             cwSonetSectionIntervalSESs 1.3.6.1.4.1.351.110.4.6.1.3.3.1.5 counter read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Section in a particular 15-minute interval in the past 24 hours.
             cwSonetSectionIntervalSEFss 1.3.6.1.4.1.351.110.4.6.1.3.3.1.6 counter read-only
The counter associated with the number of Severely Errored Framing Seconds encountered by a SONET/SDH Section in a particular 15-minute interval in the past 24 hours.
             cwSonetSectionIntervalCVs 1.3.6.1.4.1.351.110.4.6.1.3.3.1.7 counter read-only
The counter associated with the number of Coding Violations encountered by a SONET/SDH Section in a particular 15-minute interval in the past 24 hours.
     sonetSectionAlarmTable 1.3.6.1.4.1.351.110.4.6.1.3.4 no-access
The SONET/SDH Section Alarm table.
         sonetSectionAlarmEntry 1.3.6.1.4.1.351.110.4.6.1.3.4.1 no-access
An entry in the SONET/SDH Section Alarm table.
             sectionAlarmLineNum 1.3.6.1.4.1.351.110.4.6.1.3.4.1.1 integer read-only
line number. BNM has 1 line
             sonetSectionStatisticalAlarmSeverity 1.3.6.1.4.1.351.110.4.6.1.3.4.1.2 integer read-write
When any statistical threshold is exceeded. Enumeration: 'major': 2, 'minor': 1.
             sonetSectionCurrent15minESsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.3 integer read-write
The default is set to 20.
             sonetSectionCurrentDayESsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.4 integer read-write
The default is set to 200.
             sonetSectionCurrent15minSESsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.5 integer read-write
The default is set to 3.
             sonetSectionCurrentDaySESsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.6 integer read-write
The default is set to 7.
             sonetSectionCurrent15minSEFSsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.7 integer read-write
The default is set to 3.
             sonetSectionCurrentDaySEFSsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.8 integer read-write
The default is set to 7.
             sonetSectionCurrent15minCVsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.9 integer read-write
The default is set to 25.
             sonetSectionCurrentDayCVsThreshold 1.3.6.1.4.1.351.110.4.6.1.3.4.1.10 integer read-write
The default is set to 250.
             sonetSectionTraceSelection 1.3.6.1.4.1.351.110.4.6.1.3.4.1.11 integer read-write
Sonet Section Trace Selection. Enumeration: 'sixteenBytes': 4, 'none': 1, 'sixtyFourBytesCrlf': 3, 'sixteenBytesCrc7': 5, 'sixtyFourBytes': 2, 'sixteenBytesMsb1': 6.
             sonetSectionTraceToTransmit 1.3.6.1.4.1.351.110.4.6.1.3.4.1.12 octet string read-write
Sonet Section Trace To Transmit. 16-64 bytes String. If 16 byte trace is selected, FW will only use bytes 0-15 of the string.
             sonetSectionTraceToExpect 1.3.6.1.4.1.351.110.4.6.1.3.4.1.13 octet string read-write
Sonet Section Trace To Expect. 16-64 bytes String. If 16 byte trace is selected, FW will only use bytes 0-15 of the string.
             sonetSectionTraceReceived 1.3.6.1.4.1.351.110.4.6.1.3.4.1.14 octet string read-write
Sonet Section Trace Received. 16-64 bytes String. The write option is for debugging only.
             sonetSectionStatAlarmStatus 1.3.6.1.4.1.351.110.4.6.1.3.4.1.15 integer read-write
This variable indicates the status of the interface. The sonetSectionStatAlarmStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetLineStatAlarmNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sonetSectionStatAlarmNoDefect 2 sonetSectionCurrent15minESs 3 sonetSectionCurrent15minSESs 4 sonetSectionCurrent15minSEFSs 5 sonetSectionCurrent15minCVs 6 sonetSectionCurrentDayESs 7 sonetSectionCurrentDaySESs 8 sonetSectionCurrentDaySEFSs 9 sonetSectionCurrentDayCVs
     sonetSectionCounterTable 1.3.6.1.4.1.351.110.4.6.1.3.5 no-access
The SONET/SDH Section Counter table.
         sonetSectionCounterEntry 1.3.6.1.4.1.351.110.4.6.1.3.5.1 no-access
An entry in the SONET/SDH Section table.
             sectionCounterLineNum 1.3.6.1.4.1.351.110.4.6.1.3.5.1.1 integer read-only
line number. There are Max 1 line on the BNM
             sonetSectionCounterLOSs 1.3.6.1.4.1.351.110.4.6.1.3.5.1.2 gauge read-only
The counter associated with the number of LOSs encountered by a SONET/SDH.
             sonetSectionCounterLOFs 1.3.6.1.4.1.351.110.4.6.1.3.5.1.3 gauge read-only
The counter associated with the number of LOFs encountered by a SONET/SDH Section.
             sonetSectionCounterClrButton 1.3.6.1.4.1.351.110.4.6.1.3.5.1.4 integer read-write
Clears all the Section's counters. Enumeration: 'clear': 2, 'noAction': 1.
 cwsonetLine 1.3.6.1.4.1.351.110.4.6.1.4
     cwSonetLineCurrentTable 1.3.6.1.4.1.351.110.4.6.1.4.1 no-access
The SONET/SDH Line Current table.
         cwSonetLineCurrentEntry 1.3.6.1.4.1.351.110.4.6.1.4.1.1 no-access
An entry in the SONET/SDH Line Current table.
             cwSonetLineCurrentLineNum 1.3.6.1.4.1.351.110.4.6.1.4.1.1.1 integer read-only
line number. BNM has one line
             cwSonetLineCurrentStatus 1.3.6.1.4.1.351.110.4.6.1.4.1.1.2 integer read-only
This variable indicates the status of the sonet line layer. The cwSonetLineCurrentStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetLineNoDefect should be set if and only if no other flag is set. The various bit positions are: bit 1 = sonetLineNoDefect bit 2 = sonetLineRcvAIS bit 3 = sonetLineRcvRDI bit 4 = sonetLineXmtAis bit 5 = sonetLineXmtRdi
             cwSonetLineCurrentValidFlag 1.3.6.1.4.1.351.110.4.6.1.4.1.1.3 integer read-only
Indicates if the current 15min bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetLineCurrent15minTimeElapsed 1.3.6.1.4.1.351.110.4.6.1.4.1.1.4 integer read-only
The number of seconds, including partial seconds, that have elapsed since the beginning of the 15min error-measurement period.
             cwSonetLineCurrentESs 1.3.6.1.4.1.351.110.4.6.1.4.1.1.5 gauge read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Line in the current 15 minute interval.
             cwSonetLineCurrentSESs 1.3.6.1.4.1.351.110.4.6.1.4.1.1.6 gauge read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Line in the current 15 minute interval.
             cwSonetLineCurrentCVs 1.3.6.1.4.1.351.110.4.6.1.4.1.1.7 gauge read-only
The counter associated with the number of Coding Violations encountered by a SONET/SDH Line in the current 15 minute interval.
             cwSonetLineCurrentUASs 1.3.6.1.4.1.351.110.4.6.1.4.1.1.8 gauge read-only
The counter associated with the number of Unavailable Seconds encountered by a SONET/SDH Line in the current 15 minute interval.
             cwSonetLineCurrentClrButton 1.3.6.1.4.1.351.110.4.6.1.4.1.1.9 integer read-write
Clears all the SONET Line's Current15min counters. Enumeration: 'clear': 2, 'noAction': 1.
     sonetLineCurrentDayTable 1.3.6.1.4.1.351.110.4.6.1.4.2 no-access
The SONET/SDH Line Current Day table.
         sonetLineCurrentDayEntry 1.3.6.1.4.1.351.110.4.6.1.4.2.1 no-access
An entry in the SONET/SDH Line Current Day table.
             lineCurrentDayLineNum 1.3.6.1.4.1.351.110.4.6.1.4.2.1.1 integer read-only
line number. BNM has 1 line
             sonetLineCurrentDayValidFlag 1.3.6.1.4.1.351.110.4.6.1.4.2.1.2 integer read-only
Indicates if the current day bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             sonetLineCurrentDayESs 1.3.6.1.4.1.351.110.4.6.1.4.2.1.3 gauge read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Line in the current day interval.
             sonetLineCurrentDaySESs 1.3.6.1.4.1.351.110.4.6.1.4.2.1.4 gauge read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Line in the current day interval.
             sonetLineCurrentDayCVs 1.3.6.1.4.1.351.110.4.6.1.4.2.1.5 gauge read-only
The counter associated with the number of Coding Violations (BIP-8*N for STS-N) encountered by a SONET/SDH Line in the current day interval.
             sonetLineCurrentDayFCs 1.3.6.1.4.1.351.110.4.6.1.4.2.1.6 gauge read-only
Number of times that line was in AIS alarm in the current day interval.
             sonetLineCurrentDayUASs 1.3.6.1.4.1.351.110.4.6.1.4.2.1.7 gauge read-only
The counter associated with the number of Unavailable Seconds encountered by a SONET/SDH Line in the current day interval.
             sonetLineCurrentDayClrButton 1.3.6.1.4.1.351.110.4.6.1.4.2.1.8 integer read-write
Clears all the SONET Line's CurrentDay counters. Enumeration: 'clear': 2, 'noAction': 1.
     cwSonetLineIntervalTable 1.3.6.1.4.1.351.110.4.6.1.4.3 no-access
The SONET/SDH Line Interval table.
         cwSonetLineIntervalEntry 1.3.6.1.4.1.351.110.4.6.1.4.3.1 no-access
An entry in the SONET/SDH Line Interval table.
             cwSonetLineIntervalLineNum 1.3.6.1.4.1.351.110.4.6.1.4.3.1.1 integer read-only
line number. BNM has one line
             cwSonetLineIntervalNumber 1.3.6.1.4.1.351.110.4.6.1.4.3.1.2 integer read-only
A number between 1 and 96, which identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
             cwSonetLineIntervalValidFlag 1.3.6.1.4.1.351.110.4.6.1.4.3.1.3 integer read-only
Indicates if the bucket specified by the interval is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetLineIntervalESs 1.3.6.1.4.1.351.110.4.6.1.4.3.1.4 gauge read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Line in a particular 15-minute interval in the past 24 hours.
             cwSonetLineIntervalSESs 1.3.6.1.4.1.351.110.4.6.1.4.3.1.5 gauge read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Line in a particular 15-minute interval in the past 24 hours.
             cwSonetLineIntervalCVs 1.3.6.1.4.1.351.110.4.6.1.4.3.1.6 gauge read-only
The counter associated with the number of Coding Violations (BIP-8*N) encountered by a SONET/SDH Line in a particular 15-minute interval in the past 24 hours.
             cwSonetLineIntervalFCs 1.3.6.1.4.1.351.110.4.6.1.4.3.1.7 gauge read-only
Number of times that line was in AIS alarm in the particular 15-minute interval in the past 24 hours.
             cwSonetLineIntervalUASs 1.3.6.1.4.1.351.110.4.6.1.4.3.1.8 gauge read-only
The counter associated with the number of Unavailable Seconds encountered by a SONET/SDH Line in a particular 15-minute interval in the past 24 hours.
     cwSonetFarEndLineCurrentTable 1.3.6.1.4.1.351.110.4.6.1.4.4 no-access
The SONET/SDH Far End Line Current table.
         cwSonetFarEndLineCurrentEntry 1.3.6.1.4.1.351.110.4.6.1.4.4.1 no-access
An entry in the SONET/SDH Far End Line Current table.
             cwSonetFELineCurrentLineNum 1.3.6.1.4.1.351.110.4.6.1.4.4.1.1 integer read-only
line number. BNM has one line
             cwSonetFarEndLineCurrentValidFlag 1.3.6.1.4.1.351.110.4.6.1.4.4.1.2 integer read-only
Indicates if the Far End current 15min bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetFarEndLineCurrentTimeElapsed 1.3.6.1.4.1.351.110.4.6.1.4.4.1.3 integer read-only
The number of seconds, including partial seconds, that have elapsed since the beginning of the 15min error-measurement period.
             cwSonetFarEndLineCurrentESs 1.3.6.1.4.1.351.110.4.6.1.4.4.1.4 gauge read-only
The counter associated with the number of Far Far End Errored Seconds encountered by a SONET/SDH interface in the current 15 minute interval.
             cwSonetFarEndLineCurrentSESs 1.3.6.1.4.1.351.110.4.6.1.4.4.1.5 gauge read-only
The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET/SDH Medium/Section/Line interface in the current 15 minute interval.
             cwSonetFarEndLineCurrentCVs 1.3.6.1.4.1.351.110.4.6.1.4.4.1.6 gauge read-only
The counter associated with the number of Far End Coding Violations reported via the far end block error (FEBE) count encountered by a SONET/SDH Medium/Section/Line interface in the current 15 minute interval.
             cwSonetFarEndLineCurrentFCs 1.3.6.1.4.1.351.110.4.6.1.4.4.1.7 gauge read-only
The counter associated with the number of RFI failures occurred in the current 15 min.
             cwSonetFarEndLineCurrentUASs 1.3.6.1.4.1.351.110.4.6.1.4.4.1.8 gauge read-only
The counter associated with the number of Far End Unavailable Seconds encountered by a SONET/SDH Medium/Section/Line interface in the current 15 minute interval.
             cwSonetFarEndLineCurrentClrButton 1.3.6.1.4.1.351.110.4.6.1.4.4.1.9 integer read-write
Clears all the SONET Far End Line's Current 15min counters. Enumeration: 'clear': 2, 'noAction': 1.
     sonetFarEndLineCurrentDayTable 1.3.6.1.4.1.351.110.4.6.1.4.5 no-access
The SONET/SDH Far End Line CurrentDay table.
         sonetFarEndLineCurrentDayEntry 1.3.6.1.4.1.351.110.4.6.1.4.5.1 no-access
An entry in the SONET/SDH Far End Line CurrentDay table.
             sonetFELineCurrentDayLineNum 1.3.6.1.4.1.351.110.4.6.1.4.5.1.1 integer read-only
line number. BNM has one line
             sonetFarEndLineCurrentDayValidFlag 1.3.6.1.4.1.351.110.4.6.1.4.5.1.2 integer read-only
Indicates if the Far End current day bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             sonetFarEndLineCurrentDayESs 1.3.6.1.4.1.351.110.4.6.1.4.5.1.3 gauge read-only
The counter associated with the number of Far Far End Errored Seconds encountered by a SONET/SDH interface in the current day interval.
             sonetFarEndLineCurrentDaySESs 1.3.6.1.4.1.351.110.4.6.1.4.5.1.4 gauge read-only
The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET/SDH Medium/Section/Line interface in the current day interval.
             sonetFarEndLineCurrentDayCVs 1.3.6.1.4.1.351.110.4.6.1.4.5.1.5 gauge read-only
The counter associated with the number of Far End Coding Violations reported via the far end block error (FEBE) count encountered by a SONET/SDH Medium/Section/Line interface in the current day interval.
             sonetFarEndLineCurrentDayFCs 1.3.6.1.4.1.351.110.4.6.1.4.5.1.6 gauge read-only
The counter associated with the number of RFI failures occurred in the current day interval.
             sonetFarEndLineCurrentDayUASs 1.3.6.1.4.1.351.110.4.6.1.4.5.1.7 gauge read-only
The counter associated with the number of Far End Unavailable Seconds encountered by a SONET/SDH Medium/Section/Line interface in the current day interval.
             sonetFarEndLineCurrentDayClrButton 1.3.6.1.4.1.351.110.4.6.1.4.5.1.8 integer read-write
Clears all the SONET Far End Line's Current Day counters. Enumeration: 'clear': 2, 'noAction': 1.
     cwSonetFarEndLineIntervalTable 1.3.6.1.4.1.351.110.4.6.1.4.6 no-access
The SONET/SDH Far End Line Interval table.
         cwSonetFarEndLineIntervalEntry 1.3.6.1.4.1.351.110.4.6.1.4.6.1 no-access
An entry in the SONET/SDH Far End Line Interval table.
             cwSonetFELineIntervalLineNum 1.3.6.1.4.1.351.110.4.6.1.4.6.1.1 integer read-only
line number. BNM has one line
             cwSonetFarEndLineIntervalNumber 1.3.6.1.4.1.351.110.4.6.1.4.6.1.2 integer read-only
A number between 1 and 96, which identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
             cwSonetFarEndLineIntervalValidFlag 1.3.6.1.4.1.351.110.4.6.1.4.6.1.3 integer read-only
Indicates if the bucket specified by the interval is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetFarEndLineIntervalESs 1.3.6.1.4.1.351.110.4.6.1.4.6.1.4 gauge read-only
The counter associated with the number of Far End Errored Seconds encountered by a SONET/SDH Line interface in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndLineIntervalSESs 1.3.6.1.4.1.351.110.4.6.1.4.6.1.5 gauge read-only
The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET/SDH Line interface in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndLineIntervalCVs 1.3.6.1.4.1.351.110.4.6.1.4.6.1.6 gauge read-only
The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET/SDH Line interface in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndLineIntervalFCs 1.3.6.1.4.1.351.110.4.6.1.4.6.1.7 gauge read-only
The counter associated with the number of RFI failures in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndLineIntervalUASs 1.3.6.1.4.1.351.110.4.6.1.4.6.1.8 gauge read-only
The counter associated with the number of Far End Unavailable Seconds encountered by a SONET/SDH Line interface in a particular 15-minute interval in the past 24 hours.
     sonetLineAlarmTable 1.3.6.1.4.1.351.110.4.6.1.4.7 no-access
The SONET/SDH Line Alarm table.
         sonetLineAlarmEntry 1.3.6.1.4.1.351.110.4.6.1.4.7.1 no-access
An entry in the SONET/SDH Line Alarm table.
             sonetLineAlarmLineNum 1.3.6.1.4.1.351.110.4.6.1.4.7.1.1 integer read-only
line number. BNM has one line
             sonetLineStatisticalAlarmSeverity 1.3.6.1.4.1.351.110.4.6.1.4.7.1.2 integer read-write
When any statistical threshold is exceeded. Enumeration: 'major': 2, 'minor': 1.
             sonetLineCurrent15minESsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.3 integer read-write
The default is set to 20. This threshold is the same for Far End and Near End.
             sonetLineCurrentDayESsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.4 integer read-write
The default is set to 200. This threshold is the same for Far End and Near End.
             sonetLineCurrent15minSESsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.5 integer read-write
The default is set to 3. This threshold is the same for Far End and Near End.
             sonetLineCurrentDaySESsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.6 integer read-write
The default is set to 7. This threshold is the same for Far End and Near End.
             sonetLineCurrent15minCVsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.7 integer read-write
The default is set to 25. This threshold is the same for Far End and Near End.
             sonetLineCurrentDayCVsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.8 integer read-write
The default is set to 250. This threshold is the same for Far End and Near End.
             sonetLineCurrent15minUASsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.9 integer read-write
The default is set to 10. This threshold is the same for Far End and Near End.
             sonetLineCurrentDayUASsThreshold 1.3.6.1.4.1.351.110.4.6.1.4.7.1.10 integer read-write
The default is set to 10. This threshold is the same for Far End and Near End.
             sonetLineStatAlarmStatus 1.3.6.1.4.1.351.110.4.6.1.4.7.1.11 integer read-only
This variable indicates the status of the interface. The sonetLineStatAlarmStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetLineStatAlarmNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sonetLineStatAlarmNoDefect 2 sonetLineCurrent15minESs 3 sonetLineCurrent15minSESs 4 sonetLineCurrent15minCVs 5 sonetLineCurrent15minUASs 6 sonetFarEndLineCurrent15minESs 7 sonetFarEndLineCurrent15minSESs 8 sonetFarEndLineCurrent15minCVs 9 sonetFarEndLineCurrent15minUASs 10 sonetLineCurrentDayESs 11 sonetLineCurrentDaySESs 12 sonetLineCurrentDayCVs 13 sonetLineCurrentDayUASs 14 sonetFarEndLineCurrentDayESs 15 sonetFarEndLineCurrentDaySESs 16 sonetFarEndLineCurrentDayCVs 17 sonetFarEndLineCurrentDayUASs
     sonetLineCounterTable 1.3.6.1.4.1.351.110.4.6.1.4.8 no-access
The SONET/SDH Line Counter table.
         sonetLineCounterEntry 1.3.6.1.4.1.351.110.4.6.1.4.8.1 no-access
An entry in the SONET/SDH Line table.
             sonetLineCounterLineNum 1.3.6.1.4.1.351.110.4.6.1.4.8.1.1 integer read-only
line number. BNM has one line
             sonetLineCounterAISs 1.3.6.1.4.1.351.110.4.6.1.4.8.1.2 gauge read-only
The counter associated with the number of AISs encountered by a SONET/SDH.
             sonetLineCounterRFIs 1.3.6.1.4.1.351.110.4.6.1.4.8.1.3 gauge read-only
The counter associated with the number of RFIs encountered by a SONET/SDH Line.
             sonetLineCounterClrButton 1.3.6.1.4.1.351.110.4.6.1.4.8.1.4 integer read-write
Clears all the Line's counters. Enumeration: 'clear': 2, 'noAction': 1.
 cwsonetPath 1.3.6.1.4.1.351.110.4.6.1.5
     cwSonetPathCurrentTable 1.3.6.1.4.1.351.110.4.6.1.5.1 no-access
The SONET/SDH Path Current table.
         cwSonetPathCurrentEntry 1.3.6.1.4.1.351.110.4.6.1.5.1.1 no-access
An entry in the SONET/SDH Path Current table.
             cwSonetPathCurrentLineNum 1.3.6.1.4.1.351.110.4.6.1.5.1.1.1 integer read-only
line number. BNM has 1 line
             cwSonetPathCurrentStatus 1.3.6.1.4.1.351.110.4.6.1.5.1.1.2 integer read-only
This variable indicates the status of the sonet path layer. The cwSonetPathCurrentStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetPathNoDefect should be set if and only if no other flag is set. The various bit positions are: bit 1 = sonetPathNoDefect bit 2 = sonetPathRcvLOP bit 3 = sonetPathRcvAIS bit 4 = sonetPathRcvRDI bit 5 = sonetPathUnequipted bit 6 = sonetPathSignalLabelMismatch bit 7 = sonetPathTraceFailure bit 8 = sonetPathXmtAis bit 9 = sonetPathXmtRdi bit 10 = sonetPathRcvLOCD
             cwSonetPathCurrentValidFlag 1.3.6.1.4.1.351.110.4.6.1.5.1.1.3 integer read-only
Indicates if the current 15min bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetPathCurrentTimeElapsed 1.3.6.1.4.1.351.110.4.6.1.5.1.1.4 integer read-only
The number of seconds, including partial seconds, that have elapsed since the beginning of the 15min error-measurement period.
             cwSonetPathCurrentESs 1.3.6.1.4.1.351.110.4.6.1.5.1.1.5 gauge read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Path in the current 15 minute interval.
             cwSonetPathCurrentSESs 1.3.6.1.4.1.351.110.4.6.1.5.1.1.6 gauge read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Path in the current 15 minute interval.
             cwSonetPathCurrentCVs 1.3.6.1.4.1.351.110.4.6.1.5.1.1.7 gauge read-only
The counter associated with the number of Coding Violations (BIP-8) encountered by a SONET/SDH Path in the current 15 minute interval.
             cwSonetPathCurrentFCs 1.3.6.1.4.1.351.110.4.6.1.5.1.1.8 gauge read-only
Number of times that Path was in AIS or LOP alarm in the current 15 minute interval.
             cwSonetPathCurrentUASs 1.3.6.1.4.1.351.110.4.6.1.5.1.1.9 gauge read-only
The counter associated with the number of Unavailable Seconds encountered by a Path in the current 15 minute, interval.
             cwSonetPathCurrentClrButton 1.3.6.1.4.1.351.110.4.6.1.5.1.1.10 integer read-write
Clears all the SONET Path's Current counters. Enumeration: 'clear': 2, 'noAction': 1.
     sonetPathCurrentDayTable 1.3.6.1.4.1.351.110.4.6.1.5.2 no-access
The SONET/SDH Path CurrentDay table.
         sonetPathCurrentDayEntry 1.3.6.1.4.1.351.110.4.6.1.5.2.1 no-access
An entry in the SONET/SDH Path CurrentDay table.
             sonetPathCurrentDayLineNum 1.3.6.1.4.1.351.110.4.6.1.5.2.1.1 integer read-only
line number. BNM has one line
             sonetPathCurrentDayValidFlag 1.3.6.1.4.1.351.110.4.6.1.5.2.1.2 integer read-only
Indicates if the current day bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             sonetPathCurrentDayESs 1.3.6.1.4.1.351.110.4.6.1.5.2.1.3 gauge read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Path in the Current day interval.
             sonetPathCurrentDaySESs 1.3.6.1.4.1.351.110.4.6.1.5.2.1.4 gauge read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Path in the Current day interval.
             sonetPathCurrentDayCVs 1.3.6.1.4.1.351.110.4.6.1.5.2.1.5 gauge read-only
The counter associated with the number of Coding Violations (BIP-8) encountered by a SONET/SDH Path in the Current day interval.
             sonetPathCurrentDayFCs 1.3.6.1.4.1.351.110.4.6.1.5.2.1.6 gauge read-only
Number of times that Path was in AIS or LOP alarm in the Current interval.
             sonetPathCurrentDayUASs 1.3.6.1.4.1.351.110.4.6.1.5.2.1.7 gauge read-only
The counter associated with the number of Unavailable Seconds encountered by a Path in the Current day, interval.
             sonetPathCurrentDayClrButton 1.3.6.1.4.1.351.110.4.6.1.5.2.1.8 integer read-write
Clears all the SONET Path's CurrentDay counters. Enumeration: 'clear': 2, 'noAction': 1.
     cwSonetPathIntervalTable 1.3.6.1.4.1.351.110.4.6.1.5.3 no-access
The SONET/SDH Path Interval table.
         cwSonetPathIntervalEntry 1.3.6.1.4.1.351.110.4.6.1.5.3.1 no-access
An entry in the SONET/SDH Path Interval table.
             cwSonetPathIntervalLineNum 1.3.6.1.4.1.351.110.4.6.1.5.3.1.1 integer read-only
line number. BNM has one line
             cwSonetPathIntervalNumber 1.3.6.1.4.1.351.110.4.6.1.5.3.1.2 integer read-only
A number between 1 and 96, which identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
             cwSonetPathIntervalValidFlag 1.3.6.1.4.1.351.110.4.6.1.5.3.1.3 integer read-only
Indicates if the bucket specified by the interval is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetPathIntervalESs 1.3.6.1.4.1.351.110.4.6.1.5.3.1.4 gauge read-only
The counter associated with the number of Errored Seconds encountered by a SONET/SDH Path in a particular 15-minute interval in the past 24 hours.
             cwSonetPathIntervalSESs 1.3.6.1.4.1.351.110.4.6.1.5.3.1.5 gauge read-only
The counter associated with the number of Severely Errored Seconds encountered by a SONET/SDH Path in a particular 15-minute interval in the past 24 hours.
             cwSonetPathIntervalCVs 1.3.6.1.4.1.351.110.4.6.1.5.3.1.6 gauge read-only
The counter associated with the number of Coding Violations encountered by a SONET/SDH Path in a particular 15-minute interval in the past 24 hours.
             cwSonetPathIntervalFCs 1.3.6.1.4.1.351.110.4.6.1.5.3.1.7 gauge read-only
Number of times that Path was in AIS or LOP alarm in a particular 15-minute interval in the past 24 hours.
             cwSonetPathIntervalUASs 1.3.6.1.4.1.351.110.4.6.1.5.3.1.8 gauge read-only
The counter associated with the number of Unavailable Seconds encountered by a Path in a particular 15-minute interval in the past 24 hours.
     cwSonetFarEndPathCurrentTable 1.3.6.1.4.1.351.110.4.6.1.5.4 no-access
The SONET/SDH Far End Path Current table.
         cwSonetFarEndPathCurrentEntry 1.3.6.1.4.1.351.110.4.6.1.5.4.1 no-access
An entry in the SONET/SDH Far End Path Current table.
             cwSonetFEPathCurrentLineNum 1.3.6.1.4.1.351.110.4.6.1.5.4.1.1 integer read-only
line number. BNM has one line
             cwSonetFarEndPathCurrentValidFlag 1.3.6.1.4.1.351.110.4.6.1.5.4.1.2 integer read-only
Indicates if the Far End current 15min bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetFarEndPathCurrentTimeElapsed 1.3.6.1.4.1.351.110.4.6.1.5.4.1.3 integer read-only
The number of seconds, including partial seconds, that have elapsed since the beginning of the 15min error-measurement period.
             cwSonetFarEndPathCurrentESs 1.3.6.1.4.1.351.110.4.6.1.5.4.1.4 gauge read-only
The counter associated with the number of Far Far End Errored Seconds encountered by a SONET/SDH interface in the current 15 minute interval.
             cwSonetFarEndPathCurrentSESs 1.3.6.1.4.1.351.110.4.6.1.5.4.1.5 gauge read-only
The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET/SDH Path interface in the current 15 minute interval.
             cwSonetFarEndPathCurrentCVs 1.3.6.1.4.1.351.110.4.6.1.5.4.1.6 gauge read-only
The counter associated with the number of Far End Coding Violations reported via the far end block error (FEBE) count encountered by a SONET/SDH Path interface in the current 15 minute interval.
             cwSonetFarEndPathCurrentFCs 1.3.6.1.4.1.351.110.4.6.1.5.4.1.7 gauge read-only
The counter associated with the number of RFIs in the current 15 minute interval.
             cwSonetFarEndPathCurrentUASs 1.3.6.1.4.1.351.110.4.6.1.5.4.1.8 gauge read-only
The counter associated with the number of Far End Unavailable Seconds encountered by a SONET/SDH Path interface in the current 15 minute interval.
             cwSonetFarEndPathCurrentClrButton 1.3.6.1.4.1.351.110.4.6.1.5.4.1.9 integer read-write
Clears all the Far End Path Current counters. Enumeration: 'clear': 2, 'noAction': 1.
     sonetFarEndPathCurrentDayTable 1.3.6.1.4.1.351.110.4.6.1.5.5 no-access
The SONET/SDH Far End Path CurrentDay table.
         sonetFarEndPathCurrentDayEntry 1.3.6.1.4.1.351.110.4.6.1.5.5.1 no-access
An entry in the SONET/SDH Far End Path CurrentDay table.
             sonetFEPathCurrentDayLineNum 1.3.6.1.4.1.351.110.4.6.1.5.5.1.1 integer read-only
line number. BNM has one line
             sonetFarEndPathCurrentDayValidFlag 1.3.6.1.4.1.351.110.4.6.1.5.5.1.2 integer read-only
Indicates if the Far End current day bucket is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             sonetFarEndPathCurrentDayESs 1.3.6.1.4.1.351.110.4.6.1.5.5.1.3 gauge read-only
The counter associated with the number of Far Far End Errored Seconds encountered by a SONET/SDH interface in the Current day interval.
             sonetFarEndPathCurrentDaySESs 1.3.6.1.4.1.351.110.4.6.1.5.5.1.4 gauge read-only
The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET/SDH Path interface in the Current day interval.
             sonetFarEndPathCurrentDayCVs 1.3.6.1.4.1.351.110.4.6.1.5.5.1.5 gauge read-only
The counter associated with the number of Far End Coding Violations reported via the far end block error (FEBE) count encountered by a SONET/SDH Path interface in the Current day interval.
             sonetFarEndPathCurrentDayFCs 1.3.6.1.4.1.351.110.4.6.1.5.5.1.6 gauge read-only
The counter associated with the number of RFIs in the Current day interval.
             sonetFarEndPathCurrentDayUASs 1.3.6.1.4.1.351.110.4.6.1.5.5.1.7 gauge read-only
The counter associated with the number of Far End Unavailable Seconds encountered by a SONET/SDH Path interface in the Current day interval.
             sonetFarEndPathCurrentDayClrButton 1.3.6.1.4.1.351.110.4.6.1.5.5.1.8 integer read-write
Clears all the Far End Path CurrentDay counters. Enumeration: 'clear': 2, 'noAction': 1.
     cwSonetFarEndPathIntervalTable 1.3.6.1.4.1.351.110.4.6.1.5.6 no-access
The SONET/SDH Far End Path Interval table.
         cwSonetFarEndPathIntervalEntry 1.3.6.1.4.1.351.110.4.6.1.5.6.1 no-access
An entry in the SONET/SDH Far End Path Interval table.
             cwSonetFEPathIntervalLineNum 1.3.6.1.4.1.351.110.4.6.1.5.6.1.1 integer read-only
line number. BNM has one line
             cwSonetFarEndPathIntervalNumber 1.3.6.1.4.1.351.110.4.6.1.5.6.1.2 integer read-only
A number between 1 and 96, which identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
             cwSonetFarEndPathIntervalValidFlag 1.3.6.1.4.1.351.110.4.6.1.5.6.1.3 integer read-only
Indicates if the bucket specified by the interval is valid or not. Enumeration: 'valid': 2, 'notValid': 1.
             cwSonetFarEndPathIntervalESs 1.3.6.1.4.1.351.110.4.6.1.5.6.1.4 gauge read-only
The counter associated with the number of Far End Errored Seconds encountered by a SONET/SDH Path interface in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndPathIntervalSESs 1.3.6.1.4.1.351.110.4.6.1.5.6.1.5 gauge read-only
The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET/SDH Path interface in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndPathIntervalCVs 1.3.6.1.4.1.351.110.4.6.1.5.6.1.6 gauge read-only
The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET/SDH Path interface in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndPathIntervalFCs 1.3.6.1.4.1.351.110.4.6.1.5.6.1.7 gauge read-only
The counter associated with the number of RFIs in in a particular 15-minute interval in the past 24 hours.
             cwSonetFarEndPathIntervalUASs 1.3.6.1.4.1.351.110.4.6.1.5.6.1.8 gauge read-only
The counter associated with the number of Far End Unavailable Seconds encountered by a SONET/SDH Path interface in a particular 15-minute interval in the past 24 hours.
     sonetPathAlarmTable 1.3.6.1.4.1.351.110.4.6.1.5.7 no-access
The SONET/SDH Path Alarm table.
         sonetPathAlarmEntry 1.3.6.1.4.1.351.110.4.6.1.5.7.1 no-access
An entry in the SONET/SDH Path Alarm table.
             sonetPathAlarmLineNum 1.3.6.1.4.1.351.110.4.6.1.5.7.1.1 integer read-only
line number. BNM has one line
             sonetPathStatisticalAlarmSeverity 1.3.6.1.4.1.351.110.4.6.1.5.7.1.2 integer read-write
When any statistical threshold is exceeded. Enumeration: 'major': 2, 'minor': 1.
             sonetPathCurrent15minESsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.3 integer read-write
The default is set to 20. This threshold is the same for Far End and Near End.
             sonetPathCurrentDayESsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.4 integer read-write
The default is set to 200. This threshold is the same for Far End and Near End.
             sonetPathCurrent15minSESsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.5 integer read-write
The default is set to 3. This threshold is the same for Far End and Near End.
             sonetPathCurrentDaySESsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.6 integer read-write
The default is set to 7. This threshold is the same for Far End and Near End.
             sonetPathCurrent15minCVsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.7 integer read-write
The default is set to 25. This threshold is the same for Far End and Near End.
             sonetPathCurrentDayCVsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.8 integer read-write
The default is set to 250. This threshold is the same for Far End and Near End.
             sonetPathCurrent15minUASsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.9 integer read-write
The default is set to 10. This threshold is the same for Far End and Near End.
             sonetPathCurrentDayUASsThreshold 1.3.6.1.4.1.351.110.4.6.1.5.7.1.10 integer read-write
The default is set to 10. This threshold is the same for Far End and Near End.
             sonetPathTraceSelection 1.3.6.1.4.1.351.110.4.6.1.5.7.1.11 integer read-write
Sonet Path Trace Selection. Enumeration: 'sixteenBytes': 4, 'none': 1, 'sixtyFourBytesCrlf': 3, 'sixteenBytesCrc7': 5, 'sixtyFourBytes': 2, 'sixteenBytesMsb1': 6.
             sonetPathTraceToTransmit 1.3.6.1.4.1.351.110.4.6.1.5.7.1.12 octet string read-write
Sonet Path Trace To Transmit. 64-bytes String. If 16 byte trace is selected, FW will only use bytes 0-15 of the string.
             sonetPathTraceToExpect 1.3.6.1.4.1.351.110.4.6.1.5.7.1.13 octet string read-write
Sonet Path Trace To Expect. 64-bytes String. If 16 byte trace is selected, FW will only use bytes 0-15 of the string.
             sonetPathTraceReceived 1.3.6.1.4.1.351.110.4.6.1.5.7.1.14 octet string read-write
Sonet Path Trace Received. 64-bytes String. The write option is for debugging only.
             sonetPathStatAlarmStatus 1.3.6.1.4.1.351.110.4.6.1.5.7.1.15 integer read-only
This variable indicates the status of the interface. The sonetPathStatAlarmStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetPathStatAlarmNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sonetPathStatAlarmNoDefect 2 sonetPathCurrent15minESs 3 sonetPathCurrent15minSESs 4 sonetPathCurrent15minCVs 5 sonetPathCurrent15minUASs 6 sonetFarEndPathCurrent15minESs 7 sonetFarEndPathCurrent15minSESs 8 sonetFarEndPathCurrent15minCVs 9 sonetFarEndPathCurrent15minUASs 10 sonetPathCurrentDayESs 11 sonetPathCurrentDaySESs 12 sonetPathCurrentDayCVs 13 sonetPathCurrentDayUASs 14 sonetFarEndPathCurrentDayESs 15 sonetFarEndPathCurrentDaySESs 16 sonetFarEndPathCurrentDayCVs 17 sonetFarEndPathCurrentDayUASs
     sonetPathCounterTable 1.3.6.1.4.1.351.110.4.6.1.5.8 no-access
The SONET/SDH Path Counter table.
         sonetPathCounterEntry 1.3.6.1.4.1.351.110.4.6.1.5.8.1 no-access
An entry in the SONET/SDH Path table.
             sonetPathCounterLineNum 1.3.6.1.4.1.351.110.4.6.1.5.8.1.1 integer read-only
line number. BNM has one line
             sonetPathCounterAISs 1.3.6.1.4.1.351.110.4.6.1.5.8.1.2 gauge read-only
The counter associated with the number of AISs encountered by a SONET/SDH.
             sonetPathCounterRFIs 1.3.6.1.4.1.351.110.4.6.1.5.8.1.3 gauge read-only
The counter associated with the number of RFIs encountered by a SONET/SDH Path.
             sonetPathCounterClrButton 1.3.6.1.4.1.351.110.4.6.1.5.8.1.4 integer read-write
Clears all the Path's counters. Enumeration: 'clear': 2, 'noAction': 1.
 sonetApsConfig 1.3.6.1.4.1.351.110.4.6.1.6
     sonetApsConfigTable 1.3.6.1.4.1.351.110.4.6.1.6.1 no-access
The Sonet APS config table
         sonetApsConfigEntry 1.3.6.1.4.1.351.110.4.6.1.6.1.1 no-access
An entry in the Sonet APS table. Each Entry is index by the working Line number.
             apsWorkingSlot 1.3.6.1.4.1.351.110.4.6.1.6.1.1.1 integer read-write
This object is the chassis slot number of the working line MGX 8x50 PXM: can only be slot 7 or 8. MGX 8x30 PXM: can only be slot 1 or 2. MGX 8x50 SRME: can only be slot 15,16,31 or 32 MGX 8x30 SRME: can only be slot 7 or 14
             apsWorkingLine 1.3.6.1.4.1.351.110.4.6.1.6.1.1.2 integer read-write
This object is the line number of the working line OC-3 : sonetLineNum in a range 1..4 OC-12: sonetLineNum = 1 is the ONLY valid number
             apsProtectionSlot 1.3.6.1.4.1.351.110.4.6.1.6.1.1.3 integer read-write
This object is the chassis slot number of the protection line MGX 8x50 PXM: can only be slot 7 or 8. MGX 8x30 PXM: can only be slot 1 or 2. MGX 8x50 SRME: can only be slot 15,16,31 or 32 MGX 8x30 SRME: can only be slot 7 or 14
             apsProtectionLine 1.3.6.1.4.1.351.110.4.6.1.6.1.1.4 integer read-write
This object is the line number of the working line OC-3 : sonetLineNum in a range 1..4 OC-12: sonetLineNum = 1 is the ONLY valid number
             apsEnable 1.3.6.1.4.1.351.110.4.6.1.6.1.1.5 integer read-write
This object is used to enable or disable APS feature on the working/protection line pairs. Enumeration: 'apsFeatDisable': 1, 'apsFeatEnable': 2.
             apsArchMode 1.3.6.1.4.1.351.110.4.6.1.6.1.1.6 integer read-write
This object is used to configure APS architecture mode on the working/protection line pairs. The architecture modes currently supported are 'dualCardonePlusOne' (for GR-253) and 'anexAOnePlusOne (for G.783 Annex A). Enumeration: 'anexAOnePlusOne': 5, 'anexBOnePlusOne': 4, 'dualCardonePlusOne': 2, 'singleCardonePlusOne': 1, 'singleCardOneToOne': 3.
             apsActiveLine 1.3.6.1.4.1.351.110.4.6.1.6.1.1.7 integer read-only
This object indicates which line is currently active ob the trunk line. Enumeration: 'apsWorkingLine': 1, 'apsProtectionLine': 2.
             apsSFBER 1.3.6.1.4.1.351.110.4.6.1.6.1.1.8 integer read-write
This object contains the Bit Error Rate threshold for Signal Fault detection on the working line.
             apsSDBER 1.3.6.1.4.1.351.110.4.6.1.6.1.1.9 integer read-write
This object contains the Bit Error Rate threshold for Signal Degrade detection on the working line. If set to 5, it means SDBER rate = 10 ^^ -5.
             apsWtr 1.3.6.1.4.1.351.110.4.6.1.6.1.1.10 integer read-write
This object contains interval (in minute) to wait before attempting to switch back to working line. Not applicable if the line configure in non-revertive mode.
             apsdirection 1.3.6.1.4.1.351.110.4.6.1.6.1.1.11 integer read-write
This object is used to configure the switching direction which this APS line support. Unidirectional switch only one direction. Bidirectional switch in both ends of the line. Enumeration: 'biDirectional': 2, 'uniDirectional': 1.
             apsRevertive 1.3.6.1.4.1.351.110.4.6.1.6.1.1.12 integer read-write
This object is used to configure the APS revertive or nonrevertive option. Revertive allows the line to be switch back to working line after the Wait-To-restore interval has expired and the working line SF/SD has been cleared. Enumeration: 'revertive': 2, 'nonrevertive': 1.
             apsK1K2Disable 1.3.6.1.4.1.351.110.4.6.1.6.1.1.13 integer read-write
This object is used to enable or disable the K1/K2 inband interface on the protection line. Enumeration: 'kbandEnable': 1, 'kbandDisable': 2.
     apsCardFailureCode 1.3.6.1.4.1.351.110.4.6.1.6.2 integer read-only
The Sonet APS card failure code apsProtectBCMissing = protection Back card missing apsProtectDCMissing = protection Daughter card missing apsWorkingBCMissing = Working Back card missing apsWorkingDCMissing = Working Daughter card missing apsWorkingCdMismatch = Working Card in mismatch/fail state apsProtectCdMismatch = protection card in mismatch/fail state Enumeration: 'apsWorkingBCMissing': 3, 'apsProtectDCMissing': 2, 'apsProtectCdMismatch': 6, 'apsProtectBCMissing': 1, 'apsWorkingDCMissing': 4, 'apsWorkingCdMismatch': 5.
     apsLineFailureCode 1.3.6.1.4.1.351.110.4.6.1.6.3 integer read-only
The Sonet APS line failure code Enumeration: 'apsSignalDegrade': 1, 'apsLineLoopBack': 4, 'apsSignalFailure': 2, 'apsLineAlarm': 3.
     apsLineSwReason 1.3.6.1.4.1.351.110.4.6.1.6.4 integer read-only
The Sonet APS line switch reason code Enumeration: 'apsSignalDefectHigh': 4, 'apsSignalDefectLow': 3, 'apsRevertive': 1, 'apsSignalFailureHigh': 6, 'apsForceSwitch': 7, 'apsSignalFailureLow': 5, 'apsManual': 2, 'apsLockOut': 8.
     apsLineSwFailureCode 1.3.6.1.4.1.351.110.4.6.1.6.5 integer read-only
The Sonet APS line switch failure code Enumeration: 'apsSDLowSwitchFail': 3, 'apsManualSwitchFail': 2, 'apsLockOutSwitchFail': 8, 'apsSFLowSwitchFail': 5, 'apsSDHighSwitchFail': 4, 'apsSFHighSwitchFail': 6, 'apsRevertiveSwitchFail': 1, 'apsForceSwitchFail': 7.
     apsStandbyLineFailureCode 1.3.6.1.4.1.351.110.4.6.1.6.6 integer read-only
The Sonet APS standby line failure code Enumeration: 'apsSignalFailure': 2, 'apsSignalDegrade': 1, 'apsDirectionMismatch': 8, 'apsLineLoopBack': 4, 'apsChannelMismatch': 7, 'apsLineAlarm': 3, 'apsArchitectureMismatch': 6, 'apsProtectionByteFail': 5, 'apsWrongRequest': 9.