CXChassis2-MIB

File: CXChassis2-MIB.mib (6951 bytes)

Imported modules

RFC-1212 CXProduct-SMI

Imported symbols

OBJECT-TYPE cxChassis2

Defined Types

RowStatus  
INTEGER invalid(1), valid(2)    

CxChassLogIfAdmEntry  
SEQUENCE    
  cxChassLogIfAdmCpuIndex INTEGER
  cxChassLogIfAdmIfType INTEGER
  cxChassLogIfAdmChannelIndex INTEGER
  cxChassLogIfAdmIfIndex INTEGER
  cxChassLogIfAdmRowStatus RowStatus

IfStackEntry  
SEQUENCE    
  ifStackHigherLayer INTEGER
  ifStackLowerLayer INTEGER
  ifStackStatus RowStatus

Defined Values

cxChassIfAdmGroup 1.3.6.1.4.1.495.2.1.9.5
OBJECT IDENTIFIER    

ifMIB 1.3.6.1.4.1.495.2.1.9.6
OBJECT IDENTIFIER    

ifMIBObjects 1.3.6.1.4.1.495.2.1.9.6.1
OBJECT IDENTIFIER    

cxChassLogIfAdmTable 1.3.6.1.4.1.495.2.1.9.5.2
A table containing mappings from ifIndex to CPU, type and logical channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CxChassLogIfAdmEntry

cxChassLogIfAdmEntry 1.3.6.1.4.1.495.2.1.9.5.2.1
Row representing a mapping entry of ifIndex to CPU, type and logical channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CxChassLogIfAdmEntry  

cxChassLogIfAdmCpuIndex 1.3.6.1.4.1.495.2.1.9.5.2.1.1
The CPU number which corresponds to the slot number in the chassis. For example, a row for CPU in slot 2 will use value '2'. For single CPU chassis, the value to be used is '1'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

cxChassLogIfAdmIfType 1.3.6.1.4.1.495.2.1.9.5.2.1.2
The type of interface to be created.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

cxChassLogIfAdmChannelIndex 1.3.6.1.4.1.495.2.1.9.5.2.1.3
The channel number belonging to a port in the IO card in a CPU. If the port is not channelized, then it will have only one entry in the table with this object set to value '1'. Within our system, a channel will be associated with its own service access point, thus requiring the use of a service access point control block. This object therefore takes on the sap control block identification. Due to the internal sap control block numbering limitation, this object will be restricted in range from 1 to 255, but may be expanded when the internal limitations are lifted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cxChassLogIfAdmIfIndex 1.3.6.1.4.1.495.2.1.9.5.2.1.4
The Interface index which corressponds to the ifIndex in the ifTable. If this value is specified, then it is the registered ifIndex used for the interface, otherwise the ifIndex will be obtained from the ifTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

cxChassLogIfAdmRowStatus 1.3.6.1.4.1.495.2.1.9.5.2.1.5
Used to create and deleted rows in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

ifStackTable 1.3.6.1.4.1.495.2.1.9.6.1.2
The table containing information on the relationships between the multiple sub-layers of network interfaces. In particular, it contains information on which sub-layers run 'on top of' which other sub-layers. Each sub-layer corresponds to a conceptual row in the ifTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfStackEntry

ifStackEntry 1.3.6.1.4.1.495.2.1.9.6.1.2.1
Information on a particular relationship between two sub-layers, specifying that one sub-layer runs on 'top' of the other sub-layer. Each sub-layer corresponds to a conceptual row in the ifTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfStackEntry  

ifStackHigherLayer 1.3.6.1.4.1.495.2.1.9.6.1.2.1.1
The value of ifIndex corresponding to the higher sub-layer of the relationship, i.e., the sub-layer which runs on 'top' of the sub-layer identified by the corresponding instance of ifStackLowerLayer. If there is no higher sub-layer (below the internetwork layer), then this object has the value 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifStackLowerLayer 1.3.6.1.4.1.495.2.1.9.6.1.2.1.2
The value of ifIndex corresponding to the lower sub-layer of the relationship, i.e., the sub-layer which runs 'below' the sub-layer identified by the corresponding instance of ifStackHigherLayer. If there is no lower sub-layer, then this object has the value 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifStackStatus 1.3.6.1.4.1.495.2.1.9.6.1.2.1.3
The status of the relationship between two sub-layers. Changing the value of this object from 'active' to 'notInService' or 'destroy' will likely have consequences up and down the interface stack. Thus, write access to this object is likely to be inappropriate for some types of interfaces, and many implementations will choose not to support write-access for any type of interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus