XEDIA-DS1-MIB

File: XEDIA-DS1-MIB.mib (24666 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1406-MIB
SNMPv2-CONF XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 TEXTUAL-CONVENTION dsx1ConfigEntry
dsx1CurrentEntry dsx1IntervalEntry dsx1TotalEntry
MODULE-COMPLIANCE OBJECT-GROUP xediaMibs

Defined Types

XDsx1LineStatus  
This type is a bit string representing a sum of line conditions, therefore, it can indicate multiple failures and loopback simultaneously. The value dsx1NoAlarm is set if and only if no other flag is set.
TEXTUAL-CONVENTION    
  BIT STRING noAlarm(0), rcvFarEndLOF(1), xmitFarEndLOF(2), rcvAIS(3), xmitAIS(4), lossOfFrame(5), lossOfSignal(6), loopbackState(7), t16AIS(8), rcvFarEndLOMF(9), xmitFarEndLOMF(10), rcvTestCode(11), otherFailure(12)  

XDsx1ConfigEntry  
SEQUENCE    
  xdsx1LineStatus XDsx1LineStatus
  xdsx1LoopbackStatus BIT STRING
  xdsx1CfgCrcMode INTEGER
  xdsx1CfgLineBuildOut INTEGER
  xdsx1CfgLineInterface INTEGER
  xdsx1CfgInsertTVerrs Integer32
  xdsx1CfgInsertTFerrs Integer32
  xdsx1CfgInsertTCerrs Integer32
  xdsx1CfgInsertTBerrs Integer32
  xdsx1CfgChannelMask BIT STRING
  xdsx1OutOfFrames Counter32
  xdsx1ChangeOfFrameAlignment Counter32
  xdsx1CfgLoopbackConfig INTEGER
  xdsx1CfgTestCode INTEGER
  xdsx1CfgLineCharacteristics INTEGER
  xdsx1CfgLineType INTEGER
  xdsx1CfgLineCoding INTEGER

XDsx1CurrentEntry  
SEQUENCE    
  xdsx1CurrentFBEs Counter32
  xdsx1CurrentFEBEs Counter32
  xdsx1CurrentCRCEs Counter32
  xdsx1CurrentLCEs Counter32
  xdsx1CurrentBEs Counter32
  xdsx1CurrentSlips Counter32
  xdsx1CurrentLineStatus XDsx1LineStatus

XDsx1IntervalEntry  
SEQUENCE    
  xdsx1IntervalFBEs Counter32
  xdsx1IntervalFEBEs Counter32
  xdsx1IntervalCRCEs Counter32
  xdsx1IntervalLCEs Counter32
  xdsx1IntervalBEs Counter32
  xdsx1IntervalSlips Counter32
  xdsx1IntervalLineStatus XDsx1LineStatus

XDsx1TotalEntry  
SEQUENCE    
  xdsx1TotalFBEs Counter32
  xdsx1TotalFEBEs Counter32
  xdsx1TotalCRCEs Counter32
  xdsx1TotalLCEs Counter32
  xdsx1TotalBEs Counter32
  xdsx1TotalSlips Counter32
  xdsx1TotalLineStatus XDsx1LineStatus

Defined Values

xediaDs1MIB 1.3.6.1.4.1.838.3.18
This module defines additional objects for management of DS1 links in Xedia devices, above and beyond what is defined in the standard DS1 mib, and proposed drafts.
MODULE-IDENTITY    

xDs1Objects 1.3.6.1.4.1.838.3.18.1
OBJECT IDENTIFIER    

xDs1Tables 1.3.6.1.4.1.838.3.18.2
OBJECT IDENTIFIER    

xDs1Conformance 1.3.6.1.4.1.838.3.18.3
OBJECT IDENTIFIER    

xDsx1ConfigTable 1.3.6.1.4.1.838.3.18.2.1
The Xedia DS1 Config table contains extensions to the DS1 Config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XDsx1ConfigEntry

xDsx1ConfigEntry 1.3.6.1.4.1.838.3.18.2.1.1
An entry in the Xedia DS1 Config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  XDsx1ConfigEntry  

xdsx1LineStatus 1.3.6.1.4.1.838.3.18.2.1.1.1
Indicates the line status of the interface. This obect is identical to dsx1LineStatus in the DS1 MIB except that it uses the SNMPv2 BIT STRING object type.
Status: current Access: read-only
OBJECT-TYPE    
  XDsx1LineStatus  

xdsx1LoopbackStatus 1.3.6.1.4.1.838.3.18.2.1.1.2
Indicates the local and remote loopback status of the interface. This object is identical to dsx1LoopbackStatus in the DS1 MIB except that it uses the SNMPv2 BIT STRING object type.
Status: current Access: read-only
OBJECT-TYPE    
  BIT STRING noLoopback(0), remotePayloadOrigNearEnd(1), remotelLineOrigNearEnd(2), localFramerOrigNearEnd(3), localAnalogOrigNearEnd(4), remotePayloadOrigFarEnd(5), remotelLineOrigFarEnd(6), localFramerOrigFarEnd(7), localAnalogOrigFarEnd(8)  

xdsx1CfgCrcMode 1.3.6.1.4.1.838.3.18.2.1.1.3
The configured CRC mode of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER crc16(1), crc32(2), crcnone(3)  

xdsx1CfgLineBuildOut 1.3.6.1.4.1.838.3.18.2.1.1.4
The line buildout of the ds1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER buildout0(1), buildout7(2), buildout15(3), buildout22(4)  

xdsx1CfgLineInterface 1.3.6.1.4.1.838.3.18.2.1.1.5
The line buildout of the ds1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dsx000(1), dsx133(2), dsx266(3), dsx399(4), dsx533(5), dsxCSU(6), dsxE1(7)  

xdsx1CfgInsertTVerrs 1.3.6.1.4.1.838.3.18.2.1.1.6
The number of Line Code Violation (LCV) errors to inject.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

xdsx1CfgInsertTFerrs 1.3.6.1.4.1.838.3.18.2.1.1.7
The number of Frame Bit (FBE) errors to inject.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

xdsx1CfgInsertTCerrs 1.3.6.1.4.1.838.3.18.2.1.1.8
The number of Checksum (CRC) errors to inject.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

xdsx1CfgInsertTBerrs 1.3.6.1.4.1.838.3.18.2.1.1.9
The number of PRBS errors to inject.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

xdsx1CfgChannelMask 1.3.6.1.4.1.838.3.18.2.1.1.10
The number of PRBS errors to inject.
Status: current Access: read-write
OBJECT-TYPE    
  BIT STRING c0(0), c1(1), c2(2), c3(3), c4(4), c5(5), c6(6), c7(7), c8(8), c9(9), c10(10), c11(11), c12(12), c13(13), c14(14), c15(15), c16(16), c17(17), c18(18), c19(19), c20(20), c21(21), c22(22), c23(23), c24(24), c25(25), c26(26), c27(27), c28(28), c29(29), c30(30), c31(31)  

xdsx1OutOfFrames 1.3.6.1.4.1.838.3.18.2.1.1.11
The number of 'out of frame' errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1ChangeOfFrameAlignment 1.3.6.1.4.1.838.3.18.2.1.1.12
The number of times frames changed alignment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1CfgLoopbackConfig 1.3.6.1.4.1.838.3.18.2.1.1.13
This variable represents the loopback configuration of the DS1 interface. Agents supporting read/write access should return badValue in response to a requested loopback state that the interface does not support. The values mean: xdsx1NoLoop 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. xdsx1PayloadLoop The received signal at this interface is looped through the device. Typically the received signal is looped back for re- transmission after it has passed through the device's framing function. xdsx1LineLoop The received signal at this interface does not go through the device (minimum pene- tration) but is looped back out. xdsx1Framer xdsx1Analog
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noLoop(1), remotePayloadLoop(2), remoteLineLoop(3), localFramer(4), localAnalog(5)  

xdsx1CfgTestCode 1.3.6.1.4.1.838.3.18.2.1.1.14
This variable indicates what type of code is being sent across the DS1 interface by the dev- ice. The values mean: xdsx1SendNone - sending looped or normal data xdsx1PRBS2E11 - E11, f - framed-mode z - zero-limit mode fz - framed-mode and zero-limit mode xdsx1PRBS2E15 - E15, f - framed-mode z - zero-limit mode fz - framed-mode and zero-limit mode xdsx1PRBS2E20 - E20, f - framed-mode z - zero-limit mode fz - framed-mode and zero-limit mode xdsx1PRBS2E23 - E23, f - framed-mode z - zero-limit mode fz - framed-mode and zero-limit mode
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sendNone(1), sendPRBS2E11(2), sendPRBS2E11f(3), sendPRBS2E11z(4), sendPRBS2E11fz(5), sendPRBS2E15(6), sendPRBS2E15f(7), sendPRBS2E15z(8), sendPRBS2E15fz(9), sendPRBS2E20(10), sendPRBS2E20f(11), sendPRBS2E20z(12), sendPRBS2E20fz(13), sendPRBS2E23(14), sendPRBS2E23f(15), sendPRBS2E23z(16), sendPRBS2E23fz(17)  

xdsx1CfgLineCharacteristics 1.3.6.1.4.1.838.3.18.2.1.1.15
The valid combinations of interface type, and buildout for the circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), t1dsx000ft(2), t1dsx133ft(3), t1dsx266ft(4), t1dsx399ft(5), t1dsx533ft(6), t1csu00dbA(7), t1csu07dbB(8), t1csu15dbC(9), t1csu22db(10), e1(11)  

