CISCO-CDMA-AHDLC-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CDMA-AHDLC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cCdmaAhdlcMIB 1.3.6.1.4.1.9.9.997
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.
         cCdmaAhdlcMIBNotif 1.3.6.1.4.1.9.9.997.0
             cCdmaAhdlcEngineDownNotif 1.3.6.1.4.1.9.9.997.0.1
This notification indicates an AHDLC engine is 'down' due to some fault though the desired state of the engine is 'up'.
         cCdmaAhdlcMIBObjects 1.3.6.1.4.1.9.9.997.1
             cCdmaAhdlcEngineInfo 1.3.6.1.4.1.9.9.997.1.1
                 cCdmaAhdlcEngineTable 1.3.6.1.4.1.9.9.997.1.1.1 no-access
A list of AHDLC engines available in the system.
                     cCdmaAhdlcEngineEntry 1.3.6.1.4.1.9.9.997.1.1.1.1 no-access
A description of an AHDLC engine.
                         cCdmaAhdlcEngineIndex 1.3.6.1.4.1.9.9.997.1.1.1.1.1 unsigned32 no-access
An arbitrary non-zero integer-value that uniquely identifies an AHDLC engine. An implementation should assign AHDLC engines consecutive monotonically increasing values.
                         cCdmaAhdlcEngineName 1.3.6.1.4.1.9.9.997.1.1.1.1.2 snmpadminstring read-only
Textual name of the AHDLC engine. The value of this object should be the name of the component as assigned by the local device.
                         cCdmaAhdlcEngineType 1.3.6.1.4.1.9.9.997.1.1.1.1.3 integer read-only
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'. Enumeration: 'hardware': 2, 'unknown': 0, 'software': 1.
                         cCdmaAhdlcEngineChannelsInUse 1.3.6.1.4.1.9.9.997.1.1.1.1.4 gauge32 read-only
Number of current active channels handled by this engine.
                         cCdmaAhdlcEngineMaxChannels 1.3.6.1.4.1.9.9.997.1.1.1.1.5 unsigned32 read-only
Maximum number of channels that can be supported by this engine.
                         cCdmaAhdlcEngineConfMaxChannels 1.3.6.1.4.1.9.9.997.1.1.1.1.6 unsigned32 read-write
Maximum number of channels configured by the user. This value may not be higher than cCdmaAhdlcEngineMaxChannels.
                         cCdmaAhdlcEngineOperState 1.3.6.1.4.1.9.9.997.1.1.1.1.7 integer read-only
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. Enumeration: 'down': 2, 'unknown': 0, 'up': 1.
                         cCdmaAhdlcEngineAdminState 1.3.6.1.4.1.9.9.997.1.1.1.1.8 integer read-write
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. Enumeration: 'down': 2, 'up': 1.
                         cCdmaAhdlcEngineDownNotifEnabled 1.3.6.1.4.1.9.9.997.1.1.1.1.9 truthvalue read-write
'true' indicates notification will be sent out when cCdmaAhdlcEngineAdminState is 'up' and cCdmaAhdlcEngineOperState is 'down'.
                         cCdmaAhdlcPhysicalIndex 1.3.6.1.4.1.9.9.997.1.1.1.1.10 entphysicalindexorzero read-only
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.
                 cCdmaAhdlcPerfTable 1.3.6.1.4.1.9.9.997.1.1.2 no-access
A list of statistics for those AHDLC engines supported by the system.
                     cCdmaAhdlcPerfEntry 1.3.6.1.4.1.9.9.997.1.1.2.1 no-access
The statistics associated with an AHDLC engine.
                         cCdmaAhdlcOutgoingOctetsToEncode 1.3.6.1.4.1.9.9.997.1.1.2.1.1 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcOutgoingOctetsEncoded 1.3.6.1.4.1.9.9.997.1.1.2.1.2 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcOutgoingPktsToEncode 1.3.6.1.4.1.9.9.997.1.1.2.1.3 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcOutgoingPktsEncoded 1.3.6.1.4.1.9.9.997.1.1.2.1.4 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcIncomingOctetsToDecode 1.3.6.1.4.1.9.9.997.1.1.2.1.5 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcIncomingOctetsDecoded 1.3.6.1.4.1.9.9.997.1.1.2.1.6 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcIncomingPktsToDecode 1.3.6.1.4.1.9.9.997.1.1.2.1.7 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcIncomingPktsDecoded 1.3.6.1.4.1.9.9.997.1.1.2.1.8 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.9 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.10 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcCRCDropPkts 1.3.6.1.4.1.9.9.997.1.1.2.1.11 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcMemDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.12 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcMemDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.13 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcOverflowDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.14 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcOverflowDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.15 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcInvSizeDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.16 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcInvSizeDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.17 zerobasedcounter32 read-only
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.
                         cCdmaAhdlcDiscontinuityTime 1.3.6.1.4.1.9.9.997.1.1.2.1.18 timestamp read-only
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.
         cCdmaAhdlcMIBConformance 1.3.6.1.4.1.9.9.997.3
             cCdmaAhdlcMIBCompliances 1.3.6.1.4.1.9.9.997.3.1
                 cCdmaAhdlcMIBCompliance 1.3.6.1.4.1.9.9.997.3.1.1
The compliance statement for entities which implement the CDMA AHDLC Management MIB.
             cCdmaAhdlcMIBGroups 1.3.6.1.4.1.9.9.997.3.2
                 cCdmaAhdlcGroup 1.3.6.1.4.1.9.9.997.3.2.1
A collection of objects needed for CDMA AHDLC network management.
                 cCdmaAhdlcNotifGroup 1.3.6.1.4.1.9.9.997.3.2.2
The notifications related to CDMA AHDLC network management.