ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB

File: ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB.mib (40407 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BRIDGE-MIB P-BRIDGE-MIB Q-BRIDGE-MIB
ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
dot1dStpPort dot1dStpPortEntry dot1dStpDesignatedRoot
dot1dBasePort dot1dBasePortEntry dot1dBasePortIfIndex
dot1dBaseBridgeAddress EnabledStatus dot1qTpFdbPort
etsysModules

Defined Types

EtsysIetfBridgeDot1dStpPortEntry  
SEQUENCE    
  etsysIetfBridgeDot1dStpPortStpEnable EnabledStatus
  etsysIetfBridgeDot1dStpPortSpanGuardBlocking TruthValue
  etsysIetfBridgeDot1dStpPortCistRoleValue INTEGER
  etsysIetfBridgeDot1dStpPortCistNonForwardingReason INTEGER

EtsysIetfBridgeDot1dStpLoopProtectPortEntry  
SEQUENCE    
  etsysIetfBridgeDot1dStpLoopProtectPortCistEnable EnabledStatus
  etsysIetfBridgeDot1dStpLoopProtectPortCistBlocking TruthValue
  etsysIetfBridgeDot1dStpLoopProtectPortPartnerCapable TruthValue

EtsysIetfBridgeDot1dBasePortEntry  
SEQUENCE    
  etsysIetfBridgeDot1dBasePortNewLearnedAddrTrap EnabledStatus
  etsysIetfBridgeDot1dBasePortMovedAddrTrap EnabledStatus

Defined Values

etsysIetfBridgeMibExtMIB 1.3.6.1.4.1.5624.1.2.31
This MIB module defines a portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to proprietary extensions to the IETF BRIDGE-MIB as specified in RFC1493.
MODULE-IDENTITY    

etsysIetfBridgeMibExt 1.3.6.1.4.1.5624.1.2.31.1
OBJECT IDENTIFIER    

etsysIetfBridgeDot1dStp 1.3.6.1.4.1.5624.1.2.31.1.1
OBJECT IDENTIFIER    

etsysIetfBridgeDot1dBase 1.3.6.1.4.1.5624.1.2.31.1.2
OBJECT IDENTIFIER    

etsysIetfBridgeDot1qBase 1.3.6.1.4.1.5624.1.2.31.1.3
OBJECT IDENTIFIER    

etsysIetfBridgeDot1dSpanGuard 1.3.6.1.4.1.5624.1.2.31.1.4
OBJECT IDENTIFIER    

etsysIetfBridgeDot1dBackupRoot 1.3.6.1.4.1.5624.1.2.31.1.5
OBJECT IDENTIFIER    

etsysIetfBridgeDot1dLoopProtect 1.3.6.1.4.1.5624.1.2.31.1.6
OBJECT IDENTIFIER    

etsysIetfBridgeDot1Notifications 1.3.6.1.4.1.5624.1.2.31.1.0
OBJECT IDENTIFIER    

etsysIetfBridgeDot1dStpPortTable 1.3.6.1.4.1.5624.1.2.31.1.1.1
Extensions to the table that contains port-specific information for the Spanning Tree Protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysIetfBridgeDot1dStpPortEntry

etsysIetfBridgeDot1dStpPortEntry 1.3.6.1.4.1.5624.1.2.31.1.1.1.1
A list of extensions to the information maintained by every port about the Spanning Tree Protocol state for that port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysIetfBridgeDot1dStpPortEntry  

etsysIetfBridgeDot1dStpPortStpEnable 1.3.6.1.4.1.5624.1.2.31.1.1.1.1.1
The enabled/disabled status of the Spanning Tree protocol on the port.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dStpPortSpanGuardBlocking 1.3.6.1.4.1.5624.1.2.31.1.1.1.1.2
The state of the port with respect to the SpanGuard feature. true(1) - this port is being held in the blocking state by the SpanGuard feature. false(2) - this port is not being held in the blocking state by the SpanGuard feature. When this object has a value of true(1) setting its value to false(2) will cause the SpanGuard feature to no longer hold the port in the blocking state. All other set operations on this object are undefined and MUST NOT have any affect.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysIetfBridgeDot1dStpPortCistRoleValue 1.3.6.1.4.1.5624.1.2.31.1.1.1.1.3
Indicates this port's role on the CIST. disabled -- this port has no role on the CIST. root -- this port has the role of root port on the CIST. designated -- this port has the role of designated port on the CIST. alternate -- this port has the role of alternate port on the CIST. backUp -- this port has the role of backup port on the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), root(2), designated(3), alternate(4), backUp(5)  

etsysIetfBridgeDot1dStpPortCistNonForwardingReason 1.3.6.1.4.1.5624.1.2.31.1.1.1.1.4
Indicates the reason why this port has been placed in a non-forwarding state on the CIST (other than as a result of normal Spanning Tree protocol operation). none(1) - the port has not been placed in a non-forwarding state due to any exceptional condition. disputed(2) - the port has been placed in listening state because it has a designated role and an inferior designated BPDU has been received. spanGuardLocked(3) - the port has been placed in blocking state because it is configured as an admin edge port and a BPDU has been received. loopProtectEvent(4) - the port has been placed in listening or blocking state because a BPDU timeout has occurred and the port is awaiting reception of a type 2 BPDU on a point-to-point link. loopProtectAdvisory(5) - the port has been placed in listening state because a BPDU timeout has occurred (as with a Loop Protect event), but this condition may be normal because the link partner does not support the Loop Protect feature. loopbackDetected(6) - the port has been placed in blocking state because a loopback condition has been detected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), disputed(2), spanGuardLocked(3), loopProtectEvent(4), loopProtectAdvisory(5), loopbackDetected(6)  

