CISCO-WAN-CES-CONN-STAT-MIB

File: CISCO-WAN-CES-CONN-STAT-MIB.mib (13860 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF BASIS-MIB
CISCOWAN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 MODULE-COMPLIANCE OBJECT-GROUP
cesmChan ciscoWan

Defined Types

CesmChanCntGrpEntry  
SEQUENCE    
  cesCntChanNum Integer32
  cesChanState INTEGER
  cesXmtATMState INTEGER
  cesRcvATMState INTEGER
  cesCellLossStatus INTEGER
  cesReassCells Counter32
  cesGenCells Counter32
  cesHdrErrors Counter32
  cesPointerReframes Counter32
  cesLostCells Counter32
  cesBufUnderflows Counter32
  cesBufOverflows Counter32
  cesIngrDiscardedBytes Counter32
  cesUflowInsCells Counter32
  cesOflowDropBytes Counter32
  cesCellSeqMismatchCnt Counter32
  counterClrButton INTEGER
  cesChanSecUptime Counter32
  cesChanSignalingStatus INTEGER
  cesChanStatusBitMap Integer32

Defined Values

ciscoWanCesConnStatMIB 1.3.6.1.4.1.351.150.43
The MIB module to provide CES Connections statistics. This MIB is supported in Circuit Emulation Service Modules(CESM) in MGX82xx, MGX88xx products. The channels and connections are used interchangeably in this mib. Terminologies Used: PXM : Processor Switch Service Module. This is the controller card used in MGX switches. CESM : Circuit Emulation Service Module. The Card supporting Circuit Emulation Service.
MODULE-IDENTITY    

cesmChanCntGrp 1.3.6.1.4.1.351.110.5.3.2.2
OBJECT IDENTIFIER    

cesmChanCntGrpTable 1.3.6.1.4.1.351.110.5.3.2.2.1
The statistics table for CES connections. For every entry in cesmChanCnfGrpTable, there will be an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CesmChanCntGrpEntry

cesmChanCntGrpEntry 1.3.6.1.4.1.351.110.5.3.2.2.1.1
An entry in the CES connection statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CesmChanCntGrpEntry  

cesCntChanNum 1.3.6.1.4.1.351.110.5.3.2.2.1.1.1
This object identifies the channel number of the CESM channel. The value for this object is same as the value specified in 'cesCnfChanNum'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 16..2064  

cesChanState 1.3.6.1.4.1.351.110.5.3.2.2.1.1.2
This object indicates the channel/connection status. The possible value(s) are : notConfigured (1) : Channel is not configured okay (2) : channel is ok alarm (3) : channel is in alarm. The connection segment is not broken. failed (4) : channel is failed. The connection segment is broken. This value is applicable when PXM running PNNI Control Software.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notConfigured(1), okay(2), alarm(3), failed(4)  

cesXmtATMState 1.3.6.1.4.1.351.110.5.3.2.2.1.1.3
This object indicates the transmit state of channel on the ATM side (towards the network). The possible value(s) are : other(1) : values other than mentioned below. normal(2) : Channel is ok. sendingAIS(3) : Sending AIS signal sendingFERF(4): Sending FERF.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), normal(2), sendingAIS(3), sendingFERF(4)  

cesRcvATMState 1.3.6.1.4.1.351.110.5.3.2.2.1.1.4
This variable indicates the receive state of channel on the ATM side (from the network). The possible value(s) are : other(1) : values other than mentioned below. normal(2) : Channel is ok. receivingAIS (3) : receiving AIS signal receivingFERF(4) : receiving FERF.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), normal(2), receivingAIS(3), receivingFERF(4)  

