CISCO-CDMA-AHDLC-MIB

File: CISCO-CDMA-AHDLC-MIB.mib (28618 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB RMON2-MIB CISCO-SMI
CISCO-TC

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 Gauge32 TruthValue
TimeStamp MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP SnmpAdminString ZeroBasedCounter32
ciscoMgmt EntPhysicalIndexOrZero

Defined Types

CCdmaAhdlcEngineEntry  
SEQUENCE    
  cCdmaAhdlcEngineIndex Unsigned32
  cCdmaAhdlcEngineName SnmpAdminString
  cCdmaAhdlcEngineType INTEGER
  cCdmaAhdlcEngineChannelsInUse Gauge32
  cCdmaAhdlcEngineMaxChannels Unsigned32
  cCdmaAhdlcEngineConfMaxChannels Unsigned32
  cCdmaAhdlcEngineOperState INTEGER
  cCdmaAhdlcEngineAdminState INTEGER
  cCdmaAhdlcEngineDownNotifEnabled TruthValue
  cCdmaAhdlcPhysicalIndex EntPhysicalIndexOrZero

CCdmaAhdlcPerfEntry  
SEQUENCE    
  cCdmaAhdlcOutgoingOctetsToEncode ZeroBasedCounter32
  cCdmaAhdlcOutgoingOctetsEncoded ZeroBasedCounter32
  cCdmaAhdlcOutgoingPktsToEncode ZeroBasedCounter32
  cCdmaAhdlcOutgoingPktsEncoded ZeroBasedCounter32
  cCdmaAhdlcIncomingOctetsToDecode ZeroBasedCounter32
  cCdmaAhdlcIncomingOctetsDecoded ZeroBasedCounter32
  cCdmaAhdlcIncomingPktsToDecode ZeroBasedCounter32
  cCdmaAhdlcIncomingPktsDecoded ZeroBasedCounter32
  cCdmaAhdlcDropPktsDec ZeroBasedCounter32
  cCdmaAhdlcDropPktsEnc ZeroBasedCounter32
  cCdmaAhdlcCRCDropPkts ZeroBasedCounter32
  cCdmaAhdlcMemDropPktsDec ZeroBasedCounter32
  cCdmaAhdlcMemDropPktsEnc ZeroBasedCounter32
  cCdmaAhdlcOverflowDropPktsDec ZeroBasedCounter32
  cCdmaAhdlcOverflowDropPktsEnc ZeroBasedCounter32
  cCdmaAhdlcInvSizeDropPktsDec ZeroBasedCounter32
  cCdmaAhdlcInvSizeDropPktsEnc ZeroBasedCounter32
  cCdmaAhdlcDiscontinuityTime TimeStamp

Defined Values

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.
MODULE-IDENTITY    

cCdmaAhdlcMIBObjects 1.3.6.1.4.1.9.9.997.1
OBJECT IDENTIFIER    

cCdmaAhdlcEngineInfo 1.3.6.1.4.1.9.9.997.1.1
OBJECT IDENTIFIER    

cCdmaAhdlcMIBNotif 1.3.6.1.4.1.9.9.997.0
OBJECT IDENTIFIER    

cCdmaAhdlcEngineTable 1.3.6.1.4.1.9.9.997.1.1.1
A list of AHDLC engines available in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CCdmaAhdlcEngineEntry

cCdmaAhdlcEngineEntry 1.3.6.1.4.1.9.9.997.1.1.1.1
A description of an AHDLC engine.
Status: current Access: not-accessible
OBJECT-TYPE    
  CCdmaAhdlcEngineEntry  

cCdmaAhdlcEngineIndex 1.3.6.1.4.1.9.9.997.1.1.1.1.1
An arbitrary non-zero integer-value that uniquely identifies an AHDLC engine. An implementation should assign AHDLC engines consecutive monotonically increasing values.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cCdmaAhdlcEngineName 1.3.6.1.4.1.9.9.997.1.1.1.1.2
Textual name of the AHDLC engine. The value of this object should be the name of the component as assigned by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cCdmaAhdlcEngineType 1.3.6.1.4.1.9.9.997.1.1.1.1.3
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'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), software(1), hardware(2)  

cCdmaAhdlcEngineChannelsInUse 1.3.6.1.4.1.9.9.997.1.1.1.1.4
Number of current active channels handled by this engine.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cCdmaAhdlcEngineMaxChannels 1.3.6.1.4.1.9.9.997.1.1.1.1.5
Maximum number of channels that can be supported by this engine.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cCdmaAhdlcEngineConfMaxChannels 1.3.6.1.4.1.9.9.997.1.1.1.1.6
Maximum number of channels configured by the user. This value may not be higher than cCdmaAhdlcEngineMaxChannels.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cCdmaAhdlcEngineOperState 1.3.6.1.4.1.9.9.997.1.1.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), up(1), down(2)  