etsysIetfBridgeDot1dStpTopChangeTrapEnable 1.3.6.1.4.1.5624.1.2.31.1.1.2
The enabled/disabled status of the Spanning Tree topology change notification. When this object is set to enabled(1) topology change notifications SHOULD be generated by the agent. When this object is set to disabled(2) topology change notifications MUST NOT be generated by the agent. When this object is set to edgePortDisabled(3) topology change notifications MUST NOT be generated by the agent for ports that are operating as edge ports, as specified by dot1dStpPortOperEdgePort, and SHOULD be generated for all other applicable ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), edgePortDisabled(3)  

etsysIetfBridgeDot1dStpNewRootTrapEnable 1.3.6.1.4.1.5624.1.2.31.1.1.3
The enabled/disabled status of the Spanning Tree new root notification. When this object is set to enabled(1) new root notifications SHOULD be generated by the agent. When this object is set to disabled(2) new root notifications MUST NOT be generated by the agent.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dStpBridgePriorityDefault 1.3.6.1.4.1.5624.1.2.31.1.1.4
The version of the Spanning Tree default Bridge Priority that is to be used by this Bridge. stp8021d1998(1) - indicates the use of Bridge Priority as defined in IEEE Std. 802.1D-1998. stp8021t2001(2) - indicates the use of Bridge Priority as defined in IEEE Std. 802.1t.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stp8021d1998(1), stp8021t2001(2)  

etsysIetfBridgeDot1dStpSpanGuardEnable 1.3.6.1.4.1.5624.1.2.31.1.4.1
The enabled/disabled status of the SpanGuard functionality.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dStpSpanGuardTrapEnable 1.3.6.1.4.1.5624.1.2.31.1.4.2
The enabled/disabled status of the SpanGuard Port Blocking trap.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dStpSpanGuardBlockTime 1.3.6.1.4.1.5624.1.2.31.1.4.3
The number of seconds that a port will be held in the blocking state by the SpanGuard feature. The value zero indicates that ports will be held in the blocking state until the entity is reset. Ports that are being held in the blocking state can be returned to normal service by writing the value of false(2) to their respective etsysIetfBridgeDot1dBasePortSpanGuardBlocking objects.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 1..65535  

