MIBs Depot

CISCO-ATM-TRUNK-MIB

Registered at
1.3.6.1.4.1.9.9.351
Last updated
2003-07-18 00:00
Organization
Cisco Systems, Inc.
Revisions
2003-07-18 00:00
Namespace
cisco
Source file
CISCO-ATM-TRUNK-MIB
Digest
sha256:610434430899c965f68ac5533ffbf2bb0645a477984e99cb8ea1789e85ed76e8

Description

The MIB for voice and Nx64 over ATM Trunking applications. The following lists the abbreviations used in this MIB: AAL ATM Adaption Layer AIS Alarm Indication Signal CID Channel Identifier DSP Digital Signal Processing DTMF Dual Tone Multi Frequency FCS Frame Check Sequence TDM Time Division Multiplexing PVC Permanent Virtual Circuit RAI Remote Alarm Indication RDI Remote Defect Indication SID Silence Insertion Descriptor SVC Switched Virtual Circuit VAD Voice Activity Detection VBD Voice Band Data VC Virtual Circuit

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-voice-gateway@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCBulkConfigResult, ConfigIterator
CISCO-VOICE-AALX-PROFILE-MIBCiscoAal2ProfileNumber, CiscoAal2ProfileType
CISCO-VOICE-COMMON-DIAL-CONTROL-MIBCvcCoderTypeRate, CvcSpeechCoderRate
IF-MIBInterfaceIndex, ifIndex
RMON-MIBOwnerString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIGauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-ATM-TRUNK-MIB
CISCO-DIAL-CONTROL-MIB
CISCO-MEDIA-GATEWAY-MIB
CISCO-SMI
CISCO-TC
CISCO-VOICE-AALX-PROFILE-MIB
CISCO-VOICE-COMMON-DIAL-CONTROL-MIB
DIAL-CONTROL-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
RMON-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
Counter32SinceReset
TEXTUAL-CONVENTION
This textual convention defines a counter type that is similar to Counter32 but can be reset. The value of the objects of this type indicates the statistics since last counter reset. Once the value of the counter object of this type reaches its maximum, it will restart from zero again.
current

Objects