cCdmaAhdlcEngineAdminState 1.3.6.1.4.1.9.9.997.1.1.1.1.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

cCdmaAhdlcEngineDownNotifEnabled 1.3.6.1.4.1.9.9.997.1.1.1.1.9
'true' indicates notification will be sent out when cCdmaAhdlcEngineAdminState is 'up' and cCdmaAhdlcEngineOperState is 'down'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cCdmaAhdlcPhysicalIndex 1.3.6.1.4.1.9.9.997.1.1.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  EntPhysicalIndexOrZero  

cCdmaAhdlcPerfTable 1.3.6.1.4.1.9.9.997.1.1.2
A list of statistics for those AHDLC engines supported by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CCdmaAhdlcPerfEntry

cCdmaAhdlcPerfEntry 1.3.6.1.4.1.9.9.997.1.1.2.1
The statistics associated with an AHDLC engine.
Status: current Access: not-accessible
OBJECT-TYPE    
  CCdmaAhdlcPerfEntry  

cCdmaAhdlcOutgoingOctetsToEncode 1.3.6.1.4.1.9.9.997.1.1.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcOutgoingOctetsEncoded 1.3.6.1.4.1.9.9.997.1.1.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcOutgoingPktsToEncode 1.3.6.1.4.1.9.9.997.1.1.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcOutgoingPktsEncoded 1.3.6.1.4.1.9.9.997.1.1.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcIncomingOctetsToDecode 1.3.6.1.4.1.9.9.997.1.1.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcIncomingOctetsDecoded 1.3.6.1.4.1.9.9.997.1.1.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcIncomingPktsToDecode 1.3.6.1.4.1.9.9.997.1.1.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcIncomingPktsDecoded 1.3.6.1.4.1.9.9.997.1.1.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcCRCDropPkts 1.3.6.1.4.1.9.9.997.1.1.2.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcMemDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcMemDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcOverflowDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcOverflowDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcInvSizeDropPktsDec 1.3.6.1.4.1.9.9.997.1.1.2.1.16
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcInvSizeDropPktsEnc 1.3.6.1.4.1.9.9.997.1.1.2.1.17
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.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

cCdmaAhdlcDiscontinuityTime 1.3.6.1.4.1.9.9.997.1.1.2.1.18
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

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'.
Status: current Access: read-only
NOTIFICATION-TYPE    

cCdmaAhdlcMIBConformance 1.3.6.1.4.1.9.9.997.3
OBJECT IDENTIFIER    

cCdmaAhdlcMIBCompliances 1.3.6.1.4.1.9.9.997.3.1
OBJECT IDENTIFIER    

cCdmaAhdlcMIBGroups 1.3.6.1.4.1.9.9.997.3.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

cCdmaAhdlcGroup 1.3.6.1.4.1.9.9.997.3.2.1
A collection of objects needed for CDMA AHDLC network management.
Status: current Access: read-only
OBJECT-GROUP    

cCdmaAhdlcNotifGroup 1.3.6.1.4.1.9.9.997.3.2.2
The notifications related to CDMA AHDLC network management.
Status: current Access: read-only
NOTIFICATION-GROUP