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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | EntPhysicalIndexOrZero |
| RMON2-MIB | ZeroBasedCounter32 |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | not-accessible | current | |
| cCdmaAhdlcEngineEntry OBJECT-TYPE A description of an AHDLC engine. | 1.3.6.1.4.1.9.9.997.1.1.1.1 | not-accessible | current | |
| 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.1 | Unsigned32 | not-accessible | current |
| 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.2 | SnmpAdminString | read-only | current |
| 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.3 | INTEGER {unknown(0), software(1), hardware(2)} | read-only | current |
| 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.4 | Gauge32 | read-only | current |
| 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.5 | Unsigned32 | read-only | current |
| 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.6 | Unsigned32 | read-write | current |
| 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.7 | INTEGER {unknown(0), up(1), down(2)} | read-only | current |
| 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.8 | INTEGER {up(1), down(2)} | read-write | current |
| 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.9 | TruthValue | read-write | current |
| 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.10 | EntPhysicalIndexOrZero | read-only | current |
| 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.2 | not-accessible | current | |
| cCdmaAhdlcPerfEntry OBJECT-TYPE The statistics associated with an AHDLC engine. | 1.3.6.1.4.1.9.9.997.1.1.2.1 | not-accessible | current | |
| 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.1 | ZeroBasedCounter32 | read-only | current |
| 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.2 | ZeroBasedCounter32 | read-only | current |
| 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.3 | ZeroBasedCounter32 | read-only | current |
| 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.4 | ZeroBasedCounter32 | read-only | current |
| 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.5 | ZeroBasedCounter32 | read-only | current |
| 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.6 | ZeroBasedCounter32 | read-only | current |
| 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.7 | ZeroBasedCounter32 | read-only | current |
| 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.8 | ZeroBasedCounter32 | read-only | current |
| 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.9 | ZeroBasedCounter32 | read-only | current |
| 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.10 | ZeroBasedCounter32 | read-only | current |
| 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.11 | ZeroBasedCounter32 | read-only | current |
| 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.12 | ZeroBasedCounter32 | read-only | current |
| 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.13 | ZeroBasedCounter32 | read-only | current |
| 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.14 | ZeroBasedCounter32 | read-only | current |
| 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.15 | ZeroBasedCounter32 | read-only | current |
| 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.16 | ZeroBasedCounter32 | read-only | current |
| 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.17 | ZeroBasedCounter32 | read-only | current |
| 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.18 | TimeStamp | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| cCdmaAhdlcGroup OBJECT-GROUP A collection of objects needed for CDMA AHDLC network management. | 1.3.6.1.4.1.9.9.997.3.2.1 | current |
| cCdmaAhdlcNotifGroup NOTIFICATION-GROUP The notifications related to CDMA AHDLC network management. | 1.3.6.1.4.1.9.9.997.3.2.2 | current |