xdsx1CfgLineType 1.3.6.1.4.1.838.3.18.2.1.1.16
The line type of the circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), t1ESF(2), t1D4(3), e1FAS(4), e1FAScrc(5)  

xdsx1CfgLineCoding 1.3.6.1.4.1.838.3.18.2.1.1.17
The line coding of the circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER b8zs(2), hdb3(3), ami(5), amiInvertHDLC(6), other(10)  

xDsx1CurrentTable 1.3.6.1.4.1.838.3.18.2.2
The Xedia DS1 Current table contains extensions to the DS1 Current table which includes statistics being collected for the current 15 minute interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XDsx1CurrentEntry

xDsx1CurrentEntry 1.3.6.1.4.1.838.3.18.2.2.1
An entry in the Xedia DS1 Current table.
Status: current Access: not-accessible
OBJECT-TYPE    
  XDsx1CurrentEntry  

xdsx1CurrentFBEs 1.3.6.1.4.1.838.3.18.2.2.1.1
The number of F Bit Errores encountered during the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1CurrentFEBEs 1.3.6.1.4.1.838.3.18.2.2.1.2
The number of Far End Block Errors encountered in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1CurrentCRCEs 1.3.6.1.4.1.838.3.18.2.2.1.3
The number of CRC errors encountered during the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1CurrentLCEs 1.3.6.1.4.1.838.3.18.2.2.1.4
The number of Line Coding Errors encountered during the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1CurrentBEs 1.3.6.1.4.1.838.3.18.2.2.1.5
The number of Bit Errors encountered during the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1CurrentSlips 1.3.6.1.4.1.838.3.18.2.2.1.6
The number of rx/tx slips encountered during the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1CurrentLineStatus 1.3.6.1.4.1.838.3.18.2.2.1.7
The bitwise ORing of the dsx1LineStatus values (line status) encountered during the current 15 minute interval. This object is useful in identifying all xdsx1LineStatus conditions which occured during the interval including the NO_ALARM condition.
Status: current Access: read-only
OBJECT-TYPE    
  XDsx1LineStatus  

