CENTILLION-BRIDGE-MIB

File: CENTILLION-BRIDGE-MIB.mib (19902 bytes)

Imported modules

RFC1155-SMI RFC-1212 CENTILLION-ROOT-MIB

Imported symbols

Counter TimeTicks OBJECT-TYPE
extensions EnableIndicator

Defined Types

MacAddress  
OCTET STRING Size(6)    

BridgeId  
OCTET STRING Size(8)    

Timeout  
INTEGER    

Cndot1dBasePortEntry  
SEQUENCE    
  cndot1dBasePort INTEGER
  cndot1dBasePortIfIndex INTEGER
  cndot1dBasePortCircuit OBJECT IDENTIFIER

Cndot1dStpPortEntry  
SEQUENCE    
  cndot1dStpPort INTEGER
  cndot1dStpPortPriority INTEGER
  cndot1dStpPortState INTEGER
  cndot1dStpPortEnable INTEGER
  cndot1dStpPortPathCost INTEGER
  cndot1dStpPortDesignatedRoot BridgeId
  cndot1dStpPortDesignatedCost INTEGER
  cndot1dStpPortDesignatedBridge BridgeId
  cndot1dStpPortDesignatedPort OCTET STRING
  cndot1dStpPortForwardTransitions Counter

Defined Values

cndot1dBridge 1.3.6.1.4.1.930.3.17
OBJECT IDENTIFIER    

cndot1dBase 1.3.6.1.4.1.930.3.17.1
OBJECT IDENTIFIER    

cndot1dStp 1.3.6.1.4.1.930.3.17.2
OBJECT IDENTIFIER    

cndot1dSr 1.3.6.1.4.1.930.3.17.3
OBJECT IDENTIFIER    

cndot1dTp 1.3.6.1.4.1.930.3.17.4
OBJECT IDENTIFIER    

cndot1dBaseBridgeAddress 1.3.6.1.4.1.930.3.17.1.1
The MAC address used by this bridge when it must be referred to in a unique fashion. It is recommended that this be the numerically smallest MAC address of all ports that belong to this bridge. However it is only required to be unique. When concatenated with cndot1dStpPriority a unique BridgeIdentifier is formed which is used in the Spanning Tree Protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

cndot1dBaseNumPorts 1.3.6.1.4.1.930.3.17.1.2
The number of ports controlled by this bridging entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cndot1dBaseType 1.3.6.1.4.1.930.3.17.1.3
Indicates what type of bridging is being performed If a bridge is actually performing a certain type of bridging this will be indicated by entries in the port table for the given type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), transparent-only(2), sourceroute-only(3), srt(4)  

cndot1dBasePortTable 1.3.6.1.4.1.930.3.17.1.4
A table that contains generic information about every port that is associated with this bridge. Transparent, source-route, and srt ports are included.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cndot1dBasePortEntry

cndot1dBasePortEntry 1.3.6.1.4.1.930.3.17.1.4.1
A list of information for each port of the bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cndot1dBasePortEntry  

cndot1dBasePort 1.3.6.1.4.1.930.3.17.1.4.1.1
The port number of the port for which this entry contains bridge management information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cndot1dBasePortIfIndex 1.3.6.1.4.1.930.3.17.1.4.1.2
The value of the instance of the ifIndex object, defined in MIB-II, for the interface corresponding to this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cndot1dBasePortCircuit 1.3.6.1.4.1.930.3.17.1.4.1.3
For a port which (potentially) has the same value of cndot1dBasePortVirtualRing as another port on the same bridge, this object contains the name of an object instance unique to this port. For example, in the case where multiple ports correspond one- to-one with multiple X.25 virtual circuits, this value might identify an (e.g., the first) object instance associated with the X.25 virtual circuit corresponding to this port. For a port which has a unique value of dot1dBasePortIfIndex, this object can have the value { 0 0 }.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

cndot1dStpProtocolSpecification 1.3.6.1.4.1.930.3.17.2.1
An indication of what version of the Spanning Tree Protocol is being run. The value 'decLb100(2)' indicates the DEC LANbridge 100 Spanning Tree protocol. IEEE 802.1d implementations will return 'ieee8021d(3)'. If future versions of the IEEE Spanning Tree Protocol are released that are incompatible with the current version a new value will be defined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), decLb100(2), ieee8021d(3)  

cndot1dStpPriority 1.3.6.1.4.1.930.3.17.2.2
The value of the write-able portion of the Bridge ID, i.e., the first two octets of the (8 octet long) Bridge ID. The other (last) 6 octets of the Bridge ID are given by the value of cndot1dBaseBridgeAddress.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

cndot1dStpTimeSinceTopologyChange 1.3.6.1.4.1.930.3.17.2.3
The time (in hundredths of a second) since the last time a topology change was detected by the bridge entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

