CISCO-ATM-TRUNK-MIB - catmtAal5Ds1

MIBs list

With IPHost Network Monitor you can run simple snmp requests against a Cisco device in your network.

catmtAal5Ds1

Cisco ATM Trunk Aal5 Ds1
1.3.6.1.4.1.9.9.351.1.5.1.1.3

The value of this object equals to the 'ifIndex' of the DS1 interface. This object is mandatory when adding an AAL5 entry. Once an AAL5 entry is added, this object can not be modified. ::= { catmtAal5Entry 3 } SYNTAX Integer32 (0..30) MAX-ACCESS read-create STATUS current DESCRIPTION An arbitrary index that uniquely identifies a DS0 group containing one or more DS0 that connect to an AAL5 trunking connection. This object is mandatory when adding an AAL5 entry. Once an AAL5 entry is added, this object can not be modified. ::= { catmtAal5Entry 4 } SYNTAX Integer32 (1..65535) MAX-ACCESS read-create STATUS current DESCRIPTION This object specifies the Nx64 data profile for an AAL5 trunking connection. The value of this object is a valid index of the cdapNx64ProfileTable in CISCO-DATA-AALX-PROFILE-MIB. DEFVAL {1} ::= { catmtAal5Entry 5 } SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION This object is used for adding/deleting the entries from the catmtAal5Table. In order to create an AAL5 trunking entry, the following parameters are mandatory and must be provided: catmtAal5Ds1, catmtAal5Ds0GroupIdx ::= { catmtAal5Entry 6 } -- -- AAL5 Trunking Statistics MIB -- SYNTAX SEQUENCE OF CatmtAal5StatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION This table contains the statistical information on a per AAL5 connection basis for ATM AAL5 Trunking applications. ::= { cAtmTrunkAal5ConnStats 1 } SYNTAX CatmtAal5StatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION This table contains statistical information for an AAL5 trunking connection. Each entry in this table corresponds to an AAL5 connection that has been setup by mapping one or more DS0(s) to an AAL5 connection identified by ifIndex, catmtAal5Vpi and atmtAal5Vci. The entries in this table are implicitly created/deleted at the time of creation/deletion of entries in the catmtAal5Table. INDEX { ifIndex, catmtAal5Vpi, catmtAal5Vci } ::= { catmtAal5StatsTable 1 } CatmtAal5StatsEntry ::= SEQUENCE { catmtAal5SentPackets Counter32SinceReset, catmtAal5RcvdPackets Counter32SinceReset, catmtAal5SentOctets Counter32SinceReset, catmtAal5RcvdOctets Counter32SinceReset, catmtAal5FramesTxToTDM Counter32SinceReset, catmtAal5FramesRxFromTDM Counter32SinceReset, catmtAal5EncBytesTxToTDM Counter32SinceReset, catmtAal5EncBytesRxFromTDM Counter32SinceReset, catmtAal5InvalidFCSFrames Counter32SinceReset, catmtAal5AbortSeqFrames Counter32SinceReset, catmtAal5InvalidShortFrames Counter32SinceReset, catmtAal5InvalidLongFrames Counter32SinceReset, catmtAal5NoByteAlignErrorFrames Counter32SinceReset, catmtAal5LastResetTime TimeStamp, catmtAal5CounterClear TruthValue } SYNTAX Counter32SinceReset UNITS "packets This object indicates the number of packets sent towards network side since the connection is up. ::= { catmtAal5StatsEntry 1 } SYNTAX Counter32SinceReset UNITS "packets This object indicates the count of packets received from network side since the connection setup. ::= { catmtAal5StatsEntry 2 } SYNTAX Counter32SinceReset UNITS "bytes This object indicates the count of bytes sent towards network side since connection setup. ::= { catmtAal5StatsEntry 3 } SYNTAX Counter32SinceReset UNITS "bytes This object indicates the count of bytes received from network since connection setup. ::= { catmtAal5StatsEntry 4 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of frames transmitted to the TDM interface. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'. ::= { catmtAal5StatsEntry 5 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of frames received from the TDM interface. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'. ::= { catmtAal5StatsEntry 6 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of encoded bytes transmitted to the TDM interface. ::= { catmtAal5StatsEntry 7 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of encoded bytes received from TDM interface. ::= { catmtAal5StatsEntry 8 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of invalid frames received with invalid Frame Check Sequence (FCS) error. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'. ::= { catmtAal5StatsEntry 9 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of invalid frames received with invalid frame abort sequence error. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'. ::= { catmtAal5StatsEntry 10 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of invalid short frames (length less than minimum length) received. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'. ::= { catmtAal5StatsEntry 11 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of invalid long frames (length greater than maximum length) received. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'. ::= { catmtAal5StatsEntry 12 } SYNTAX Counter32SinceReset MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the number of invalid frames received with no byte alignment. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'. ::= { catmtAal5StatsEntry 13 } SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION This object contains the value of sysUpTime when the last counter reset occurred. If no counter reset has occurred since the last time system is up, this object will contain value of zero. ::= { catmtAal5StatsEntry 14 } SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION When this object is set to value of true(1), all statistics counters with type of Counter32SinceReset in the table catmtAal5StatsTable will be reset to zero. Setting this object to a value of false(2) has no implication. This object will always return 'false' upon any SNMP get operation. I ::= { catmtAal5StatsEntry 15 } -- -- conformance information -- cAtmTrunkMIBConformance OBJECT IDENTIFIER ::= { ciscoAtmTrunkMIB 2 } cAtmTrunkMIBCompliances OBJECT IDENTIFIER ::= { cAtmTrunkMIBConformance 1 } cAtmTrunkMIBGroups OBJECT IDENTIFIER ::= { cAtmTrunkMIBConformance 2 } -- compliance statements cAtmTrunkMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION Compliance statement for CISCO-VOICE-ATM-TRUNK-MIB.

Back to CISCO-ATM-TRUNK-MIB MIB page.

IPHost Network monitor allows you to monitor catmtAal5Ds1 on Cisco device via the SNMP protocol. Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring Cisco multiplexers right now.

Easy monitoring of catmtAal5Ds1 with IPHost tools

MIBs list