etsysIetfBridgeDot1dStpBackupRootEnable 1.3.6.1.4.1.5624.1.2.31.1.5.1
The enabled/disabled status of the Backup Root functionality on the Common and Internal Spanning Tree.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dStpBackupRootTrapEnable 1.3.6.1.4.1.5624.1.2.31.1.5.2
The enabled/disabled status of the Backup Root activation trap.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dStpLoopProtectPortTable 1.3.6.1.4.1.5624.1.2.31.1.6.1
A table of port based information for the Loop Protect feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysIetfBridgeDot1dStpLoopProtectPortEntry

etsysIetfBridgeDot1dStpLoopProtectPortEntry 1.3.6.1.4.1.5624.1.2.31.1.6.1.1
The per port information for the Loop Protect feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysIetfBridgeDot1dStpLoopProtectPortEntry  

etsysIetfBridgeDot1dStpLoopProtectPortCistEnable 1.3.6.1.4.1.5624.1.2.31.1.6.1.1.1
The enabled/disabled status of the Loop Protect feature for this port on the Common and Internal Spanning Tree (CIST).
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dStpLoopProtectPortCistBlocking 1.3.6.1.4.1.5624.1.2.31.1.6.1.1.2
The state of the port on the CIST with respect to the Loop Protect feature. true(1) - this port is being held in the blocking state by the Loop Protect feature. false(2) - this port is not being held in the blocking state by the Loop Protect feature. When this object has a value of true(1) setting its value to false(2) will cause the Loop Protect feature to no longer hold the port in the blocking state. All other set operations on this object are undefined and MUST NOT have any effect.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysIetfBridgeDot1dStpLoopProtectPortPartnerCapable 1.3.6.1.4.1.5624.1.2.31.1.6.1.1.3
The capability of the port's link partner with respect to the Loop Protect feature. true(1) - the partner supports the Loop Protect feature. false(2) - the partner does not support the Loop Protect feature. When this object has a value of true(1) the full functionality of the Loop Protect feature will be utilized on the port. When this object has a value of false(2) limited Loop Protect functionality will be utilized on the port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysIetfBridgeDot1dStpLoopProtectEventThreshold 1.3.6.1.4.1.5624.1.2.31.1.6.2
The number of Loop Protect events that must occur on a given port on a given Spanning Tree instance within the interval defined by etsysIetfBridgeDot1dLoopProtectEventWindow for the port to become locked (i.e., held indefinitely in the blocking state). If this object is set to zero no locking will be performed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

etsysIetfBridgeDot1dStpLoopProtectEventWindow 1.3.6.1.4.1.5624.1.2.31.1.6.3
This time value, measured in units of seconds, specifies the length of the interval during which Loop Protect events are counted for a given port on a given Spanning Tree instance.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

etsysIetfBridgeDot1dStpLoopProtectEventTrapEnable 1.3.6.1.4.1.5624.1.2.31.1.6.4
The enabled/disabled status of Loop Protect event notification.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dBasePortTable 1.3.6.1.4.1.5624.1.2.31.1.2.1
A table of port based controls. Augments the dot1dBasePortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysIetfBridgeDot1dBasePortEntry

etsysIetfBridgeDot1dBasePortEntry 1.3.6.1.4.1.5624.1.2.31.1.2.1.1
The per port controls for an individual bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysIetfBridgeDot1dBasePortEntry  

