MIBs Depot

CISCO-CDMA-AHDLC-MIB

Registered at
1.3.6.1.4.1.9.9.997
Last updated
2005-11-14 00:00
Organization
Cisco Systems, Inc.
Revisions
2005-11-14 00:00, 2002-01-04 00:00
Namespace
cisco
Source file
CISCO-CDMA-AHDLC-MIB
Digest
sha256:20cda5bf2ca01995b63c53017591cfb2f86ef570b0c9e76afe3ad8f322b4e77d

Description

This MIB module provides details concerning AHDLC engine state, performance, configuration and notification. An AHDLC channel handles one AHDLC session. AN AHDLC engine controls a set of AHDLC channels. The following diagram illustrates a typical usage of an AHDLC service adapter in a 3G CDMA wireless data network +==========+ +========+==========+ | RAdio | AHDLC packets |AHDLC | | | Network |============== |engine | PDSN | | (RAN) | | | router | +==========+ +--------+ | /|\ | | | +===================+ Mobile Node using PPP over AHDLC Two types of AHDLC engines are available - software and hardware based. A dedicated hardware allows better ahdlc framing performance. Acronyms and terms AHDLC Asynchronous High-level Data Link Control. AHDLC A dedicated resource used to channel handle one AHDLC session. AHDLC An entity managing a group of engine AHDLC channels. An AHDLC engine may be hardware assisted. CDMA Code Division Multiple Access. PDSN Packet Data Serving Node, a router connecting a CDMA wireless network to the internet. RAN Radio Network.

Contact

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

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCEntPhysicalIndexOrZero
RMON2-MIBZeroBasedCounter32
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIGauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

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

CISCO-CDMA-AHDLC-MIB
CISCO-SMI
CISCO-TC
IANAifType-MIB
IF-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB

Objects