xDsx1IntervalTable 1.3.6.1.4.1.838.3.18.2.3
The Xedia DS1 Interval Table contains extensions to the DS1 Interval table which includes statistics collected over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XDsx1IntervalEntry

xDsx1IntervalEntry 1.3.6.1.4.1.838.3.18.2.3.1
An entry in the Xedia DS1 Interval Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  XDsx1IntervalEntry  

xdsx1IntervalFBEs 1.3.6.1.4.1.838.3.18.2.3.1.1
The number of F Bit Errores encountered during the specified 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1IntervalFEBEs 1.3.6.1.4.1.838.3.18.2.3.1.2
The number of Far End Block Errors encountered in the specified 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1IntervalCRCEs 1.3.6.1.4.1.838.3.18.2.3.1.3
The number of CRC errors encountered during the specified 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1IntervalLCEs 1.3.6.1.4.1.838.3.18.2.3.1.4
The number of Line Coding Errors encountered during the specified 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1IntervalBEs 1.3.6.1.4.1.838.3.18.2.3.1.5
The number of Bit Errors encountered during the specified 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1IntervalSlips 1.3.6.1.4.1.838.3.18.2.3.1.6
The number of rx/tx slips encountered during the specified 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1IntervalLineStatus 1.3.6.1.4.1.838.3.18.2.3.1.7
The bitwise ORing of the dsx1LineStatus values (line status) encountered during the specified 15 minute interval. This object is useful in identifying all xdsx1LineStatus conditions which occured during the interval including the NO_ALARM condition.
Status: current Access: read-only
OBJECT-TYPE    
  XDsx1LineStatus  