etsysIetfBridgeDot1dBasePortNewLearnedAddrTrap 1.3.6.1.4.1.5624.1.2.31.1.2.1.1.1
The status of the new learned address notification feature on this port. When etsysIetfBridgeDot1qNewLearnedAddrTrapEnable and this object are both set to enabled the agent will generate an etsysIetfBridgeDot1qFdbNewLearnedAddr notification for each new entry in the dot1qTpFdbTable with a dot1qTpFdbStatus value equal to learned(3) and a dot1qTpFdbPort value equal to this row's dot1dBasePort value. Setting this object to disabled will prevent the agent from generating etsysIetfBridgeDot1qFdbNewLearnedAddr notifications for this port. If etsysIetfBridgeDot1qNewLearnedAddrTrapEnable is set to disabled, setting this object to enabled will have no effect. Notification generation is not required to match new address rate of learning. A best effort delivery queue is acceptable.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1dBasePortMovedAddrTrap 1.3.6.1.4.1.5624.1.2.31.1.2.1.1.2
The status of the moved address notification feature on this port. When etsysIetfBridgeDot1qMovedAddrTrapEnable and this object are both set to enabled the agent will generate an etsysIetfBridgeDot1qFdbMovedAddr notification for each entry in the dot1qTpFdbTable that has a dot1qTpFdbStatus value equal to learned(3) and a dot1qTpFdbPort value equal to this row's dot1dBasePort value when it is detected that the corresponding dot1qTpFdbAddress has moved to this row's dot1dBasePort from another port. Setting this object to disabled will prevent the agent from generating etsysIetfBridgeDot1qFdbMovedAddr notifications for this port. If etsysIetfBridgeDot1qMovedAddrTrapEnable is set to disabled, setting this object to enabled will have no effect. Notification generation is not required to match the dot1qTpFdbTable entry modification rate. A best effort delivery queue is acceptable.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1qNewLearnedAddrTrapEnable 1.3.6.1.4.1.5624.1.2.31.1.3.1
The global status of the new learned address notification feature. When this object is set to enabled(1), the agent will generate etsysIetfBridgeDot1qFdbNewLearnedAddr notifications for each new address learned on ports that have their corresponding etsysIetfBridgeDot1dBasePortNewLearnedAddrTrap object set to enabled(1). If etsysIetfBridgeDot1dBasePortNewLearnedAddrTrap is set to disabled(2) for all ports then setting this object to enabled(1) will not have any effect. When this object is set to disabled(1), the agent will not generate any etsysIetfBridgeDot1qFdbNewLearnedAddr notifications.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1qMovedAddrTrapEnable 1.3.6.1.4.1.5624.1.2.31.1.3.2
The global status of the moved address notification feature. When this object is set to enabled(1), the agent will generate etsysIetfBridgeDot1qFdbMovedAddr notifications for each moved address on ports that have their corresponding etsysIetfBridgeDot1dBasePortMovedAddrTrap object set to enabled(1). If etsysIetfBridgeDot1dBasePortMovedAddrTrap is set to disabled(2) for all ports then setting this object to enabled(1) will not have any effect. When this object is set to disabled(1), the agent will not generate any etsysIetfBridgeDot1qFdbMovedAddr notifications.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1qStaticUcastAsMcast 1.3.6.1.4.1.5624.1.2.31.1.3.3
When this object is set to enabled(1), the agent will allow unicast traffic which matches all 48 bits of a static and the source VLAN of a multicast entry in the filter-database, except for the multicast-bit (bit 8). This augments the behavior defined in the IEEE 802.1Q specification. For example, if a static multicast address is configured as 01-02-03-04-05-06, VLAN 7, frames with a destination MAC address of either 01-02-03-04-05-06 or 00-02-03-04-05-06, received on VLAN 7, will match this entry.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysIetfBridgeDot1qFdbNewLearnedAddr 1.3.6.1.4.1.5624.1.2.31.1.0.1
This notification indicates that a new entry has been created in the dot1qTpFdbTable with a dot1qTpFdbStatus value equal to learned(3).
Status: current Access: read-write
NOTIFICATION-TYPE    

etsysIetfBridgeDot1dSpanGuardPortBlocked 1.3.6.1.4.1.5624.1.2.31.1.0.2
This notification indicates that a bridge port has been placed in the blocking state by the SpanGuard feature.
Status: current Access: read-write
NOTIFICATION-TYPE    

etsysIetfBridgeDot1dBackupRootActivation 1.3.6.1.4.1.5624.1.2.31.1.0.3
This notification indicates that the BackupRoot feature has activated on this bridge. When multiple spanning trees exist the values of etsysMstpMstId, etsysMstpBridgePriority, and etsysMstpDesignatedRoot for the applicable spanning tree SHOULD be encoded as well.
Status: current Access: read-write
NOTIFICATION-TYPE    

etsysIetfBridgeDot1qFdbMovedAddr 1.3.6.1.4.1.5624.1.2.31.1.0.4
This notification indicates that a new entry in the dot1qTpFdbTable with a dot1qTpFdbStatus value equal to learned(3) has replaced an entry which had the same dot1qTpFdbAddress but different dot1qTpFdbPort, to indicate a dot1qTpFdbAddress has moved from one port to another.
Status: current Access: read-write
NOTIFICATION-TYPE    

