XYLAN-DS3-MIB

File: XYLAN-DS3-MIB.mib (37079 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
XYLAN-BASE-MIB

Imported symbols

Counter TimeTicks DisplayString
transmission OBJECT-TYPE xylanPportArch

Defined Types

Dsx3PortConfigEntry  
SEQUENCE    
  dsx3PortConfigSlotIndex INTEGER
  dsx3PortConfigPortIndex INTEGER
  dsx3PortConfigIfType INTEGER
  dsx3PortConfigTcSubLayer INTEGER
  dsx3PortConfigPlcpStatus INTEGER
  dsx3PortConfigFEAC INTEGER
  dsx3PortConfigNatUse INTEGER
  dsx3PortConfigRxPayloadType INTEGER
  dsx3PortConfigTimeMarker INTEGER
  dsx3PortConfigTxPayloadType INTEGER
  dsx3PortConfigExpectedPayloadType INTEGER
  dsx3PortConfigTxTrailTraceID DisplayString
  dsx3PortConfigRxTrailTraceID DisplayString
  dsx3PortConfigExpectedTrailTraceID DisplayString
  dsx3PortConfigLineStatus INTEGER
  dsx3PortConfigPlScramble INTEGER

Dsx3PortStatsEntry  
SEQUENCE    
  dsx3PortStatsSlotIndex INTEGER
  dsx3PortStatsPortIndex INTEGER
  dsx3PortStatsLossOfSignal Counter
  dsx3PortStatsOutOfFrame Counter
  dsx3PortStatsAISEvent Counter
  dsx3PortStatsRedAlarmEvent Counter
  dsx3PortStatsFarEndReceiveError Counter
  dsx3PortStatsFarEndBlkError Counter
  dsx3PortStatsLineCodeVioEvent Counter
  dsx3PortStatsFramingBitError Counter
  dsx3PortStatsChangeOfFrameAlign Counter
  dsx3PortStatsParityBitError Counter
  dsx3PortStatsPathParityBitError Counter
  dsx3PortStatsPlcpLossOfFrame Counter
  dsx3PortStatsPlcpOutOfFrame Counter
  dsx3PortStatsPlcpYellowAlarm Counter
  dsx3PortStatsPlcpFarEndBlkError Counter
  dsx3PortStatsPlcpFramingError Counter
  dsx3PortStatsPlcpBIPError Counter
  dsx3PortStatsPayloadTypeMismatchError Counter
  dsx3PortStatsUnequippedError Counter
  dsx3PortStatsTrailTraceIDMismatchError Counter

Dsx3PortIntervalEntry  
SEQUENCE    
  dsx3PortIntervalSlotIndex INTEGER
  dsx3PortIntervalPortIndex INTEGER
  dsx3PortIntervalClear INTEGER
  dsx3PortIntervalLastClear TimeTicks
  dsx3PortIntervalLossOfSignal Counter
  dsx3PortIntervalOutOfFrame Counter
  dsx3PortIntervalAISEvent Counter
  dsx3PortIntervalRedAlarmEvent Counter
  dsx3PortIntervalFarEndReceiveError Counter
  dsx3PortIntervalFarEndBlkError Counter
  dsx3PortIntervalLineCodeVioEvent Counter
  dsx3PortIntervalFramingBitError Counter
  dsx3PortIntervalChangeOfFrameAlign Counter
  dsx3PortIntervalParityBitError Counter
  dsx3PortIntervalPathParityBitError Counter
  dsx3PortIntervalPlcpLossOfFrame Counter
  dsx3PortIntervalPlcpOutOfFrame Counter
  dsx3PortIntervalPlcpYellowAlarm Counter
  dsx3PortIntervalPlcpFarEndBlkError Counter
  dsx3PortIntervalPlcpFramingError Counter
  dsx3PortIntervalPlcpBIPError Counter
  dsx3PortIntervalPayloadTypeMismatchError Counter
  dsx3PortIntervalUnequippedError Counter
  dsx3PortIntervalTrailTraceIDMismatchError Counter

Defined Values

dsx3Port 1.3.6.1.4.1.800.2.11.2
OBJECT IDENTIFIER    

dsx3PortConfigTable 1.3.6.1.4.1.800.2.11.2.1
A table of DS3/E3 physical layer status and parameter information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dsx3PortConfigEntry

dsx3PortConfigEntry 1.3.6.1.4.1.800.2.11.2.1.1
An entry in the table, containing information about the physical layer of a DS3/E3 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dsx3PortConfigEntry  

dsx3PortConfigSlotIndex 1.3.6.1.4.1.800.2.11.2.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

dsx3PortConfigPortIndex 1.3.6.1.4.1.800.2.11.2.1.1.2
A unique value which identifies this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

dsx3PortConfigIfType 1.3.6.1.4.1.800.2.11.2.1.1.3
This objects indicates type of interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ds3(1), e3(2)  

dsx3PortConfigTcSubLayer 1.3.6.1.4.1.800.2.11.2.1.1.4
The type of specific Transmission Convergence sublayer used on this port. Each option is described as follows: none - specific sublayer is not present. plcp - Physical Layer Convergence Protocol. adm - ATM Direct Mapping.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), plcp(2), adm(3)  

