CISCO-WAN-CES-PORT-MIB

File: CISCO-WAN-CES-PORT-MIB.mib (15470 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MODULE-COMPLIANCE OBJECT-GROUP circuitEmulation
ciscoWan

Defined Types

CesmPortCnfGrpEntry  
SEQUENCE    
  cesPortNum Integer32
  cesPortRowStatus INTEGER
  cesPortLineNum Integer32
  cesPortType INTEGER
  cesPortDs0ConfigBitMap Integer32
  cesPortNumOfDs0Slot Integer32
  cesPortNumOfSCIPerDS0 Integer32
  cesPortSpeed Integer32
  cesPortState INTEGER
  cesPortBERTEnable INTEGER

Defined Values

ciscoWanCesPortMIB 1.3.6.1.4.1.351.150.40
The MIB module to configure the Circuit Emulation Service(CES) ports.
MODULE-IDENTITY    

cesmPort 1.3.6.1.4.1.351.110.5.3.1
OBJECT IDENTIFIER    

cesmPortCnfGrp 1.3.6.1.4.1.351.110.5.3.1.1
OBJECT IDENTIFIER    

cesmPortCnfGrpTable 1.3.6.1.4.1.351.110.5.3.1.1.1
The config table is for CES logical port. This is used for configuring the port type and number of DS0s and number of Subcircuits in DS0 on the CES port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CesmPortCnfGrpEntry

cesmPortCnfGrpEntry 1.3.6.1.4.1.351.110.5.3.1.1.1.1
An entry for each logical port. Each entry contains information on the port type, DS0s configured and number of DS0 subcircuits.
Status: current Access: not-accessible
OBJECT-TYPE    
  CesmPortCnfGrpEntry  

cesPortNum 1.3.6.1.4.1.351.110.5.3.1.1.1.1.1
This object identifies the logical port number. The range support depends upon the type of the service module(Card). - 8 port T1 Card, range is 1..192. - 8 port E1 Card, range is 1..248. - 1 port T3 Card, range is 1..1. Range is caclulated as follows. This can be used for calculating the range for other type of cards. For T1 Card: (24 * Number of T1 Ports) For E1 Card: (31 * Number of E1 Ports).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2048  

cesPortRowStatus 1.3.6.1.4.1.351.110.5.3.1.1.1.1.2
This variable enables or modifies the port 1 - add : Add a logical port 2 - del : Delete a logical port 3 - mod : Modify a logical port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), del(2), mod(3)  

cesPortLineNum 1.3.6.1.4.1.351.110.5.3.1.1.1.1.3
This object represents the line number to which this port is associated. The supported range depends upon the type of service module(card).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..128  

cesPortType 1.3.6.1.4.1.351.110.5.3.1.1.1.1.4
This object represents port type whether it is carrying subrate circuits. structured : This is for SDT(Structured Data Transfer). This type of port supports following features: * intended to emulate point-to-point fractional DS1 or E1 circuit. * Synchronous timing * Fractional(Nx64 Kbps)DS1/E1 service (Contiguous timeslots only).You can map an Nx64 Kbps channel to any Virtual Channel(VC). unstructured : This is for unstructured data transfer(UDT) All the DS0 time slots are allocated. This type of port supports following features: * intended to emulate point-to-point DS1 or E1 circuit. * Synchronous and Asynchronous timing framingOnVcDisconnect : similar to unstructured during normal operation. In case of channel failure line data will be looped back towards line. strau : only one DS0 time slot is allocated. The value strau(4) value is not supported in CESM-8T1/E1 or CESM-T3E3. CESM-T3E3 card supports value unstructured(2) only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER structured(1), unstructured(2), framingOnVcDisconnect(3), strau(4)  

cesPortDs0ConfigBitMap 1.3.6.1.4.1.351.110.5.3.1.1.1.1.5
This represents bit map of DS0s for a line which are used to form this logical port. Bit 0 represents DS0-1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortNumOfDs0Slot 1.3.6.1.4.1.351.110.5.3.1.1.1.1.6
This represents number of DS0 time slots configured to this Port. If the cesPortType is strau(4), then this can not have more than 1 DS0 time slot.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..32  