etsysIetfBridgeDot1dCistLoopProtectEvent 1.3.6.1.4.1.5624.1.2.31.1.0.5
This notification indicates that a Loop Protect event has occurred on a bridge port on the CIST.
Status: current Access: read-write
NOTIFICATION-TYPE    

etsysIetfBridgeConformance 1.3.6.1.4.1.5624.1.2.31.2
OBJECT IDENTIFIER    

etsysIetfBridgeGroups 1.3.6.1.4.1.5624.1.2.31.2.1
OBJECT IDENTIFIER    

etsysIetfBridgeCompliances 1.3.6.1.4.1.5624.1.2.31.2.2
OBJECT IDENTIFIER    

etsysIetfBridgeStpPort 1.3.6.1.4.1.5624.1.2.31.2.1.1
A collection of objects relating to per Port Spanning Tree information.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeStpTrap 1.3.6.1.4.1.5624.1.2.31.2.1.2
A collection of objects relating to Spanning Tree SNMP Trap control.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeBase 1.3.6.1.4.1.5624.1.2.31.2.1.3
A collection of objects relating to bridge configuration information.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeDot1qFdbNewAddrNotification 1.3.6.1.4.1.5624.1.2.31.2.1.4
The New Learned Address Notification.
Status: current Access: read-write
NOTIFICATION-GROUP    

etsysIetfBridgeDot1dStpBridgePriority 1.3.6.1.4.1.5624.1.2.31.2.1.5
An object for support of legacy bridge priorities.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeSpanGuard 1.3.6.1.4.1.5624.1.2.31.2.1.6
A collection of objects relating to the SpanGuard feature.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeSpanGuardNotification 1.3.6.1.4.1.5624.1.2.31.2.1.7
The SpanGuard Port Blocked Notification.
Status: current Access: read-write
NOTIFICATION-GROUP    

etsysIetfBridgeBackupRoot 1.3.6.1.4.1.5624.1.2.31.2.1.8
A collection of objects relating to the BackupRoot feature.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeBackupRootNotification 1.3.6.1.4.1.5624.1.2.31.2.1.9
The Backup Root Activation Notification.
Status: current Access: read-write
NOTIFICATION-GROUP    

etsysIetfBridgePortCistRoleValue 1.3.6.1.4.1.5624.1.2.31.2.1.10
The role of the port with respect to the CIST.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeMovedAddr 1.3.6.1.4.1.5624.1.2.31.2.1.11
A collection of objects relating to enabling moved address notifications.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeDot1qFdbMovedAddrNotification 1.3.6.1.4.1.5624.1.2.31.2.1.12
The Moved Address Notification.
Status: current Access: read-write
NOTIFICATION-GROUP    

etsysIetfBridgeLoopProtect 1.3.6.1.4.1.5624.1.2.31.2.1.13
A collection of objects relating to the Loop Protect feature.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeLoopProtectNotification 1.3.6.1.4.1.5624.1.2.31.2.1.14
The Loop Protect Event Notification for the CIST.
Status: current Access: read-write
NOTIFICATION-GROUP    

etsysIetfBridgeStpCistNonForwardingReason 1.3.6.1.4.1.5624.1.2.31.2.1.15
An object that indicates the reason for an exceptional non-forwarding condition per port on the CIST.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeStaticUcastAsMcast 1.3.6.1.4.1.5624.1.2.31.2.1.16
A collection of objects pertaining to the transmission of unicast packets received by the device.
Status: current Access: read-write
OBJECT-GROUP    

etsysIetfBridgeCompliance 1.3.6.1.4.1.5624.1.2.31.2.2.1
The compliance statement for devices that support the IETF BRIDGE-MIB Extension MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

etsysIetfBridgeStaticUcastAsMcastCompliance 1.3.6.1.4.1.5624.1.2.31.2.2.2
The compliance statement for devices that support the ability to transmit unicast frames as multicast frames.
Status: current Access: read-write
MODULE-COMPLIANCE