dsx3PortConfigPlcpStatus 1.3.6.1.4.1.800.2.11.2.1.1.5
This object indicates current status of PLCP. This object only applies to port which sublayer is configured to PLCP. A value of 1 is returned for other cases. The dsx3PortStatsPlcpStatus is a bit map represented as a sum, therfore it can represent multiple alarms. 1 - plcpNoAlarm No alarm present 2 - plcpOof Out of frame 4 - plcpLof Loss of frame 8 - plcpYellow Receive yellow alarm from far-end
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..15  

dsx3PortConfigFEAC 1.3.6.1.4.1.800.2.11.2.1.1.6
This object indicates the presence FEAC being received by this port. This object only applies to DS3 interface with framing format configured to C-bit parity. A value of dsx3NoFEAC(1) is returned for other cases.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dsx3NoFEAC(1), dsx3DS3EquipmentFailure(2), dsx3DS3LOS(3), dsx3DS3OutofFrame(4), dsx3DS3AISreceived(5), dsx3DS3IDLEreceived(6), dsx3DS3NonServiceAffectingEquipFailure(7), dsx3CommonEquipmentFailure(8), dsx3DS3LoopbackReceived(9), dsx3DS1ServiceAffectingEquipmentFailure(10), dsx3DS1NonServiceAffectingEquipFailure(11), dsx3SingleDS1LOS(12), dsx3MultipleDS1sLOS(13), dsx3UnknownCode(14), dsx3UnsupportedCode(15)  

dsx3PortConfigNatUse 1.3.6.1.4.1.800.2.11.2.1.1.7
The object indicates current state of National Use Bit which is bit 12 of G.751 frame. This object only applies to E3 port which line framimg is configured to G.751. A value of one(1) is returned for other sublayers or DS3 port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER one(1), zero(2)  

dsx3PortConfigRxPayloadType 1.3.6.1.4.1.800.2.11.2.1.1.8
The object indicates current state of payload type bits (bit 3,4,5 of Maintenance and Adaptation byte) of an E3 G.832 frame. This objects only applies to E3 port which framing is configured to G.832. A value of 1 is returned for all other cases.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown-or-not-applicable(1), unequipped(2), atm(3), equipped-non-specific(4), sdh-tu-12s(5)  

dsx3PortConfigTimeMarker 1.3.6.1.4.1.800.2.11.2.1.1.9
The object indicates current state of Timing Marker bit (bit 8 of Maintenanc and Adaptation byte) of an E3 G.832 frame. This objects only applies to E3 port which framing is configured to G.832. A value of one(1) is returned for other cases.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER one(1), zero(2)  

dsx3PortConfigTxPayloadType 1.3.6.1.4.1.800.2.11.2.1.1.10
The object reflects the value to be inserted in the payload type bits (bit 3,4,5 of Maintenance and Adaptation byte) of an E3 G.832 frame. This objects only applies to E3 port whose framing is configured as G.832. Additionally if this object is not applicable, i.e. not E3 G.832, writing to this object will be silently ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unequipped(1), atm(2), equipped-non-specific(3), sdh-tu-12s(4)  