NameOIDSyntaxAccessStatus
cAtmTrunkMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.0
cAtmTrunkMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.1
cAtmTrunkCidConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.1.1
catmtCidTable
OBJECT-TYPE
This table is used to establish the mapping of one or more DS0 channels from a single DS1 interface to an AAL2 connection identified by a Channel IDentification number(CID). This table is created and used for ATM AAL2 trunking applications including both voice and data.
1.3.6.1.4.1.9.9.351.1.1.1not-accessiblecurrent
catmtCidEntry
OBJECT-TYPE
An entry in the catmtCidTable. Each entry represents an AAL2 trunking connection which is uniquely identified by the PVC index and the CID number. An AAL2 trunking connection is established by binding one or more DS0 channels from a single DS1 interface to an AAL2 ATM connection identified by the CID. The Channel IDentification (CID) is the standard term used to identify an ATM AAL2 connection (ITU-T I.366.2). CID is unique within a VC, either a PVC or SVC connection.
1.3.6.1.4.1.9.9.351.1.1.1.1not-accessiblecurrent
catmtCidVpi
OBJECT-TYPE
This object is the VPI value of an ATM PVC connection.
1.3.6.1.4.1.9.9.351.1.1.1.1.1Unsigned32 (0..4095)not-accessiblecurrent
catmtCidVci
OBJECT-TYPE
This object is the VCI value of an ATM PVC connection.
1.3.6.1.4.1.9.9.351.1.1.1.1.2Unsigned32 (0..65535)not-accessiblecurrent
catmtCid
OBJECT-TYPE
This object is the CID of an ATM AAL2 connection, it is unique within a PVC or SVC connection. The CID number at both sides of an AAL2 connection must be the same. Value of 0 is not used, and values of 1 to 7 are reserved for layer management by ITU-T I.366.2 standard.
1.3.6.1.4.1.9.9.351.1.1.1.1.3Integer32 (8..255)not-accessiblecurrent
catmtCidDs1
OBJECT-TYPE
The value of this object equals to the 'ifIndex' of the DS1 interface. This object is mandatory when adding a CID entry. Once a CID entry is added, this object can not be modified.
1.3.6.1.4.1.9.9.351.1.1.1.1.4InterfaceIndexread-createcurrent
catmtCidDs0GroupIndex
OBJECT-TYPE
An arbitrary index that uniquely identifies a DS0 group which contains one or more DS0(s) within a DS1 interface specified by 'catmtCidDs1'. This object is mandatory when adding a CID entry. Once a CID entry is added, this object can not be modified.
1.3.6.1.4.1.9.9.351.1.1.1.1.5Integer32 (0..30)read-createcurrent
catmtCidProfileType
OBJECT-TYPE
This object specifies the type of the AAL2 CODEC profile. The combination of the profile type and profile number specified by 'catmtCidProfileNumber' defines an AAL2 CODEC profile. This parameter is mandatory for adding and a voice trunking CID entry. This object is applicable when catmtCidNx64Enable is is set to 'false'. It is used for voice trunking applications only.
1.3.6.1.4.1.9.9.351.1.1.1.1.6CiscoAal2ProfileTyperead-createcurrent
catmtCidProfileNumber
OBJECT-TYPE
This object specifies the AAL2 CODEC profile number. The combination of profile type and profile number defines an AAL2 CODEC profile. A profile contains one or more entries, with each entry specifying an encoding algorithm and information regarding how the TDM data is to be packed into a packet. This parameter is mandatory for adding a voice trunking CID entry. This object is applicable when catmtCidNx64Enable is is set to 'false'. It is used for voice trunking applications only.
1.3.6.1.4.1.9.9.351.1.1.1.1.7CiscoAal2ProfileNumberread-createcurrent
catmtCidVoiceCodec
OBJECT-TYPE
This object specifies the CODEC type used for the AAL2 trunking connection. The following table lists the CODEC types specified in each profile table by ITU I.366.2 standard. ---------------------------------------------------- Profile Profile Packet type Number CODEC SID time(ms) ---------------------------------------------------- ITU 1 G.711u No SID 5 G.711a No SID 5 ---------------------------------------------------- ITU 2 G.711u SIDG 5 G.711a SIDG 5 ---------------------------------------------------- ITU 3 G.711u SIDG 5 G.711a SIDG 5 G726-40 SIDG 5 G726-32 SIDG 5 G726-24 SIDG 5 G726-16 SIDG 5 ---------------------------------------------------- ITU 7 G.711u SIDG 5 G.711a SIDG 5 G.729ab SID729 10 G.729a No SID 10 ---------------------------------------------------- ITU 8 G.711u No SID 5 G.711a No SID 5 G.726-32 No SID 5 G.729ab SID729 10 G.729a SID729 10 ---------------------------------------------------- Custom 100 G.711u SIDG 5 G.711a SIDG 5 G.726-32 SIGD 10 ---------------------------------------------------- Custom 101 G.711u No SID 5 G.711a No SID 5 G.726-32 No SID 10 G.729ab SID729 10 G.729a No SID 10 ---------------------------------------------------- Custom 110 G.711u SIDG 5 G.711a SIDG 5 G.726-32 SIDG 10 G.729ab SID729 30 G.729a No SID 30 ---------------------------------------------------- Custom 200 clearChan No SID 5 ---------------------------------------------------- This object can only be set to the CODECs defined by the profile specified by catmtCidProfileType and catmtCidProfileNumber. This object is applicable when catmtCidNx64Enable is is set to 'false'. It is used for voice trunking applications only. This object is mandatory when adding a voice trunking CID entry.
1.3.6.1.4.1.9.9.351.1.1.1.1.8CvcSpeechCoderRateread-createcurrent
catmtCidVBDCodec
OBJECT-TYPE
This object specifies the CODEC type to be used for Voice Band Data (VBD) upspeed. Upspeed is to change the transmission rate of a voice interface to a higher rate of CODEC type for fax/modem transportation. This object is applicable when catmtCidNx64Enable is is set to 'false'. It is used for voice trunking applications only. This object is mandatory when adding a voice trunking CID entry.
1.3.6.1.4.1.9.9.351.1.1.1.1.9CvcCoderTypeRateread-createcurrent
catmtCidNx64Enable
OBJECT-TYPE
This object specifies whether a CID entry is in the Nx64 packet stream mode. When this object is set to 'false', the CID connection is for voice trunking applications only; when it is set to 'true', the CID connection is for data trunking using Nx64 packet stream (N>=1). This object can not be modified.
1.3.6.1.4.1.9.9.351.1.1.1.1.10TruthValueread-createcurrent
catmtCidNx64Profile
OBJECT-TYPE
This object specifies the Nx64 data profile for an AAL2 data trunking connection. The value of this object is a valid index of the cdapNx64ProfileTable in the CISCO-DATA-AALX-PROFILE-MIB. This object is only applicable when catmtCidNx64Enable is set to 'true'.
1.3.6.1.4.1.9.9.351.1.1.1.1.11Integer32 (1..65535)read-createcurrent
catmtCidStateBitMap
OBJECT-TYPE
This object is used to indicate the state of the CID. All bits setting to 0 which means status 'okay'.
1.3.6.1.4.1.9.9.351.1.1.1.1.12Bits {pvcAdminDown(0), pvcFailure(1), extAIS(2), extRAI(3), aal2ConnAIS(4), aal2ConnRDI(5), lineAlarm(6)}read-onlycurrent
catmtCidRepetition
OBJECT-TYPE
This object is used to repeatedly apply the writable objects of catmtCidTable specified in the same SNMP PDU starting from the row defined by the index object for the number of rows specified by this object. The repetition operation works differently for data trunking and voice trunking applications. When catmtCidNx64Enable is set to 'false' (voice trunking), it is iterated through the value of DS0's and CID number. When catmtCidNx64Enable is set to 'true' (data trunking), the order of repetition operation is iterated through the value of DS1 index and CID number. (1) For voice trunking applications: At each iteration, the value of CID (catmtCid), DS0 (catmtCidDs0GroupIndex) and DS1(catmtCidDs1) will be incremented. When the value of catmtCidDs0GroupIndex reaches its maximum, catmtCidDs1 will be incremented to the next logical order of DS1 interface. (2) For data trunking applications: At each iteration, the value of catmtCid, catmtCidDs1 will be incremented. In other words, the Nx64 packet stream repetition iterates on the DS1, with each DS1 interface having the same DS0 group (catmtCidDs0GroupIndex) configuration. The repetition iteration will stop once the value of catmtCid reaches its maximum value 255 or when the next CID is not available or already configured for different type of trunking application. For example, a non-Nx64 repetition will stop if the next CID has been configured for Nx64 packet stream trunking, and vise versa. The repetition will also stop if the next contiguous DS0 group index is not available. The maximum value of this object is 248 which is the maximum number of CID or AAL2 connections allowed within a VC connection.
1.3.6.1.4.1.9.9.351.1.1.1.1.13ConfigIteratorread-createcurrent
catmtCidRepetitionOwner
OBJECT-TYPE
This object is used for error reporting of the bulk provisioning operation specified by catmtCidRepetition. The value of this object is set by the SNMP manager with its own identifier at the time of setting catmtCidRepetition to issue the bulk provisioning operation. Later on, the SNMP manager checks the value of this object. If it matches its own name, the value of catmtCidRepetitionResult will be set to indicate the result of bulk operation initiated by this SNMP manager.
1.3.6.1.4.1.9.9.351.1.1.1.1.14OwnerStringread-createcurrent
catmtCidRepetitionResult
OBJECT-TYPE
This object indicates the result of the bulk provisioning specified in catmtCidRepetition. The format might look at (but not limited to): 'COMPLETION=<number of rows completed before any error occurred>/<number of rows was designated>, ERROR=<error code>/<index where the error occurred>: <error text>' For example: 'COMPLETION=22/100,ERROR=38/44:Invalid DS1 line coding for the line type'
1.3.6.1.4.1.9.9.351.1.1.1.1.15BulkConfigResultread-onlycurrent
catmtCidRowStatus
OBJECT-TYPE
This object is used for adding/deleting the entries from the catmtCidTable. In order to create a CID entry, the following parameters are mandatory and must be provided: For voice trunking applications: catmtDs1, catmtDs0GroupIndex, catmtCidProfileType, catmtCidProfileNumber, catmtCidVoiceCodec, catmtCidVBDCodec For data trunking applications: catmtDs1, catmtDs0GroupIndex
1.3.6.1.4.1.9.9.351.1.1.1.1.16RowStatusread-createcurrent
cAtmTrunkCidConnStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.1.2
catmtCidStatsTable
OBJECT-TYPE
This table contains the statistical information on a per CID connection basis for AAL2 Trunking applications.
1.3.6.1.4.1.9.9.351.1.2.1not-accessiblecurrent
catmtCidStatsEntry
OBJECT-TYPE
This table contains statistical information for an AAL2 connection. Each entry in this table corresponds to an AAL2 bearer connection that has been setup by mapping one or more DS1/DS0s to an AAL2 connection identified by CID. The entries in this table are implicitly created/deleted at the time of creation/deletion of entries in the catmtCidTable.
1.3.6.1.4.1.9.9.351.1.2.1.1not-accessiblecurrent
catmtCidSentPackets
OBJECT-TYPE
This object indicates the number of packets sent towards network side since the connection setup.
1.3.6.1.4.1.9.9.351.1.2.1.1.1Counter32SinceResetread-onlycurrent
catmtCidRcvdPackets
OBJECT-TYPE
This object indicates the count of packets received from network side since the connection setup.
1.3.6.1.4.1.9.9.351.1.2.1.1.2Counter32SinceResetread-onlycurrent
catmtCidSentOctets
OBJECT-TYPE
This object indicates the count of bytes sent towards network side since connection setup.
1.3.6.1.4.1.9.9.351.1.2.1.1.3Counter32SinceResetread-onlycurrent
catmtCidRcvdOctets
OBJECT-TYPE
This object indicates the count of bytes received from network since connection setup.
1.3.6.1.4.1.9.9.351.1.2.1.1.4Counter32SinceResetread-onlycurrent
catmtCidLostPackets
OBJECT-TYPE
This object indicates the count of packets lost in the egress direction (from the network). This number is computed based on the expected number of packets and the actual number of packets arrived from the network.
1.3.6.1.4.1.9.9.351.1.2.1.1.5Counter32SinceResetread-onlycurrent
catmtCidJitter
OBJECT-TYPE
This object indicates the jitter (a.k.a interarrival jitter). This value is determined by the gateway DSP and obtained by the processor running on gateway upon querying the DSP periodically.
1.3.6.1.4.1.9.9.351.1.2.1.1.6Gauge32 (0..65535)read-onlycurrent
catmtCidExtAISCnts
OBJECT-TYPE
This object contains the number of external AIS AAL2 Type3 packets received. External AIS : alarm indication signal associated with a maintenance alarm detected on a defective maintenance span, that is transmitted in the direction of the defect as a substitute for normal signal. The purpose is to show the downstream entities that a defect has been identified and to prevent other maintenance alarms consequent to this first defect.
1.3.6.1.4.1.9.9.351.1.2.1.1.7Counter32SinceResetread-onlycurrent
catmtCidExtRAICnts
OBJECT-TYPE
This object contains the number of external RAI AAL2 Type3 packets received. External RAI is transmitted upstream from an entity that has detected defects persisting long enough to constitute a received signal failure. External RAI is to report in the backward direction to indicate there is an interruption of service in the forward direction.
1.3.6.1.4.1.9.9.351.1.2.1.1.8Counter32SinceResetread-onlycurrent
catmtCidConnAISCnts
OBJECT-TYPE
This object contains the number of external connection AIS AAL2 packets received. External Conn AIS is a Alarm Indicating Signal transmitted in the downstream direction from the AAL2 connecting point that first detects the defect affecting the AAL2 connection including defects indicated by the lower layers.
1.3.6.1.4.1.9.9.351.1.2.1.1.9Counter32SinceResetread-onlycurrent
catmtCidConnRDICnts
OBJECT-TYPE
This object contains the number of external connection RDI AAL2 packets received. External Connection RDI - is a signal transmitted in the upstream direction by an AAL2 endpoint that is in alarm state, as the result of having received an AAL2 connection AIS or having detected a defect that affects the AAL2 connection.
1.3.6.1.4.1.9.9.351.1.2.1.1.10Counter32SinceResetread-onlycurrent
catmtCidNx64FramesTxToTDM
OBJECT-TYPE
This object contains the number of frames transmitted to the TDM interface. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.11Counter32SinceResetread-onlycurrent
catmtCidNx64FramesRxFromTDM
OBJECT-TYPE
This object contains the number of frames received from the TDM interface. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.12Counter32SinceResetread-onlycurrent
catmtCidNx64EncBytesTxToTDM
OBJECT-TYPE
This object contains the number of encoded bytes transmitted to the TDM interface.
1.3.6.1.4.1.9.9.351.1.2.1.1.13Counter32SinceResetread-onlycurrent
catmtCidNx64EncBytesRxFromTDM
OBJECT-TYPE
This object contains the number of encoded bytes received from the TDM interface.
1.3.6.1.4.1.9.9.351.1.2.1.1.14Counter32SinceResetread-onlycurrent
catmtCidNx64InvalidFCSFrames
OBJECT-TYPE
This object contains the number of invalid frames received with invalid Frame Check Sequence (FCS) error. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.15Counter32SinceResetread-onlycurrent
catmtCidNx64AbortSeqFrames
OBJECT-TYPE
This object contains the number of invalid frames received with invalid frame abort sequence error. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.16Counter32SinceResetread-onlycurrent
catmtCidNx64InvalidShortFrames
OBJECT-TYPE
This object contains the number of invalid short frames (length less than minimum length) received. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.17Counter32SinceResetread-onlycurrent
catmtCidNx64InvalidLongFrames
OBJECT-TYPE
This object contains the number of invalid long frames (length greater than maximum length) received. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.18Counter32SinceResetread-onlycurrent
catmtCidNx64NoByteAlignErrorFrames
OBJECT-TYPE
This object contains the number of invalid frames received with no byte alignment. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.19Counter32SinceResetread-onlycurrent
catmtCidNx64RASTimeOutFrames
OBJECT-TYPE
This object contains the number of frames received with RAS timer timeout. This object is only applicable when catmtCidNx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.2.1.1.20Counter32SinceResetread-onlycurrent
catmtCidLastResetTime
OBJECT-TYPE
This object contains the value of sysUpTime when the last counter reset occurred. If no counter reset has occurred since the last time connection is established, this object will contain value of zero.
1.3.6.1.4.1.9.9.351.1.2.1.1.21TimeStampread-onlycurrent
catmtCidCounterClear
OBJECT-TYPE
When this object is set to value of true(1), all statistics counters with type of Counter32SinceReset in the table catmtCidStatsTable 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
1.3.6.1.4.1.9.9.351.1.2.1.1.22TruthValueread-writecurrent
cAtmTrunkAal1Config
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.1.3
catmtAal1Table
OBJECT-TYPE
This table is used to establish the mapping of a DS0 to an AAL1 ATM connection. This table is created and used for ATM AAL1 trunking applications only.
1.3.6.1.4.1.9.9.351.1.3.1not-accessiblecurrent
catmtAal1Entry
OBJECT-TYPE
An entry in the catmtAal1Table. Each entry represents an AAL1 trunking connection which is uniquely identified by the PVC index. An AAL1 trunking connection is established by binding one or more DS0(s) from one single DS1 interface to an AAL1 ATM connection identified the PVC index.
1.3.6.1.4.1.9.9.351.1.3.1.1not-accessiblecurrent
catmtAal1Vpi
OBJECT-TYPE
This object is the VPI value of an ATM PVC connection.
1.3.6.1.4.1.9.9.351.1.3.1.1.1Unsigned32 (0..4095)not-accessiblecurrent
catmtAal1Vci
OBJECT-TYPE
This object is the VCI value of an ATM PVC connection.
1.3.6.1.4.1.9.9.351.1.3.1.1.2Unsigned32 (0..65535)not-accessiblecurrent
catmtAal1Ds1
OBJECT-TYPE
The value of this object is equivalent to the 'ifIndex' of the DS1 interface. This object is mandatory when adding an AAL1 entry. Once an AAL1 entry is added, this object can not be modified.
1.3.6.1.4.1.9.9.351.1.3.1.1.3InterfaceIndexread-createcurrent
catmtAal1Ds0GroupIndex
OBJECT-TYPE
An arbitrary index that uniquely identifies one or a group of DS0s to be connected to an AAL1 trunking connection. When catmtAal1Nx64Enable is set to 'false', the AAL1 trunking connection can only be a mapping of one single DS0 to one AAL1 ATM connection. This object is mandatory when adding an AAL1 entry. Once an AAL1 entry is added, this object can not be modified.
1.3.6.1.4.1.9.9.351.1.3.1.1.4Integer32 (0..30)read-createcurrent
catmtAal1Nx64Profile
OBJECT-TYPE
This object specifies the Nx64 AAL1 data profile for an AAL1 trunking connection. The value of this object is a valid index of cdapNx64Aal1ProfileTable in CISCO-DATA-AALX-PROFILE-MIB.
1.3.6.1.4.1.9.9.351.1.3.1.1.5Integer32 (1..65535)read-createcurrent
catmtAal1RowStatus
OBJECT-TYPE
This object is used for adding/deleting the entries from the catmtAal1Table. In order to create an AAL1 trunking entry, the following parameters are mandatory and must be provided: catmtAal1Ds1, catmtAal1Ds0GroupIdx
1.3.6.1.4.1.9.9.351.1.3.1.1.6RowStatusread-createcurrent
cAtmTrunkAal1ConnStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.1.4
catmtAal1StatsTable
OBJECT-TYPE
This table contains the statistics information on a per AAL1 connection basis for ATM AAL1 Trunking applications.
1.3.6.1.4.1.9.9.351.1.4.1not-accessiblecurrent
catmtAal1StatsEntry
OBJECT-TYPE
This table contains statistics information for an AAL1 trunking connection. Each entry in this table corresponds to an AAL1 connection that has been setup by binding an DS0 to an AAL1 connection identified by (ifIndex, catmtAal1Vpi, catmtAal1Vci). The entries in this table are implicitly created/deleted at the time of creation/deletion of entries in the catmtAal1Table.
1.3.6.1.4.1.9.9.351.1.4.1.1not-accessiblecurrent
catmtAal1TxCells
OBJECT-TYPE
This object contains the number of ATM AAL1 cells transmitted from gateway to ATM network.
1.3.6.1.4.1.9.9.351.1.4.1.1.1Counter32SinceResetread-onlycurrent
catmtAal1RxCells
OBJECT-TYPE
This object contains the number of ATM AAL1 cells gateway has received from ATM network.
1.3.6.1.4.1.9.9.351.1.4.1.1.2Counter32SinceResetread-onlycurrent
catmtAal1TxPayloadBytes
OBJECT-TYPE
This object contains the number of payload bytes transmitted from gateway to ATM network.
1.3.6.1.4.1.9.9.351.1.4.1.1.3Counter32SinceResetread-onlycurrent
catmtAal1RxPayloadBytes
OBJECT-TYPE
This object contains the number of payload bytes gateway has received from ATM network.
1.3.6.1.4.1.9.9.351.1.4.1.1.4Counter32SinceResetread-onlycurrent
catmtAal1Jitter
OBJECT-TYPE
This object indicates the jitter (a.k.a interarrival jitter). The value of this object is determined by the gateway DSP and obtained by the processor running on gateway upon querying the DSP periodically.
1.3.6.1.4.1.9.9.351.1.4.1.1.5Gauge32read-onlycurrent
catmtAal1LastResetTime
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.351.1.4.1.1.6TimeStampread-onlycurrent
catmtAal1CounterClear
OBJECT-TYPE
When this object is set to value of true(1), all statistics counters with type of Counter32SinceReset in the table catmtAal1StatsTable will be reset to zero. Setting this object to value of false(2) has no implication. This object will always return 'false' upon any SNMP get operation. I
1.3.6.1.4.1.9.9.351.1.4.1.1.7TruthValueread-writecurrent
cAtmTrunkAal5Config
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.1.5
catmtAal5Table
OBJECT-TYPE
This table is used to establish the mapping of a DS0 to an AAL5 ATM connection. This table is created and used for ATM AAL5 trunking applications only.
1.3.6.1.4.1.9.9.351.1.5.1not-accessiblecurrent
catmtAal5Entry
OBJECT-TYPE
An entry in the catmtAal5Table. Each entry represents an AAL5 trunking connection which is uniquely identified by the PVC index. An AAL5 trunking connection is established by binding a DS0 group voice interface containing one or more DS0 channels from one single DS1 interface to an AAL5 ATM connection identified the PVC index.
1.3.6.1.4.1.9.9.351.1.5.1.1not-accessiblecurrent
catmtAal5Vpi
OBJECT-TYPE
This object is the VPI value of an ATM PVC connection.
1.3.6.1.4.1.9.9.351.1.5.1.1.1Unsigned32 (0..4095)not-accessiblecurrent
catmtAal5Vci
OBJECT-TYPE
This object is the VCI value of an ATM PVC connection.
1.3.6.1.4.1.9.9.351.1.5.1.1.2Unsigned32 (0..65535)not-accessiblecurrent
catmtAal5Ds1
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.351.1.5.1.1.3InterfaceIndexread-createcurrent
catmtAal5Ds0GroupIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.351.1.5.1.1.4Integer32 (0..30)read-createcurrent
catmtAal5Nx64Profile
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.351.1.5.1.1.5Integer32 (1..65535)read-createcurrent
catmtAal5RowStatus
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.351.1.5.1.1.6RowStatusread-createcurrent
cAtmTrunkAal5ConnStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.1.6
catmtAal5StatsTable
OBJECT-TYPE
This table contains the statistical information on a per AAL5 connection basis for ATM AAL5 Trunking applications.
1.3.6.1.4.1.9.9.351.1.6.1not-accessiblecurrent
catmtAal5StatsEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.351.1.6.1.1not-accessiblecurrent
catmtAal5SentPackets
OBJECT-TYPE
This object indicates the number of packets sent towards network side since the connection is up.
1.3.6.1.4.1.9.9.351.1.6.1.1.1Counter32SinceResetread-onlycurrent
catmtAal5RcvdPackets
OBJECT-TYPE
This object indicates the count of packets received from network side since the connection setup.
1.3.6.1.4.1.9.9.351.1.6.1.1.2Counter32SinceResetread-onlycurrent
catmtAal5SentOctets
OBJECT-TYPE
This object indicates the count of bytes sent towards network side since connection setup.
1.3.6.1.4.1.9.9.351.1.6.1.1.3Counter32SinceResetread-onlycurrent
catmtAal5RcvdOctets
OBJECT-TYPE
This object indicates the count of bytes received from network since connection setup.
1.3.6.1.4.1.9.9.351.1.6.1.1.4Counter32SinceResetread-onlycurrent
catmtAal5FramesTxToTDM
OBJECT-TYPE
This object contains the number of frames transmitted to the TDM interface. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.6.1.1.5Counter32SinceResetread-onlycurrent
catmtAal5FramesRxFromTDM
OBJECT-TYPE
This object contains the number of frames received from the TDM interface. This object is only applicable when catmtAal5Nx64Mode is set to to 'hdlc'.
1.3.6.1.4.1.9.9.351.1.6.1.1.6Counter32SinceResetread-onlycurrent
catmtAal5EncBytesTxToTDM
OBJECT-TYPE
This object contains the number of encoded bytes transmitted to the TDM interface.
1.3.6.1.4.1.9.9.351.1.6.1.1.7Counter32SinceResetread-onlycurrent
catmtAal5EncBytesRxFromTDM
OBJECT-TYPE
This object contains the number of encoded bytes received from TDM interface.
1.3.6.1.4.1.9.9.351.1.6.1.1.8Counter32SinceResetread-onlycurrent
catmtAal5InvalidFCSFrames
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.351.1.6.1.1.9Counter32SinceResetread-onlycurrent
catmtAal5AbortSeqFrames
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.351.1.6.1.1.10Counter32SinceResetread-onlycurrent
catmtAal5InvalidShortFrames
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.351.1.6.1.1.11Counter32SinceResetread-onlycurrent
catmtAal5InvalidLongFrames
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.351.1.6.1.1.12Counter32SinceResetread-onlycurrent
catmtAal5NoByteAlignErrorFrames
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.351.1.6.1.1.13Counter32SinceResetread-onlycurrent
catmtAal5LastResetTime
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.351.1.6.1.1.14TimeStampread-onlycurrent
catmtAal5CounterClear
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.351.1.6.1.1.15TruthValueread-writecurrent
cAtmTrunkMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.2
cAtmTrunkMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.2.1
cAtmTrunkMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.351.2.2