cndot1dStpTopChanges 1.3.6.1.4.1.930.3.17.2.4
The total number of topology changes detected by this bridge since the management entity was last reset or initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cndot1dStpDesignatedRoot 1.3.6.1.4.1.930.3.17.2.5
The bridge identifier of the root of the spanning tree as determined by the Spanning Tree Protocol as executed by this node. This value is used as the Root Identifier parameter in all Configuration Bridge PDUs originated by this node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  BridgeId  

cndot1dStpRootCost 1.3.6.1.4.1.930.3.17.2.6
The cost of the path to the root as seen from this bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cndot1dStpRootPort 1.3.6.1.4.1.930.3.17.2.7
The port number of the port which offers the lowest cost path from this bridge to the root bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cndot1dStpMaxAge 1.3.6.1.4.1.930.3.17.2.8
The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Timeout  

cndot1dStpHelloTime 1.3.6.1.4.1.930.3.17.2.9
The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Timeout  

cndot1dStpHoldTime 1.3.6.1.4.1.930.3.17.2.10
This time value determines the interval length during which no more than two Configuration bridge PDUs shall be transmitted by this node, in units of hundredths of a second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cndot1dStpForwardDelay 1.3.6.1.4.1.930.3.17.2.11
This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. [Note that this value is the one that this bridge is currently using, in contrast to cndot1dStpBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]
Status: mandatory Access: read-only
OBJECT-TYPE    
  Timeout  

cndot1dStpBridgeMaxAge 1.3.6.1.4.1.930.3.17.2.12
The value that all bridges use for MaxAge when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of cndot1dStpBridgeHelloTime. The granularity of this timer is specified by 802.1D-1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Timeout 600..4000  

cndot1dStpBridgeHelloTime 1.3.6.1.4.1.930.3.17.2.13
The value that all bridges use for HelloTime when this bridge is acting as the root. The granularity of this timer is specified by 802.1D- 1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

cndot1dStpBridgeForwardDelay 1.3.6.1.4.1.930.3.17.2.14
The value that all bridges use for ForwardDelay when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of cndot1dStpBridgeMaxAge. The granularity of this timer is specified by 802.1D-1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Timeout 400..3000  

cndot1dStpPortTable 1.3.6.1.4.1.930.3.17.2.15
A table that contains port-specific information for the Spanning Tree Protocol.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cndot1dStpPortEntry

cndot1dStpPortEntry 1.3.6.1.4.1.930.3.17.2.15.1
A list of information maintained by every port about the Spanning Tree Protocol state for that port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cndot1dStpPortEntry  

cndot1dStpPort 1.3.6.1.4.1.930.3.17.2.15.1.1
The port number of the port for which this entry contains Spanning Tree Protocol management information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

cndot1dStpPortPriority 1.3.6.1.4.1.930.3.17.2.15.1.2
The value of the priority field which is contained in the first (in network byte order) octet of the (2 octet long) Port ID. The other octet of the Port ID is given by the value of cndot1dStpPort.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

cndot1dStpPortState 1.3.6.1.4.1.930.3.17.2.15.1.3
The port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the bridge has detected a port that is malfunctioning it will place that port into the broken(6) state. For ports which are disabled (see cndot1dStpPortEnable), this object will have a value of disabled(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), blocking(2), listening(3), learning(4), forwarding(5), broken(6)  

cndot1dStpPortEnable 1.3.6.1.4.1.930.3.17.2.15.1.4
The enabled/disabled status of the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cndot1dStpPortPathCost 1.3.6.1.4.1.930.3.17.2.15.1.5
The contribution of this port to the path cost of paths towards the spanning tree root which include this port. 802.1D-1990 recommends that the default value of this parameter be in inverse proportion to the speed of the attached LAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

cndot1dStpPortDesignatedRoot 1.3.6.1.4.1.930.3.17.2.15.1.6
The unique Bridge Identifier of the Bridge recorded as the Root in the Configuration BPDUs transmitted by the Designated Bridge for the segment to which the port is attached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  BridgeId  

cndot1dStpPortDesignatedCost 1.3.6.1.4.1.930.3.17.2.15.1.7
The path cost of the Designated Port of the segment connected to this port. This value is compared to the Root Path Cost field in received bridge PDUs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cndot1dStpPortDesignatedBridge 1.3.6.1.4.1.930.3.17.2.15.1.8
The Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  BridgeId  

cndot1dStpPortDesignatedPort 1.3.6.1.4.1.930.3.17.2.15.1.9
The Port Identifier of the port on the Designated Bridge for this port's segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

cndot1dStpPortForwardTransitions 1.3.6.1.4.1.930.3.17.2.15.1.10
The number of times this port has transitioned from the Learning state to the Forwarding state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cndot1dTpSrFrameForward 1.3.6.1.4.1.930.3.17.4.5
Indicates whether the system will forward source routed frames if running in transparent bridging mode. If this value is disabled(1), the system will drop all source-routed frames. The default value is disabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnableIndicator