FORE-BRIDGE-MIB

File: FORE-BRIDGE-MIB.mib (6741 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC BRIDGE-MIB
Fore-Common-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Counter32
Integer32 DisplayString BridgeId
preDot1qVlanMIB

Defined Types

BridgeStpAtmPortEntry  
SEQUENCE    
  bridgeStpAtmPort DisplayString
  bridgeStpAtmPortPriority Integer32
  bridgeStpAtmPortState INTEGER
  bridgeStpAtmPortEnable INTEGER
  bridgeStpAtmPortPathCost Integer32
  bridgeStpAtmPortDesignatedRoot BridgeId
  bridgeStpAtmPortDesignatedCost Integer32
  bridgeStpAtmPortDesignatedBridge BridgeId
  bridgeStpAtmPortDesignatedPort OCTET STRING
  bridgeStpAtmPortForwardTransitions Counter32

Defined Values

foreBridgeExtensions 1.3.6.1.4.1.326.1.8.2
Fore ASX ethernet bridge mib extensions.
MODULE-IDENTITY    

bridgeDataSource 1.3.6.1.4.1.326.1.8.2.1
This object specifies the name of the bridge that is currently visable via SNMP accesses to the Bridge MIB (RFC-1493). If there is no bridge of that name, then accesses to objects in the Bridge MIB will return noSuchName errors. The factory default value for this object is 'default'
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

bridgeNumberOfEntities 1.3.6.1.4.1.326.1.8.2.2
This object specifies the number of logical bridges in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bridgeStpAtmPortTable 1.3.6.1.4.1.326.1.8.2.3
A table that contains atm port-specific information for the Spanning Tree Protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BridgeStpAtmPortEntry

bridgeStpAtmPortEntry 1.3.6.1.4.1.326.1.8.2.3.1
A list of information maintained by every atm port about the Spanning Tree Protocol state for that port.
Status: current Access: not-accessible
OBJECT-TYPE    
  BridgeStpAtmPortEntry  

bridgeStpAtmPort 1.3.6.1.4.1.326.1.8.2.3.1.1
The port number of the port for which this entry contains Spanning Tree Protocol management information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..35)  

bridgeStpAtmPortPriority 1.3.6.1.4.1.326.1.8.2.3.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 bridgeStpAtmPort.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

bridgeStpAtmPortState 1.3.6.1.4.1.326.1.8.2.3.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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), blocking(2), listening(3), learning(4), forwarding(5), broken(6)  

bridgeStpAtmPortEnable 1.3.6.1.4.1.326.1.8.2.3.1.4
The enabled/disabled status of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

bridgeStpAtmPortPathCost 1.3.6.1.4.1.326.1.8.2.3.1.5
The contribution of this port to the path cost of paths towards the spanning tree root which include this port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

bridgeStpAtmPortDesignatedRoot 1.3.6.1.4.1.326.1.8.2.3.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: current Access: read-only
OBJECT-TYPE    
  BridgeId  

bridgeStpAtmPortDesignatedCost 1.3.6.1.4.1.326.1.8.2.3.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: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

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

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

bridgeStpAtmPortForwardTransitions 1.3.6.1.4.1.326.1.8.2.3.1.10
The number of times this port has transitioned from the Learning state to the Forwarding state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bridgeStpEnable 1.3.6.1.4.1.326.1.8.2.4
The enabled/disabled status of the bridge.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)