Another thing you might try: the Cisco ATM boxes respond (or Cisco
claims they do) to relevant ATM Forum mibs. You can find all of those,
and copious documentation, for download at
ftp://ftp.atmforum.com/pub/approved-specs/
Hope this helps.
Jose Luis Arbona Orovay wrote:
>
> Barr.
>
> > Does anyone have any experience with ATM circuits on Cisco routers.
> > I am having trouble figuring out which mibs contain pertinent
> > information about the PVCs. Any suggestions?
>
> Look at
>
> .iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt.ciscoAal5MIB
> (.1.3.6.1.4.1.9.9.66)
>
> .iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt.ciscoAtmExtMIB
> (.1.3.6.1.4.1.9.9.88)
>
> You must load the attached MIB files to see the variables.
>
> Hope this helps.
>
> Regards.
> Jose Luis
>
>
> ---------------------------------------------------------------
> -- MIB created 3/18/98 12:43:41, by
> -- SMIC (the next generation) version 1.6.29, November 22, 1994.
>
> CISCO-ATM-EXT-MIB DEFINITIONS ::= BEGIN
>
> -- From file: "CISCO-ATM-EXT-MIB.my"
>
> IMPORTS
> Counter32
> FROM SNMPv2-SMI-v1
> OBJECT-TYPE
> FROM RFC-1212
> TruthValue
> FROM SNMPv2-TC-v1
> ciscoMgmt
> FROM CISCO-SMI
> aal5VccVci, aal5VccVpi
> FROM ATM-MIB
> ifIndex
> FROM RFC1213-MIB;
>
> ciscoAtmExtMIB OBJECT IDENTIFIER ::= { ciscoMgmt 88 }
> -- MODULE-IDENTITY
> -- LastUpdated
> -- 9706200000Z
> -- OrgName
> -- Cisco Systems, Inc.
> -- ContactInfo
> -- Cisco Systems
> -- Customer Service
> --
> -- Postal: 170 W. Tasman Drive
> -- San Jose, CA 95134
> -- USA
> --
> -- Tel: +1 800 553-NETS
> --
> -- E-mail: cs-atm@cisco.com
> -- Descr
> -- An extension to the Cisco ATM MIB module for managing
> -- ATM implementations
> -- RevDate
> -- 9706200000Z
> -- RevDescr
> -- Initial version of this MIB module.
>
> cAal5VccExtMIBObjects OBJECT IDENTIFIER ::= { ciscoAtmExtMIB 1 }
> ciscoAal5ExtMIBConformance OBJECT IDENTIFIER ::= { ciscoAtmExtMIB 3 }
> ciscoAal5ExtMIBCompliances OBJECT IDENTIFIER ::= { ciscoAal5ExtMIBConformance
> 1 }
> ciscoAal5ExtMIBGroups OBJECT IDENTIFIER ::= { ciscoAal5ExtMIBConformance 2 }
>
> cAal5VccExtTable OBJECT-TYPE
> SYNTAX SEQUENCE OF CAal5VccExtEntry
> ACCESS not-accessible
> STATUS mandatory
> DESCRIPTION
> "This table contains AAL5 VCC performance
> parameters beyond that provided by cAal5VccEntry."
> ::= { cAal5VccExtMIBObjects 1 }
>
> cAal5VccExtEntry OBJECT-TYPE
> SYNTAX CAal5VccExtEntry
> ACCESS not-accessible
> STATUS mandatory
> DESCRIPTION
> "This list contains the additinal AAL5 VCC performance
> parameters beyond that provided by cAal5VccEntry."
> INDEX { ifIndex, aal5VccVpi, aal5VccVci }
> -- Augments aal5VccEntry FROM ATM-MIB
> ::= { cAal5VccExtTable 1 }
>
> CAal5VccExtEntry ::= SEQUENCE {
> cAal5VccExtCompEnabled TruthValue,
> cAal5VccExtVoice TruthValue,
> cAal5VccExtInF5OamCells Counter32,
> cAal5VccExtOutF5OamCells Counter32
> }
>
> cAal5VccExtCompEnabled OBJECT-TYPE
> SYNTAX TruthValue
> -- Rsyntax INTEGER {
> -- true(1),
> -- false(2)
> -- }
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "Boolean, if compression enabled for VCC."
> ::= { cAal5VccExtEntry 1 }
>
> cAal5VccExtVoice OBJECT-TYPE
> SYNTAX TruthValue
> -- Rsyntax INTEGER {
> -- true(1),
> -- false(2)
> -- }
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "Boolean, TRUE if VCC is used to carry voice."
> ::= { cAal5VccExtEntry 2 }
>
> cAal5VccExtInF5OamCells OBJECT-TYPE
> SYNTAX Counter32
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "Number of OAM F5 end to end loopback cells received through the
> VCC."
> ::= { cAal5VccExtEntry 3 }
>
> cAal5VccExtOutF5OamCells OBJECT-TYPE
> SYNTAX Counter32
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "Number of OAM F5 end to end loopback cells sent through the VCC."
> ::= { cAal5VccExtEntry 4 }
>
> ciscoAal5ExtMIBGroup OBJECT IDENTIFIER ::= { ciscoAal5ExtMIBGroups 1 }
> -- OBJECT-GROUP
> -- Status
> -- mandatory
> -- Descr
> -- A collection of objects providing AAL5 related parameters.
> -- objects
> -- cAal5VccExtCompEnabled, cAal5VccExtVoice,
> -- cAal5VccExtInF5OamCells, cAal5VccExtOutF5OamCells
>
> ciscoAal5ExtMIBCompliance OBJECT IDENTIFIER ::= { ciscoAal5ExtMIBCompliances
> 1 }
> -- MODULE-COMPLIANCE
> -- Status
> -- mandatory
> -- Descr
> -- The compliance statement for entities which implement
> -- this Cisco AAL5 Extention MIB and support data compression
> -- or voice features.
> -- Module
> -- >>current<<
> -- MandGroup
> -- ciscoAal5ExtMIBGroup
>
> END
>
> ---------------------------------------------------------------
> -- MIB created 6/25/99 12:56:43, by
> -- SMIC (the next generation) version 1.6.29, November 22, 1994.
>
> CISCO-AAL5-MIB DEFINITIONS ::= BEGIN
>
> -- From file: "CISCO-AAL5-MIB.my"
>
> IMPORTS
> Counter32
> FROM SNMPv2-SMI-v1
> OBJECT-TYPE
> FROM RFC-1212
> ciscoMgmt
> FROM CISCO-SMI
> ifIndex
> FROM IF-MIB
> aal5VccVpi, aal5VccVci
> FROM ATM-MIB;
>
> ciscoAal5MIB OBJECT IDENTIFIER ::= { ciscoMgmt 66 }
> -- MODULE-IDENTITY
> -- LastUpdated
> -- 9611150000Z
> -- OrgName
> -- Cisco Systems, Inc.
> -- ContactInfo
> -- Cisco Systems
> -- Customer Service
> --
> -- Postal: 170 W Tasman Drive
> -- San Jose, CA 95134
> -- USA
> --
> -- Tel: +1 800 553-NETS
> --
> -- E-mail: cs-atm@cisco.com
> -- Descr
> -- Cisco Enterprise AAL5 MIB file that provide AAL5
> -- specific information that are either excluded by
> -- RFC 1695 or specific to Cisco product
> -- RevDate
> -- 9611150000Z
> -- RevDescr
> -- Initial version of this MIB module.
>
> ciscoAal5MIBObjects OBJECT IDENTIFIER ::= { ciscoAal5MIB 1 }
> cAal5Connections OBJECT IDENTIFIER ::= { ciscoAal5MIBObjects 1 }
> ciscoAal5MIBConformance OBJECT IDENTIFIER ::= { ciscoAal5MIB 3 }
> ciscoAal5MIBCompliances OBJECT IDENTIFIER ::= { ciscoAal5MIBConformance 1 }
> ciscoAal5MIBGroups OBJECT IDENTIFIER ::= { ciscoAal5MIBConformance 2 }
>
> cAal5VccTable OBJECT-TYPE
> SYNTAX SEQUENCE OF CAal5VccEntry
> ACCESS not-accessible
> STATUS mandatory
> DESCRIPTION
> "This table contains AAL5 VCC performance
> parameters beyond that provided by aal5VccEntry
> defined in RFC1695."
> ::= { cAal5Connections 1 }
>
> cAal5VccEntry OBJECT-TYPE
> SYNTAX CAal5VccEntry
> ACCESS not-accessible
> STATUS mandatory
> DESCRIPTION
> "This list contains the additional AAL5 VCC performance
> parameters beyond that provided by aal5VccEntry defined
> in RFC1695."
> INDEX { ifIndex, aal5VccVpi, aal5VccVci }
> -- Augments aal5VccEntry FROM ATM-MIB
> ::= { cAal5VccTable 1 }
>
> CAal5VccEntry ::= SEQUENCE {
> cAal5VccInPkts Counter32,
> cAal5VccOutPkts Counter32,
> cAal5VccInOctets Counter32,
> cAal5VccOutOctets Counter32
> }
>
> cAal5VccInPkts OBJECT-TYPE
> SYNTAX Counter32
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "The number of AAL5 CPCS PDUs received on this AAL5 VCC at the
> interface associated with an AAL5 entity."
> ::= { cAal5VccEntry 1 }
>
> cAal5VccOutPkts OBJECT-TYPE
> SYNTAX Counter32
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "The number of AAL5 CPCS PDUs transmitted on this AAL5 VCC at
> the interface associated with an AAL5 entity."
> ::= { cAal5VccEntry 2 }
>
> cAal5VccInOctets OBJECT-TYPE
> SYNTAX Counter32
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "The number of AAL5 CPCS PDU octets received on this AAL5 VCC
> at the interface associated with an AAL5 entity."
> ::= { cAal5VccEntry 3 }
>
> cAal5VccOutOctets OBJECT-TYPE
> SYNTAX Counter32
> ACCESS read-only
> STATUS mandatory
> DESCRIPTION
> "The number of AAL5 CPCS PDU octets transmitted on this AAL5 VCC
> at the interface associated with an AAL5 entity."
> ::= { cAal5VccEntry 4 }
>
> ciscoAal5MIBGroup OBJECT IDENTIFIER ::= { ciscoAal5MIBGroups 1 }
> -- OBJECT-GROUP
> -- Status
> -- mandatory
> -- Descr
> -- A collection of objects providing AAL5 related parameters.
> -- objects
> -- cAal5VccInPkts, cAal5VccOutPkts, cAal5VccInOctets,
> -- cAal5VccOutOctets
>
> ciscoAal5MIBCompliance OBJECT IDENTIFIER ::= { ciscoAal5MIBCompliances 1 }
> -- MODULE-COMPLIANCE
> -- Status
> -- mandatory
> -- Descr
> -- The compliance statement for entities which implement
> -- this Cisco AAL5 MIB.
> -- Module
> -- >>current<<
> -- MandGroup
> -- ciscoAal5MIBGroup
|