cesCellLossStatus 1.3.6.1.4.1.351.110.5.3.2.2.1.1.5
When cells are lost for the CellLossIntegrationPeriod the value is set to loss ( 2). when cells are no longer lost, the value is set to noLoss(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noLoss(1), loss(2)  

cesReassCells 1.3.6.1.4.1.351.110.5.3.2.2.1.1.6
The number of cells played out to T1/E1/T3E3 interface. It excludes cells that were discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesGenCells 1.3.6.1.4.1.351.110.5.3.2.2.1.1.7
The number of cells generated from T1/E1/T3E3 interface and sent towards network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesHdrErrors 1.3.6.1.4.1.351.110.5.3.2.2.1.1.8
The number of AAL-1 header errors detected and possibly corrected. Header errors include correctable and uncor- rectable CRC, plus bad parity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesPointerReframes 1.3.6.1.4.1.351.110.5.3.2.2.1.1.9
The number of events in which the AAL1 reassembler found that an SDT pointer is not where it is expected and the and the pointer must be reacquired. Not supported in CESM-8P due to limitation in AAL1 SAR. Not applicable for CESM-4T1/E1 and CESM-T3/E3
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesLostCells 1.3.6.1.4.1.351.110.5.3.2.2.1.1.10
The number of cells lost in egress direction due to AAL 1 header errors and missing cells.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesBufUnderflows 1.3.6.1.4.1.351.110.5.3.2.2.1.1.11
The number of buffer underflows in Egress direction Not supported in CESM-8P due limitation in AAL1 SAR.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesBufOverflows 1.3.6.1.4.1.351.110.5.3.2.2.1.1.12
The number of buffer overflows in Egress direction Not supported in CESM-8P due to limitation in AAL1 SAR.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesIngrDiscardedBytes 1.3.6.1.4.1.351.110.5.3.2.2.1.1.13
The number of bytes discarded due to shelf alarm in ingress direction from port data. Not supported in CESM-8P.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesUflowInsCells 1.3.6.1.4.1.351.110.5.3.2.2.1.1.14
The number of All 1's cells inserted in case of Egress Buffer Underflow Not supported in CESM-8P.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesOflowDropBytes 1.3.6.1.4.1.351.110.5.3.2.2.1.1.15
The number of bytes discarded in Egress direction because of Egress buffer overflow Not supported in CESM-8P.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesCellSeqMismatchCnt 1.3.6.1.4.1.351.110.5.3.2.2.1.1.16
The number of times SAR received a valid out of sequence AAL-1 cell from CellBus.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

counterClrButton 1.3.6.1.4.1.351.110.5.3.2.2.1.1.17
This object is used for clearing the counters in this table. If set to resetCounters(2), then counters will be cleared.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), resetCounters(2)  

cesChanSecUptime 1.3.6.1.4.1.351.110.5.3.2.2.1.1.18
The number of seconds channel is in service This object is only applicable for CESM-8P.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cesChanSignalingStatus 1.3.6.1.4.1.351.110.5.3.2.2.1.1.19
This variable indicates the connection signalling status Connection will be in Idle suppression mode if it in on-hook. Not applicable for T3E3 and CESM-4P.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off-hook(1), on-hook(2)  

cesChanStatusBitMap 1.3.6.1.4.1.351.110.5.3.2.2.1.1.20
This variable indicates the consolidated bit map of the channel alarm state. Individual bit positions are as defined below. Bit position Fail/Alarm Reason ------------ ---------- ------ 0 Alarm Reserved 1 Alarm n/w side AIS/RDI Rx 2 Fail Conditioned(A bit from n/w) 3 Alarm Reserved 4 Fail Reserved 5 Fail Reserved 6 Alarm Reserved 7 Alarm Cell loss alarm Fail bitmap mask : 0x34 Alarm bitmap mask: 0xCB This object is not applicable to MGX Release 1.x.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ff  

cwcConnStatMIBConformance 1.3.6.1.4.1.351.150.43.2
OBJECT IDENTIFIER    

cwcConnStatMIBGroups 1.3.6.1.4.1.351.150.43.2.1
OBJECT IDENTIFIER    

cwcConnStatMIBCompliances 1.3.6.1.4.1.351.150.43.2.2
OBJECT IDENTIFIER    

cwcConnStatCompliance 1.3.6.1.4.1.351.150.43.2.2.1
The compliance statement for broad band interface Connection Statistics MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cwcConnGenStatsGroup 1.3.6.1.4.1.351.150.43.2.1.1
The objects related to Circuit Emulation connection statistics applicable for multiple cards(Service Modules).
Status: current Access: read-only
OBJECT-GROUP    

cwcConnStatsGroup 1.3.6.1.4.1.351.150.43.2.1.2
The objects related to Circuit Emulation connection statistics applicable for few cards(Service Module).
Status: current Access: read-only
OBJECT-GROUP