Conformance

NameOIDStatus
cAtmTrunkMIBCompliance
MODULE-COMPLIANCE
Compliance statement for CISCO-VOICE-ATM-TRUNK-MIB.
1.3.6.1.4.1.9.9.351.2.1.1current
cAtmTrunkCidMIBGroup
OBJECT-GROUP
This group contains objects related to ATM AAL2 trunking CID level parameters.
1.3.6.1.4.1.9.9.351.2.2.1current
cAtmTrunkAal1MIBGroup
OBJECT-GROUP
This group contains objects related to ATM AAL1 trunking parameters.
1.3.6.1.4.1.9.9.351.2.2.2current
cAtmTrunkAal5MIBGroup
OBJECT-GROUP
This group contains objects related to ATM AAL5 trunking parameters.
1.3.6.1.4.1.9.9.351.2.2.3current
cAtmTrunkCidConnStatsMIBGroup
OBJECT-GROUP
This group contains objects for AAL2 bearer connection statistics information used for ATM AAL2 trunking.
1.3.6.1.4.1.9.9.351.2.2.4current
cAtmTrunkAal1ConnStatsMIBGroup
OBJECT-GROUP
This group contains objects for AAL1 connection statistics information used for ATM AAL1 trunking.
1.3.6.1.4.1.9.9.351.2.2.5current
cAtmTrunkAal5ConnStatsMIBGroup
OBJECT-GROUP
This group contains objects for AAL5 bearer connection statistics information used for ATM AAL5 trunking.
1.3.6.1.4.1.9.9.351.2.2.6current