dsx3PortConfigExpectedPayloadType 1.3.6.1.4.1.800.2.11.2.1.1.11
The object indicates the current expected payload type bits (bit 3,4,5 of Maintenance and Adaptation byte) of an E3 G.832 frame. This objects only applies to E3 port whose framing is configured as G.832. Additionally if this object is not applicable, i.e. not E3 G.832, writing to this object will be silently ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unequipped(1), atm(2), equipped-non-specific(3), sdh-tu-12s(4)  

dsx3PortConfigTxTrailTraceID 1.3.6.1.4.1.800.2.11.2.1.1.12
The object indicates the characters to be inserted as Trail Trace Identifier of an E3 G.832 frame. This object only applies to E3 port whose framing is configured as G.832. A binary 0 in the first octet indicates all zeros insertion, or this port is not configured as E3 G.832 framing. Additionally if this object is not applicable, i.e. not E3 G.832, writing to this object will be silently ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

dsx3PortConfigRxTrailTraceID 1.3.6.1.4.1.800.2.11.2.1.1.13
The object indicates the current characters received as Trail Trace Identifier of an E3 G.832 frame. This object only applies to E3 port whose framing is configured as G.832. A binary 0 in the first octet indicates all zeros insertion received or this port is not configured as E3 G.832 framing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..15)  

dsx3PortConfigExpectedTrailTraceID 1.3.6.1.4.1.800.2.11.2.1.1.14
The object indicates the expected characters received as Trail Trace Identifier of an E3 G.832 frame. This object only applies to E3 port whose framing is configured as G.832. A binary 0 in the first octet indicates all zeros insertion, or this port is not configured as E3 G.832 framing. Additionally if this object is not applicable, i.e. not E3 G.832, writing to this object will be silently ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

dsx3PortConfigLineStatus 1.3.6.1.4.1.800.2.11.2.1.1.15
This object indicates the line status of a ds3/e3 interface. Each bit position (bit-0 to bit-18) represents one failure condition of the interface. Bit-19 and bit-20 are used to represent Timing Marker bit and National Use bit. Note that the SYNTAX type of Counter instead of INTEGER is used here as there are more than 16 different conditions to represent. The followings define the various bit position and their meanings: Bit Description 0: No alarm present 1: Out of Frame Alarm received 2: Loss Of Signal Alarm received 3: Alarm Indication Signal Alarm received 4: Red Alarm received 5: Far End Receive Failure Alarm received (Non E3 G.751 only) Remote Alarm Indication Alarm received (E3 G.751 only) 6: Change Of Frame Alignment Alarm received 7: PLCP Out Of Frame Alarm received 8: PLCP Yellow Alarm received 9: PLCP Framing Bit Error Alarm received 10: PLCP Bit Interleaved Parity Error Alarm received 11: PLCP Loss Of Frames Alarm received 12: PLCP Far End Block Error Alarm received 13: Cell Loss Alarm received 14: Far End Block Error Alarm received 15: Parity Error Alarm received 16: Trail Trace ID Mismatch Alarm received (E3 G.832 only) 17: Rx Payload Type Mismatch Alarm received (E3 G.832 only) 18: Unequipped Payload Type received (E3 G.832 only) 19: Timing Marker Bit (bit 8 of the E3 G.832 Maintenance and Adaptation bye) received. 20: National Use bit (bit 12 of the frame in a E3 G.751 frame) received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2097151  

dsx3PortConfigPlScramble 1.3.6.1.4.1.800.2.11.2.1.1.16
Payload Scrambling Enable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER false(1), true(2)  

dsx3PortStatsTable 1.3.6.1.4.1.800.2.11.2.2
A table of DS3/E3 physical port statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dsx3PortStatsEntry

dsx3PortStatsEntry 1.3.6.1.4.1.800.2.11.2.2.1
An entry in the table, containing information about the physical port statistics of a DS3/E3 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dsx3PortStatsEntry  

dsx3PortStatsSlotIndex 1.3.6.1.4.1.800.2.11.2.2.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