xDsx1TotalTable 1.3.6.1.4.1.838.3.18.2.4
The Xedia DS1 Total Table contains extensions to the DS1 Total table which includes cumulative sums of the various statistics for the 24 hour period preceding the current interval. Invalid 15 minute intervals count as 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XDsx1TotalEntry

xDsx1TotalEntry 1.3.6.1.4.1.838.3.18.2.4.1
An entry in the Xedai DS1 Total Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  XDsx1TotalEntry  

xdsx1TotalFBEs 1.3.6.1.4.1.838.3.18.2.4.1.1
The sum of F Bit Errores encountered during all 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1TotalFEBEs 1.3.6.1.4.1.838.3.18.2.4.1.2
The sum of Far End Block Errors encountered for all of the 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1TotalCRCEs 1.3.6.1.4.1.838.3.18.2.4.1.3
The sum of CRC errors encountered for all of the 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1TotalLCEs 1.3.6.1.4.1.838.3.18.2.4.1.4
The sum of Line Coding Errors encountered for all of the 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1TotalBEs 1.3.6.1.4.1.838.3.18.2.4.1.5
The sum of Bit Errors encountered during of the 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1TotalSlips 1.3.6.1.4.1.838.3.18.2.4.1.6
The sum of rx/tx slips encountered during of the 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdsx1TotalLineStatus 1.3.6.1.4.1.838.3.18.2.4.1.7
The bitwise ORing of the dsx1LineStatus values (line status) encountered during all of the 15 minute intervals. This object is useful in identifying all xdsx1LineStatus conditions which occured during the full range of intervals including the NO_ALARM condition.
Status: current Access: read-only
OBJECT-TYPE    
  XDsx1LineStatus  

xDs1Compliances 1.3.6.1.4.1.838.3.18.3.1
OBJECT IDENTIFIER    

xDs1Groups 1.3.6.1.4.1.838.3.18.3.2
OBJECT IDENTIFIER    

xDs1Compliance 1.3.6.1.4.1.838.3.18.3.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

xDs1AllGroup 1.3.6.1.4.1.838.3.18.3.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-only
OBJECT-GROUP