cesPortNumOfSCIPerDS0 1.3.6.1.4.1.351.110.5.3.1.1.1.1.7
This object represents number of subcircuit in the DS0 time slot. This is applicable only when cesPortType is strau(4). 8 = there are 8 no .of 8kbps links (1 bit) 4 = there are 4 no .of 16kbps links (2 bit) 2 = there are 2 no .of 32kbps links (4 bit) Currently not supported in CESM-8.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..8  

cesPortSpeed 1.3.6.1.4.1.351.110.5.3.1.1.1.1.8
This object identifies the configured speed of port. Max speed for T1 = 1544 Max speed for E1 = 2038 Max speed for T3 = 44736 Max speed for E3 = 34368.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..44736  

cesPortState 1.3.6.1.4.1.351.110.5.3.1.1.1.1.9
This variable indicates the state of the logical port. The possible values are : notConfigured (1) : Port is not configured active (2) : Port is in active state remoteLoopback (3) : Remote Loopback is set failedDueToLine(4) : Port failed due to some failure in physical line failedDueToSignalling(5) : Port failed due to some Signalling issues. inactive (6) : Port is not active inBert (7) : Bit Error Rate Test(BERT) in progress. farEndRemoteLoopback(8): Far End is in loopback.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notConfigured(1), active(2), remoteLoopback(3), failedDueToLine(4), failedDueToSignalling(5), inactive(6), inBert(7), farEndRemoteLoopback(8)  

cesPortBERTEnable 1.3.6.1.4.1.351.110.5.3.1.1.1.1.10
This variable enables/disables BERT. This object is not supported in CESM-T3E3.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

cesPortNextAvailable 1.3.6.1.4.1.351.110.5.3.1.1.2
This variable contains the next UNUSED logical port number of the possible 32 DS0s * n ports. This number can be used in channel config table, the cesportNextAvailable gets updated if the number gets used to create a logical port. A '0' indicates that no more ports are available.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2048  

cesPortsUsedLine1 1.3.6.1.4.1.351.110.5.3.1.1.3
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1 This is for line 1
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortsUsedLine2 1.3.6.1.4.1.351.110.5.3.1.1.4
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1 This is for line 2.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortsUsedLine3 1.3.6.1.4.1.351.110.5.3.1.1.5
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1 This is for line 3
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortsUsedLine4 1.3.6.1.4.1.351.110.5.3.1.1.6
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1. This is for line 4
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortsUsedLine5 1.3.6.1.4.1.351.110.5.3.1.1.7
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1 This is for line 5
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortsUsedLine6 1.3.6.1.4.1.351.110.5.3.1.1.8
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1 This is for line 6
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortsUsedLine7 1.3.6.1.4.1.351.110.5.3.1.1.9
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1 This is for line 7
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

cesPortsUsedLine8 1.3.6.1.4.1.351.110.5.3.1.1.10
Each bits set represents a DS0 that is used by all the logical ports defined so far for that DS1, the most significant byte is invalid for DS1 This is for line 8
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..ffffff  

ciscoWanCesPortMIBConformance 1.3.6.1.4.1.351.150.40.2
OBJECT IDENTIFIER    

ciscoWanCesPortMIBGroups 1.3.6.1.4.1.351.150.40.2.1
OBJECT IDENTIFIER    

ciscoWanCesPortMIBCompliances 1.3.6.1.4.1.351.150.40.2.2
OBJECT IDENTIFIER    

ciscoWanCesPortCompliance 1.3.6.1.4.1.351.150.40.2.2.1
The compliance statement for objects related to CES Logical Ports.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoWanCesPortsUsedGroup 1.3.6.1.4.1.351.150.40.2.1.1
The collection of objects which are applicable for general information about logical ports.
Status: current Access: read-only
OBJECT-GROUP    

ciscoWanCesPortConfGroup 1.3.6.1.4.1.351.150.40.2.1.2
The collection of objects which are used to represent Circuit Emulation Service Port information.
Status: current Access: read-only
OBJECT-GROUP    

ciscoWanCesPortDs0InDs1Group 1.3.6.1.4.1.351.150.40.2.1.3
The collection of objects related to information on DS0 time slots used in each DS1 line.
Status: current Access: read-only
OBJECT-GROUP