dsx3PortStatsPortIndex 1.3.6.1.4.1.800.2.11.2.2.1.2
A unique value which identifies this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

dsx3PortStatsLossOfSignal 1.3.6.1.4.1.800.2.11.2.2.1.3
Total number of Loss of Signals that have been detected on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsOutOfFrame 1.3.6.1.4.1.800.2.11.2.2.1.4
Total number of Out of Frames that have been detected on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsAISEvent 1.3.6.1.4.1.800.2.11.2.2.1.5
Total number of AIS events that have been detected on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsRedAlarmEvent 1.3.6.1.4.1.800.2.11.2.2.1.6
Total number of Red Alarm events that have been detected on this port. This object only applies to DS3 interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsFarEndReceiveError 1.3.6.1.4.1.800.2.11.2.2.1.7
Total number of Far-end Receive Error events that have been received on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsFarEndBlkError 1.3.6.1.4.1.800.2.11.2.2.1.8
Total number of Far-end Block Error events that have been received on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsLineCodeVioEvent 1.3.6.1.4.1.800.2.11.2.2.1.9
Total number of Line Code Violation events that have been received on this port. This is a count of both Bipolar Violation (BPV) and Excessive zeros (EXZs).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsFramingBitError 1.3.6.1.4.1.800.2.11.2.2.1.10
Total number of Framing Bit Error events that have been detected on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsChangeOfFrameAlign 1.3.6.1.4.1.800.2.11.2.2.1.11
Total number of Change of Frame Alignment events that have been detected on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsParityBitError 1.3.6.1.4.1.800.2.11.2.2.1.12
Total number of parity bit errors that have been detected on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPathParityBitError 1.3.6.1.4.1.800.2.11.2.2.1.13
Total number of path parity bit errors that have been detected on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPlcpLossOfFrame 1.3.6.1.4.1.800.2.11.2.2.1.14
Total number of PLCP loss of frame events that have been detected on this port. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPlcpOutOfFrame 1.3.6.1.4.1.800.2.11.2.2.1.15
Total number of PLCP out of frame events that have been detected on this port. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPlcpYellowAlarm 1.3.6.1.4.1.800.2.11.2.2.1.16
Total number of PLCP Yellow Alarms that have been detected on this port. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPlcpFarEndBlkError 1.3.6.1.4.1.800.2.11.2.2.1.17
Total number of PLCP Far-end Block Errors that have been detected on this port. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPlcpFramingError 1.3.6.1.4.1.800.2.11.2.2.1.18
Total number of PLCP Framing Octet Errors that have been detected on this port. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPlcpBIPError 1.3.6.1.4.1.800.2.11.2.2.1.19
Total number of PLCP Bit Interleaved Parity Errors that have been detected on this port. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsPayloadTypeMismatchError 1.3.6.1.4.1.800.2.11.2.2.1.20
Total number of payload type mismatch failure that have been detected on this port. This object is applicable to E3 G.832 only. A value of zero is returned if the port is not configured as E3 and G.832.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsUnequippedError 1.3.6.1.4.1.800.2.11.2.2.1.21
Total number of unequipped failure that have been detected on this port. This object is applicable to E3 G.832 only. A value of zero is returned if the port is not configured as E3 and G.832.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortStatsTrailTraceIDMismatchError 1.3.6.1.4.1.800.2.11.2.2.1.22
Total number of trail trace identification mismatch failure that have been detected on this port. This object is applicable to E3 G.832 only. A value of zero is returned if the port is not configured as E3 and G.832.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalTable 1.3.6.1.4.1.800.2.11.2.3
A table of DS3/E3 physical port statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dsx3PortIntervalEntry

dsx3PortIntervalEntry 1.3.6.1.4.1.800.2.11.2.3.1
An entry in the table, containing information about the physical port statistics of a DS3/E3 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dsx3PortIntervalEntry  

dsx3PortIntervalSlotIndex 1.3.6.1.4.1.800.2.11.2.3.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

dsx3PortIntervalPortIndex 1.3.6.1.4.1.800.2.11.2.3.1.2
A unique value which identifies this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