NameOIDSyntaxAccessStatus
cCdmaAhdlcMIBNotif
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.997.0
cCdmaAhdlcMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.997.1
cCdmaAhdlcEngineInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.997.1.1
cCdmaAhdlcEngineTable
OBJECT-TYPE
A list of AHDLC engines available in the system.
1.3.6.1.4.1.9.9.997.1.1.1not-accessiblecurrent
cCdmaAhdlcEngineEntry
OBJECT-TYPE
A description of an AHDLC engine.
1.3.6.1.4.1.9.9.997.1.1.1.1not-accessiblecurrent
cCdmaAhdlcEngineIndex
OBJECT-TYPE
An arbitrary non-zero integer-value that uniquely identifies an AHDLC engine. An implementation should assign AHDLC engines consecutive monotonically increasing values.
1.3.6.1.4.1.9.9.997.1.1.1.1.1Unsigned32not-accessiblecurrent
cCdmaAhdlcEngineName
OBJECT-TYPE
Textual name of the AHDLC engine. The value of this object should be the name of the component as assigned by the local device.
1.3.6.1.4.1.9.9.997.1.1.1.1.2SnmpAdminStringread-onlycurrent
cCdmaAhdlcEngineType
OBJECT-TYPE
AHDLC engine type. Three main types are defined: - a 'hardware' based engine requires the use of AHDLC hardware assist. Each hardware based engine is peer to one unique AHDLC hardware assist. - a 'software' based engine is not peer to an AHDLC hardware assist but it relies on the system cpu(s) to perform AHDLC framing. If the engine type cannot be determined, this object value should return 'unknown'.
1.3.6.1.4.1.9.9.997.1.1.1.1.3INTEGER {unknown(0), software(1), hardware(2)}read-onlycurrent
cCdmaAhdlcEngineChannelsInUse
OBJECT-TYPE
Number of current active channels handled by this engine.
1.3.6.1.4.1.9.9.997.1.1.1.1.4Gauge32read-onlycurrent
cCdmaAhdlcEngineMaxChannels
OBJECT-TYPE
Maximum number of channels that can be supported by this engine.
1.3.6.1.4.1.9.9.997.1.1.1.1.5Unsigned32read-onlycurrent
cCdmaAhdlcEngineConfMaxChannels
OBJECT-TYPE
Maximum number of channels configured by the user. This value may not be higher than cCdmaAhdlcEngineMaxChannels.
1.3.6.1.4.1.9.9.997.1.1.1.1.6Unsigned32read-writecurrent
cCdmaAhdlcEngineOperState
OBJECT-TYPE
This object defines the current AHDLC engine operational state. The 'up' indicates the engine is ready to receive ahdlc packets. If cCdmaAhdlcEngineAdminState is 'down' then cCdmaAhdlcEngineOperState should be 'down'. If cCdmaAhdlcEngineAdminState is changed to 'up' then cCdmaAhdlcEngineOperState should change to 'up' if the engine is ready to receive ahdlc packets; it should remain in the 'down' state if and only if there is a fault that prevents it from going to the 'up' state.
1.3.6.1.4.1.9.9.997.1.1.1.1.7INTEGER {unknown(0), up(1), down(2)}read-onlycurrent
cCdmaAhdlcEngineAdminState
OBJECT-TYPE
This object defines the AHDLC engine desired state. When a managed system initializes, all interfaces start with 'down' state. As a result of either explicit management action or per configuration information retained by the managed system, cCdmaAhdlcEngineAdminState is then changed to either 'up' or remains in the 'down' state.
1.3.6.1.4.1.9.9.997.1.1.1.1.8INTEGER {up(1), down(2)}read-writecurrent
cCdmaAhdlcEngineDownNotifEnabled
OBJECT-TYPE
'true' indicates notification will be sent out when cCdmaAhdlcEngineAdminState is 'up' and cCdmaAhdlcEngineOperState is 'down'.
1.3.6.1.4.1.9.9.997.1.1.1.1.9TruthValueread-writecurrent
cCdmaAhdlcPhysicalIndex
OBJECT-TYPE
Corresponding AHDLC service adapter entry in the ENTITY-MIB (RFC-2737). This object value should return the corresponding entPhysicalIndex value of the service adapter or 0 if it cannot be determined or is not applicable.
1.3.6.1.4.1.9.9.997.1.1.1.1.10EntPhysicalIndexOrZeroread-onlycurrent
cCdmaAhdlcPerfTable
OBJECT-TYPE
A list of statistics for those AHDLC engines supported by the system.
1.3.6.1.4.1.9.9.997.1.1.2not-accessiblecurrent
cCdmaAhdlcPerfEntry
OBJECT-TYPE
The statistics associated with an AHDLC engine.
1.3.6.1.4.1.9.9.997.1.1.2.1not-accessiblecurrent
cCdmaAhdlcOutgoingOctetsToEncode
OBJECT-TYPE
Total number of outgoing-traffic octets delivered to the AHDLC engine for AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.1ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcOutgoingOctetsEncoded
OBJECT-TYPE
Total number of outgoing-traffic octets generated by the AHDLC engine through AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.2ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcOutgoingPktsToEncode
OBJECT-TYPE
Total number of outgoing-traffic packets delivered to the AHDLC engine for AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.3ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcOutgoingPktsEncoded
OBJECT-TYPE
Total number of outgoing-traffic packets generated by the AHDLC engine through AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.4ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcIncomingOctetsToDecode
OBJECT-TYPE
Total number of incoming-traffic octets delivered to the AHDLC engine for AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.5ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcIncomingOctetsDecoded
OBJECT-TYPE
Total number of incoming-traffic octets generated by the AHDLC engine through AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.6ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcIncomingPktsToDecode
OBJECT-TYPE
Total number of incoming-traffic packets delivered to the AHDLC engine for AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.7ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcIncomingPktsDecoded
OBJECT-TYPE
Total number of incoming-traffic packets generated by the AHDLC engine through AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.8ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcDropPktsDec
OBJECT-TYPE
The number of packets dropped by the engine during AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.9ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcDropPktsEnc
OBJECT-TYPE
The number of packets dropped by the engine during AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.10ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcCRCDropPkts
OBJECT-TYPE
The number of packets dropped by the engine because of CRC errors since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.11ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcMemDropPktsDec
OBJECT-TYPE
The number of packets dropped by the engine due to insufficient memory during AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.12ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcMemDropPktsEnc
OBJECT-TYPE
The number of packets dropped by the engine due to insufficient memory during AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.13ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcOverflowDropPktsDec
OBJECT-TYPE
The number of packets dropped by the engine due to queue overflow during AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.14ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcOverflowDropPktsEnc
OBJECT-TYPE
The number of packets dropped by the engine due to queue overflow during AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.15ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcInvSizeDropPktsDec
OBJECT-TYPE
The number of packets dropped by the engine due to invalid size during AHDLC decoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.16ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcInvSizeDropPktsEnc
OBJECT-TYPE
The number of packets dropped by the engine due to invalid size during AHDLC encoding since system was last restarted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of cCdmaAhdlcDiscontinuityTime.
1.3.6.1.4.1.9.9.997.1.1.2.1.17ZeroBasedCounter32read-onlycurrent
cCdmaAhdlcDiscontinuityTime
OBJECT-TYPE
The value of sysUpTime when the AHDLC Engine's counters last experienced a discontinuity. If no discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
1.3.6.1.4.1.9.9.997.1.1.2.1.18TimeStampread-onlycurrent
cCdmaAhdlcMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.997.3
cCdmaAhdlcMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.997.3.1
cCdmaAhdlcMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.997.3.2

Notifications

NameOIDStatus
cCdmaAhdlcEngineDownNotif
NOTIFICATION-TYPE
This notification indicates an AHDLC engine is 'down' due to some fault though the desired state of the engine is 'up'.
1.3.6.1.4.1.9.9.997.0.1current

Conformance

NameOIDStatus
cCdmaAhdlcMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the CDMA AHDLC Management MIB.
1.3.6.1.4.1.9.9.997.3.1.1current
cCdmaAhdlcGroup
OBJECT-GROUP
A collection of objects needed for CDMA AHDLC network management.
1.3.6.1.4.1.9.9.997.3.2.1current
cCdmaAhdlcNotifGroup
NOTIFICATION-GROUP
The notifications related to CDMA AHDLC network management.
1.3.6.1.4.1.9.9.997.3.2.2current