dsx3PortIntervalClear 1.3.6.1.4.1.800.2.11.2.3.1.3
This object allows clearing all interval statistics of this port to value of zero. Setting this object to clearRequest will initiate managed entity to clear the statistics of this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), clearRequest(2)  

dsx3PortIntervalLastClear 1.3.6.1.4.1.800.2.11.2.3.1.4
The value of MIB II's sysUpTime object at the time this table statistics is cleared.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

dsx3PortIntervalLossOfSignal 1.3.6.1.4.1.800.2.11.2.3.1.5
Total number of Loss of Signals that have been detected on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalOutOfFrame 1.3.6.1.4.1.800.2.11.2.3.1.6
Total number of Out of Frames that have been detected on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalAISEvent 1.3.6.1.4.1.800.2.11.2.3.1.7
Total number of AIS events that have been detected on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalRedAlarmEvent 1.3.6.1.4.1.800.2.11.2.3.1.8
Total number of Red Alarm events that have been detected on this port since it's cleared by the managing station. This object only applies to DS3 interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalFarEndReceiveError 1.3.6.1.4.1.800.2.11.2.3.1.9
Total number of far-end receive error events that have been received on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalFarEndBlkError 1.3.6.1.4.1.800.2.11.2.3.1.10
Total number of far-end block error events that have been received on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalLineCodeVioEvent 1.3.6.1.4.1.800.2.11.2.3.1.11
Total number of line code violation events that have been received on this port. This is a count of both Bipolar Violation (BPV) and Excessive zeros (EXZs) since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalFramingBitError 1.3.6.1.4.1.800.2.11.2.3.1.12
Total number of Framing Bit Error events that have been detected on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalChangeOfFrameAlign 1.3.6.1.4.1.800.2.11.2.3.1.13
Total number of change of frame alignment events that have been detected on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalParityBitError 1.3.6.1.4.1.800.2.11.2.3.1.14
Total number of parity bit errors that have been detected on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPathParityBitError 1.3.6.1.4.1.800.2.11.2.3.1.15
Total number of path parity bit errors that have been detected on this port since it's cleared by the managing station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPlcpLossOfFrame 1.3.6.1.4.1.800.2.11.2.3.1.16
Total number of PLCP loss of frame events that have been detected on this port since it's cleared by the managing station. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPlcpOutOfFrame 1.3.6.1.4.1.800.2.11.2.3.1.17
Total number of PLCP out of frame events that have been detected on this port since it's cleared by the managing station. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPlcpYellowAlarm 1.3.6.1.4.1.800.2.11.2.3.1.18
Total number of PLCP Yellow Alarms that have been detected detected on this port since it's cleared by the managing station. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPlcpFarEndBlkError 1.3.6.1.4.1.800.2.11.2.3.1.19
Total number of PLCP Far-end Block Errors that have been detected on this port since it's cleared by the managing station. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPlcpFramingError 1.3.6.1.4.1.800.2.11.2.3.1.20
Total number of PLCP Framing Octet Errors that have been detected on this port since it's cleared by the managing station. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPlcpBIPError 1.3.6.1.4.1.800.2.11.2.3.1.21
Total number of PLCP Bit Interleaved Parity Errors that have detected on this port since it's cleared by the managing station. A value of zero is returned if port sublayer is not PLCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalPayloadTypeMismatchError 1.3.6.1.4.1.800.2.11.2.3.1.22
Total number of payload type mismatch failure that have been detected on this port since it's cleared by the managing station. This object is applicable to E3 G.832 only. A value of zero is returned if the port is not configured as E3 and G.832.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalUnequippedError 1.3.6.1.4.1.800.2.11.2.3.1.23
Total number of unequipped failure that have been detected on this port sinece it's cleared by the managing station. This object is applicable to E3 G.832 only. A value of zero is returned if the port is not configured as E3 and G.832.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dsx3PortIntervalTrailTraceIDMismatchError 1.3.6.1.4.1.800.2.11.2.3.1.24
Total number of trail trace identification mismatch failure that have been detected on this port since it's cleared by the managing station. This object is applicable to E3 G.832 only. A value of zero is returned if the port is not configured as E3 and G.832.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter