RC-BRIDGE-MIB

MIB Reference — IPNetwork Monitor

All MIBsRC-BRIDGE-MIB

Organization: Bay Networks, Rapid-City Group

Last Updated: 2008-06-27

Category: Nortel Enterprise Data, Spanning Tree

Description:

Manages bridge forwarding database, spanning tree, and MAC learning on Bay Networks Rapid-City series switches.

Imported Objects

From BRIDGE-MIB

BridgeId
Timeout

From IF-MIB

InterfaceIndex

From RAPID-CITY

EnableValue
IdList
PortSet
rcBridgeOBJECT-IDENTITY
rcStgOBJECT-IDENTITY

From SNMPv2-SMI

Counter32
Integer32
MODULE-IDENTITY
OBJECT-TYPE
TimeTicks

From SNMPv2-TC

MacAddress
RowStatus
TruthValue

What Is RC-BRIDGE-MIB?

RC-BRIDGE-MIB is a Bay Networks/Nortel enterprise MIB ("Rapid-City"/Accelar product family) that manages 802.1D bridging behavior on switches, covering Spanning Tree Group (STG) configuration, bridge addresses, port counts, and MAC address forwarding/learning. It exposes both configuration data (max/current number of spanning tree groups, per-STG bridge address, protocol specification, priority) and operational status (unassigned ports, tagged BPDU addressing) used to manage Layer 2 topology. For monitoring purposes it is primarily about software/configuration status rather than raw hardware sensors: it lets an operator confirm spanning tree group assignments are correct and stable, which is critical to detecting loops, unexpected topology changes, or misconfigured VLAN-to-STG mappings on the switch. It parallels and extends the standard IETF BRIDGE-MIB (dot1d) concepts but is implemented as a Nortel/Bay proprietary enterprise MIB for the Accelar/Passport switch family. It is deployed on Bay Networks/Nortel Rapid-City-based Ethernet switches supporting multiple spanning tree instances (VLAN-based). Network engineers evaluating or troubleshooting this functionality can download the RC-BRIDGE-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in RC-BRIDGE-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • spanning tree group count/assignment
  • bridge address per STG
  • unassigned ports
  • STP protocol specification and priority

Supported Devices

  • Bay Networks/Nortel Rapid-City Accelar switch
  • Nortel Passport switch family

Monitoring Examples

An administrator polls rcStgTable/rcStgEntry, indexed by rcStgId, to check rcStgBridgeAddress, rcStgNumPorts, and rcStgPriority for each spanning tree group, comparing against rcStgMaxStgs and rcStgNumStgs to confirm the expected number of STGs are configured. If a VLAN's traffic stops forwarding as expected, the admin checks rcStgUnassignedPorts to see whether a port failed to get assigned to any spanning tree group, or reviews rcStgProtocolSpecification to confirm the correct STP variant (e.g. RSTP vs classic STP) is active for that group.

OIDs
OID symbolicOID numericTypeAccessDescription
I32 rcStgMaxStgs1.3.6.1.4.1.2272.1.13.1Integer32read-writeThe maximum number of spanning tree groups this device can support concurrently.
I32 rcStgNumStgs1.3.6.1.4.1.2272.1.13.2Integer32read-onlyThe number of spanning tree groups that are currently defined.
POR rcStgUnassignedPorts1.3.6.1.4.1.2272.1.13.3PortSetread-onlyA bitfield used to identify which ports in the system currently not assigned to any STG. The bitfield is 32 octets long representing ports 0 to 255 (inclusive).
rcStgTable1.3.6.1.4.1.2272.1.13.4not-accessibleA table used to store Spanning Tree Group (STG) information. Each row in the table specifies a different STG in the device.
rcStgEntry1.3.6.1.4.1.2272.1.13.4.1not-accessibleSTG attributes
I32 rcStgId1.3.6.1.4.1.2272.1.13.4.1.1Integer32read-onlyAn identifier used to identify a STG in the device.
MAC rcStgTaggedBpduAddress1.3.6.1.4.1.2272.1.13.4.1.2MacAddressread-writeThe MAC address to be assigned to the destination mac address field in tagged BPDUs. The default address is the well known multicast group address 01-80-c2-00-00-00.
I32 rcStgTaggedBpduVlanId1.3.6.1.4.1.2272.1.13.4.1.3Integer32read-writeThe VLAN ID to be used for tagging BPDUs.
MAC rcStgBridgeAddress1.3.6.1.4.1.2272.1.13.4.1.4MacAddressread-onlyThe 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 rcStgPriority a unique BridgeIdentifier is formed which is used in the Spanning Tree Protocol.
I32 rcStgNumPorts1.3.6.1.4.1.2272.1.13.4.1.5Integer32read-onlyThe number of ports controlled by this bridging entity.
INT rcStgProtocolSpecification1.3.6.1.4.1.2272.1.13.4.1.6INTEGERread-onlyAn 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.
I32 rcStgPriority1.3.6.1.4.1.2272.1.13.4.1.7Integer32read-writeThe 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 rcStgBridgeAddress.
TIK rcStgTimeSinceTopologyChange1.3.6.1.4.1.2272.1.13.4.1.8TimeTicksread-onlyThe time (in hundredths of a second) since the last time a topology change was detected by the bridge entity.
C32 rcStgTopChanges1.3.6.1.4.1.2272.1.13.4.1.9Counter32read-onlyThe total number of topology changes detected by this bridge since the management entity was last reset or initialized.
BRI rcStgDesignatedRoot1.3.6.1.4.1.2272.1.13.4.1.10BridgeIdread-onlyThe 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.
I32 rcStgRootCost1.3.6.1.4.1.2272.1.13.4.1.11Integer32read-onlyThe cost of the path to the root as seen from this bridge.
I32 rcStgRootPort1.3.6.1.4.1.2272.1.13.4.1.12Integer32read-onlyThe port number of the port which offers the lowest cost path from this bridge to the root bridge.
TIM rcStgMaxAge1.3.6.1.4.1.2272.1.13.4.1.13Timeoutread-onlyThe 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.
TIM rcStgHelloTime1.3.6.1.4.1.2272.1.13.4.1.14Timeoutread-onlyThe 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.
I32 rcStgHoldTime1.3.6.1.4.1.2272.1.13.4.1.15Integer32read-onlyThis 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.
TIM rcStgForwardDelay1.3.6.1.4.1.2272.1.13.4.1.16Timeoutread-onlyThis 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 rcStgBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]
TIM rcStgBridgeMaxAge1.3.6.1.4.1.2272.1.13.4.1.17Timeoutread-writeThe 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 rcStgBridgeHelloTime. 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.
TIM rcStgBridgeHelloTime1.3.6.1.4.1.2272.1.13.4.1.18Timeoutread-writeThe 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.
TIM rcStgBridgeForwardDelay1.3.6.1.4.1.2272.1.13.4.1.19Timeoutread-writeThe 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 rcStgBridgeMaxAge. 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.
T/F rcStgEnableStp1.3.6.1.4.1.2272.1.13.4.1.20TruthValueread-writeIndicate whether the spanning tree protocol should be active in this STG.
T/F rcStgStpTrapEnable1.3.6.1.4.1.2272.1.13.4.1.21TruthValueread-writeIndicate whether traps relating to the spanning tree protocol should be sent for this STG.
OCT rcStgPortMembers1.3.6.1.4.1.2272.1.13.4.1.22OCTET STRINGread-writeA bitfield used to identify which ports in the system are members this STG. The bitfield is 32 octets long representing ports 0 to 255 (inclusive).
ROW rcStgRowStatus1.3.6.1.4.1.2272.1.13.4.1.23RowStatusread-writeRow status.
OCT rcStgPortStpState1.3.6.1.4.1.2272.1.13.4.1.24OCTET STRINGread-onlyEvery 2 bitfields used to identify a port state in this STG. Port state is cataloged as non-stp(0), blocking(1), learning(2), and forwarding(3).
INT rcStgType1.3.6.1.4.1.2272.1.13.4.1.25INTEGERread-writeType of Stg.
T/F rcStgNtStgEnable1.3.6.1.4.1.2272.1.13.4.1.26TruthValueread-writeIndicates whether this STG is Operating in Nortel Mode or in Cisco Mode. true = Nortel Mode false = Cisco Mode.
rcStgPortTable1.3.6.1.4.1.2272.1.13.5not-accessibleA table used to store Spanning Tree Group (STG) port related information. If a port is associated with more than one STGs, the port will have one entry in this table for each STG it assigned to.
rcStgPortEntry1.3.6.1.4.1.2272.1.13.5.1not-accessibleSTG Port attributes
NUM rcStgPort1.3.6.1.4.1.2272.1.13.5.1.1InterfaceIndexread-onlyThe port number of the port for which this entry contains Spanning Tree Protocol management information.
INT rcStgPortStgId1.3.6.1.4.1.2272.1.13.5.1.2INTEGERread-onlyThe STG identifier this port is assigned to.
INT rcStgPortPriority1.3.6.1.4.1.2272.1.13.5.1.3INTEGERread-writeThe 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 rcStgPort.
INT rcStgPortState1.3.6.1.4.1.2272.1.13.5.1.4INTEGERread-onlyThe 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 rcStgPortEnable), this object will have a value of disabled(1).
T/F rcStgPortEnableStp1.3.6.1.4.1.2272.1.13.5.1.5TruthValueread-writeThe enabled/disabled status of the port.
T/F rcStgPortFastStart1.3.6.1.4.1.2272.1.13.5.1.6TruthValueread-writeWhen this flag is set, the port is moved straight to the forwarding(5) state upon being enabled.
INT rcStgPortPathCost1.3.6.1.4.1.2272.1.13.5.1.7INTEGERread-writeThe 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.
BRI rcStgPortDesignatedRoot1.3.6.1.4.1.2272.1.13.5.1.8BridgeIdread-onlyThe 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.
I32 rcStgPortDesignatedCost1.3.6.1.4.1.2272.1.13.5.1.9Integer32read-onlyThe 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.
BRI rcStgPortDesignatedBridge1.3.6.1.4.1.2272.1.13.5.1.10BridgeIdread-onlyThe Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment.
OCT rcStgPortDesignatedPort1.3.6.1.4.1.2272.1.13.5.1.11OCTET STRINGread-onlyThe Port Identifier of the port on the Designated Bridge for this port's segment.
C32 rcStgPortForwardTransitions1.3.6.1.4.1.2272.1.13.5.1.12Counter32read-onlyThe number of times this port has transitioned from the Learning state to the Forwarding state.
C32 rcStgPortInConfigBpdus1.3.6.1.4.1.2272.1.13.5.1.13Counter32read-onlyThe number of Config BPUDs received by this port.
C32 rcStgPortInTcnBpdus1.3.6.1.4.1.2272.1.13.5.1.14Counter32read-onlyThe number of Topology Change Notification BPUDs received by this port.
C32 rcStgPortInBadBpdus1.3.6.1.4.1.2272.1.13.5.1.15Counter32read-onlyThe number of Bad BPUDs received by this port.
C32 rcStgPortOutConfigBpdus1.3.6.1.4.1.2272.1.13.5.1.16Counter32read-onlyThe number of Config BPUDs transmitted by this port.
C32 rcStgPortOutTcnBpdus1.3.6.1.4.1.2272.1.13.5.1.17Counter32read-onlyThe number of Topology Change Notification BPUDs transmitted by this port.
ROW rcStgPortRowStatus1.3.6.1.4.1.2272.1.13.5.1.18RowStatusread-writeRow status.
T/F rcStgPortChangeDetection1.3.6.1.4.1.2272.1.13.5.1.19TruthValueread-writeIf disabled, topology change notifications are not sent for the port.
I32 rcStgPortPathCost321.3.6.1.4.1.2272.1.13.5.1.20Integer32read-writeThe contribution of this port to the path cost of paths towards the spanning tree root which include this port. 802.1D-1998 recommends that the default value of this parameter be in inverse proportion to the speed of the attached LAN. Replacement for deprecated object dot1dStpPortPathCost.
INT rcStgPortAdminPathCost1.3.6.1.4.1.2272.1.13.5.1.21INTEGERread-writeThe administrative value of rcStgPortPathCost. This is the value that has been configured by the user, or 0 if there is no user-configured value. Note that a Set request on rcStgPortPathCost will also modify the corresponding value of this object.
I32 rcStgPortAdminPathCost321.3.6.1.4.1.2272.1.13.5.1.22Integer32read-writeThe administrative value of rcStgPortPathCost32. This is the value that has been configured by the user, or 0 if there is no user-configured value. Note that a Set request on rcStgPortPathCost32 will also modify the corresponding value of this object.
POR rcStgNotAllowedPorts1.3.6.1.4.1.2272.1.13.6PortSetread-onlyA bitfield used to identify which ports in the system that cannot be assigned to any STG (i.e., which ports are single routable ports). The bitfield is 32 octets long representing ports 0 to 255 (inclusive).
rcBridgeMib1.3.6.1.4.1.2272.1.14.0Enterprise MIB for the Accelar product family.
rcBridgeFdbTable1.3.6.1.4.1.2272.1.14.1not-accessibleThis table is an replacement to the standard dot1dTpFdbTable in rfc1493.
rcBridgeFdbEntry1.3.6.1.4.1.2272.1.14.1.1not-accessibleInformation about a specific unicast MAC address for which the bridge has some forwarding information.
INT rcBridgeFdbStatus1.3.6.1.4.1.2272.1.14.1.1.1INTEGERread-onlyThis object indicates the status of this entry.
MAC rcBridgeFdbAddress1.3.6.1.4.1.2272.1.14.1.1.2MacAddressread-onlyA unicast MAC address for which the bridge has forwarding and/or filtering information.
NUM rcBridgeFdbPort1.3.6.1.4.1.2272.1.14.1.1.3InterfaceIndexread-onlyEither the value '0', or the port number of the port on which a frame having a source address equal to the value of the corresponding instance of rcBridgeFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the bridge does have some forwarding/filtering information about this address (e.g. in the dot1dStaticTable). Implementors are encouraged to assign the port value to this object whenever it is learned even for addresses for which the corresponding value of rcBridgeFdbStatus is not learned(3).
T/F rcBridgeFdbMonitor1.3.6.1.4.1.2272.1.14.1.1.4TruthValueread-writeUsed to indicate whether monitoring should be performed on this unicast MAC address. If monitoring is enabled, any packet received with a matching destination MAC address will be forwarded to the port configured to receive monitor traffic.
INT rcBridgeFdbPriority1.3.6.1.4.1.2272.1.14.1.1.5INTEGERread-writeUsed to indicate the priority of the incoming frames with this destination Mac Address.
INT rcBridgeFdbQosLevel1.3.6.1.4.1.2272.1.14.1.1.6INTEGERread-writeUsed to indicate the qos level of the incoming frames with this destination Mac Address.
T/F rcBridgeFdbSmltRemote1.3.6.1.4.1.2272.1.14.1.1.7TruthValueread-onlyA MAC address indicate for remote learnt, either local or remote.
INT rcBridgeFdbVlanId1.3.6.1.4.1.2272.1.14.1.1.8INTEGERread-only
I32 rcBridgeFdbTblSize1.3.6.1.4.1.2272.1.14.2Integer32read-onlyUsed to indicate the number of entries in the bridge forwarding database table.
rcBridgeStaticTable1.3.6.1.4.1.2272.1.14.3not-accessibleThis table is a proprietary replacement to the standard dot1dStaticTable in rfc1493.
rcBridgeStaticEntry1.3.6.1.4.1.2272.1.14.3.1not-accessibleA table containing forwarding information about unicast entries configured into the bridge by management. This information is used by the transparent bridging function in determining how to propagate a received frame.
MAC rcBridgeStaticAddress1.3.6.1.4.1.2272.1.14.3.1.1MacAddressread-onlyThe MAC address of this entry.
NUM rcBridgeStaticPort1.3.6.1.4.1.2272.1.14.3.1.2InterfaceIndexread-onlyPort on which the MAC address is found.
T/F rcBridgeStaticMonitor1.3.6.1.4.1.2272.1.14.3.1.3TruthValueread-writeUsed to indicate whether monitoring should be performed on incoming packets that match this entry.
INT rcBridgeStaticPriority1.3.6.1.4.1.2272.1.14.3.1.4INTEGERread-writeUsed to indicate forwarding priority of incoming packets that match this entry.
INT rcBridgeStaticStatus1.3.6.1.4.1.2272.1.14.3.1.5INTEGERread-writeThis object indicates the status of this entry. The default value is permanent(3).
INT rcBridgeStaticQosLevel1.3.6.1.4.1.2272.1.14.3.1.6INTEGERread-writeUsed to indicate the qos level.
INT rcBridgeStaticVlanId1.3.6.1.4.1.2272.1.14.3.1.7INTEGERread-only
I32 rcBridgeStaticTblSize1.3.6.1.4.1.2272.1.14.4Integer32read-onlyUsed to indicate the number of entries in the bridge static table.
rcBridgeFilterTable1.3.6.1.4.1.2272.1.14.5not-accessibleThis table is a proprietary replacement to the standard dot1dStaticTable (Filtering information) in rfc1493.
rcBridgeFilterEntry1.3.6.1.4.1.2272.1.14.5.1not-accessibleA table containing filtering information configured into the bridge by management specifying a dest- ination address on a specific port and a set of incoming ports. Frames received from one of the incoming ports and containing the specific destination addresses are not allowed to be forwarded.
MAC rcBridgeFilterAddress1.3.6.1.4.1.2272.1.14.5.1.1MacAddressread-onlyThe MAC address of this entry. This address is used to match the destination address of incoming packets.
NUM rcBridgeFilterPort1.3.6.1.4.1.2272.1.14.5.1.2InterfaceIndexread-onlyPort on which this MAC address is found.
OCT rcBridgeFilterNotAllowedFrom1.3.6.1.4.1.2272.1.14.5.1.3OCTET STRINGread-writeUsed to indicate a set of ports. Traffic arriving on any of the specified ports is not forwarded to this MAC address.
INT rcBridgeFilterStatus1.3.6.1.4.1.2272.1.14.5.1.4INTEGERread-writeThis object indicates the status of this entry. The default value is permanent(3).
INT rcBridgeFilterVlanId1.3.6.1.4.1.2272.1.14.5.1.5INTEGERread-only
T/F rcBridgeFilterPcap1.3.6.1.4.1.2272.1.14.5.1.6TruthValueread-writeTo enable pcap for the fdb-filter
OCT rcBridgeFilterDestDiscard1.3.6.1.4.1.2272.1.14.5.1.7OCTET STRINGread-writeUsed to indicate a set of ports. Traffic arriving on any of the specified ports from this MAC address.
OCT rcBridgeFilterSrcDiscard1.3.6.1.4.1.2272.1.14.5.1.8OCTET STRINGread-writeUsed to indicate a set of ports. Traffic arriving on any of the specified ports is not forwarded to this MAC address.
I32 rcBridgeFilterTblSize1.3.6.1.4.1.2272.1.14.6Integer32read-onlyUsed to indicate the number of entries in the bridge filter table.
rcBridgeUnknownMacDiscardTable1.3.6.1.4.1.2272.1.14.7not-accessibleThis table is used to configure the 'unknown mac discard' feature. This feature applies to layer 2 and layer 3 packets coming from or going out to a specific physical port.
rcBridgeUnknownMacDiscardEntry1.3.6.1.4.1.2272.1.14.7.1not-accessibleA table containing information configuring the 'unknown mac discard' feature.
NUM rcBridgeUnknownMacDiscardIfIndex1.3.6.1.4.1.2272.1.14.7.1.1InterfaceIndexread-onlyPort on which this 'unknown mac discard' configuration applied to.
T/F rcBridgeUnknownMacDiscardAutoLearnEnable1.3.6.1.4.1.2272.1.14.7.1.2TruthValueread-writeThis variable is used to enable/disable the auto-learn capability of a specific port. The default value is auto-learn disabled.
INT rcBridgeUnknownMacDiscardAutoLearnMode1.3.6.1.4.1.2272.1.14.7.1.3INTEGERread-writeThis variable is used to control the auot-learn mode to either one-shot or continuous. In one-shot mode, the first n MAC addresses will be learned. The number n is dependents on the system's available resource. In continuous mode, MAC address is continuous learned until the resource limit is reached. After that the subsequent MAC will be disallowed until one of the original learned MAC is aged out. The default value is one-shot mode.
INT rcBridgeUnknownMacDiscardAutoLearnTableMode1.3.6.1.4.1.2272.1.14.7.1.4INTEGERread-writeThis MIB variable is used to lock or unlock the auto-learn MAC table. When the auto-learn table is lock neither new MAC will be learned nor the original learned MAC will be aged out. User needs to lock the auto-learn table before MAC addresses can be save to the NVRAM. The whole auto-learn table will be flushed when the setting change from lock to unlock mode. The default value is unlock mode.
INT rcBridgeUnknownMacDiscardLogViolations1.3.6.1.4.1.2272.1.14.7.1.5INTEGERread-writeThis variable controls the logging action that the system will take when a MAC address violation event was detected. The value 'enable' means a log record will be written to the system log file when a violation event was detected. The default value is enable.
INT rcBridgeUnknownMacDiscardSendTrap1.3.6.1.4.1.2272.1.14.7.1.6INTEGERread-writeThis variable controls the send trap action that system will take when a MAC address violation event was detected. The value 'enable' means a SNMP trap packet will be send to the management station when a violation event was detected. The default value is disable.
INT rcBridgeUnknownMacDiscardDisablePort1.3.6.1.4.1.2272.1.14.7.1.7INTEGERread-writeThis variable controls the 'disable-port' action that system will take when a MAC address violation event was detected. The value 'enable' means the specific port will be disabled when the violation event was detected. It needs user manually to bring the port back once it was disabled. The default value is disable.
INT rcBridgeUnknownMacDiscardDefaultAutoLearnMonitor1.3.6.1.4.1.2272.1.14.7.1.8INTEGERread-writeThis variable controls the default monitor setting of an auto-learn MAC address. The value 'monitor' means a copy of packet that send from or to the auto-learned MAC address will be forwarded to the designated monitoring port on the system. The default value is none.
INT rcBridgeUnknownMacDiscardDefaultAutoLearnPriority1.3.6.1.4.1.2272.1.14.7.1.9INTEGERread-writeThis variable controls the default priority setting of an auto-learn MAC address. The value 'low' means packets send from the MAC address is forwarded at low priority. The value 'high' means packets send from the MAC address is forwarded at high priority. The default value is low.
INT rcBridgeUnknownMacDiscardMacCountMax1.3.6.1.4.1.2272.1.14.7.1.10INTEGERread-writeThis variable represents the maxium number of MACc that can be added to some port.
INT rcBridgeUnknownMacDiscardMacCountCur1.3.6.1.4.1.2272.1.14.7.1.11INTEGERread-onlyThis variable represents the current number of MACs that have been added to some port.
rcBridgeManualEditTable1.3.6.1.4.1.2272.1.14.8not-accessibleThis table is used to specify what MAC addresses can be learned on each port.
rcBridgeManualEditEntry1.3.6.1.4.1.2272.1.14.8.1not-accessibleA table containing information of MAC addresses that can be learned.
MAC rcBridgeManualEditAddress1.3.6.1.4.1.2272.1.14.8.1.1MacAddressread-onlyThis variable contains the source MAC address of an entry.
POR rcBridgeManualEditPorts1.3.6.1.4.1.2272.1.14.8.1.2PortSetread-writeThis variable contains the allowed ports on which the MAC address of this entry can be learned.
T/F rcBridgeManualEditMonitor1.3.6.1.4.1.2272.1.14.8.1.3TruthValueread-writeThis variable specifies the monitoring setting of the MAC address. The value 'true' means a copy of packet frame that send from or to the MAC address is forwarded to the designated monitoring port on the system. The default value is false.
INT rcBridgeManualEditPriority1.3.6.1.4.1.2272.1.14.8.1.4INTEGERread-writeThis variable specifies the priority setting of the MAC address. The value 'low' means packet frames send from the MAC address is forwarded at low priority. The default value is low.
INT rcBridgeManualEditStatus1.3.6.1.4.1.2272.1.14.8.1.5INTEGERread-writeThe variable controls the status of a MAC address in the table. The value 'active' is used to add the MAC address entry into the table. The value 'invalid' is used to delete the MAC address from the table.
I32 rcBridgeManualEditTblSize1.3.6.1.4.1.2272.1.14.9Integer32read-onlyUsed to indicate the number of entries in the manual edit table.
rcBridgeAutoLearnTable1.3.6.1.4.1.2272.1.14.10not-accessibleThis table contains information of auto-learned MAC address when the 'unknow MAC discard' table's auto-learn is enabled. User must explicitly lock and save the table into NVRAM in order to have this table has the same configuration cross the system reset.
rcBridgeAutoLearnEntry1.3.6.1.4.1.2272.1.14.10.1not-accessibleEntries in this table are created automatically when the user explicitly does a lock operation on the auto-learn-table (i.e., when 'AutoLearnTableMode' is set to lock(2)).
MAC rcBridgeAutoLearnAddress1.3.6.1.4.1.2272.1.14.10.1.1MacAddressread-onlyThis variable contains the source MAC address of the entries.
POR rcBridgeAutoLearnPort1.3.6.1.4.1.2272.1.14.10.1.2PortSetread-onlyThis variable contains the port where the MAC address was learned.
T/F rcBridgeAutoLearnMonitor1.3.6.1.4.1.2272.1.14.10.1.3TruthValueread-onlyThis variable contains the monitor setting of the MAC address. The value 'true' means a copy of packet frame that send from or to the MAC address is forwarded to the designated monitoring port on the system. This value should be synchronized with the setting of 'unknow MAC discard' table's 'Default AutoLearnMonitor' setting when the MAC address was learned.
INT rcBridgeAutoLearnPriority1.3.6.1.4.1.2272.1.14.10.1.4INTEGERread-onlyThis variable contains the priority setting of the MAC address. The value 'low' means packet frames send from the MAC address is forwarded at low priority. The value 'high' means packet frames send from the MAC address is forwarded at high priority. This value should be synchronized with the setting of 'unknow MAC discard' table's 'DefaultAutoLearnPriority' setting when the MAC address was learned.
INT rcBridgeAutoLearnAction1.3.6.1.4.1.2272.1.14.10.1.5INTEGERread-writeThis variable is for converting an auto-learned MAC address entry to a manual edit MAC address entry. This variable provides a mechanism for user to move a MAC address entry from auto-learn table to manual edit table.
I32 rcBridgeAutoLearnTblSize1.3.6.1.4.1.2272.1.14.11Integer32read-onlyUsed to indicate the number of entries in the auto learn table.
rcBridgeStaticMulticastTable1.3.6.1.4.1.2272.1.14.12not-accessible
rcBridgeStaticMulticastEntry1.3.6.1.4.1.2272.1.14.12.1not-accessible
MAC rcBridgeStaticMulticastAddress1.3.6.1.4.1.2272.1.14.12.1.1MacAddressread-onlysrc mac addr.
POR rcBridgeStaticMulticastForwardingPorts1.3.6.1.4.1.2272.1.14.12.1.2PortSetread-writeports for forward this mac
IDL rcBridgeStaticMulticastMltIds1.3.6.1.4.1.2272.1.14.12.1.3IdListread-writelist of mlts this mac will be forwarded on
ROW rcBridgeStaticMulticastRowStatus1.3.6.1.4.1.2272.1.14.12.1.4RowStatusread-writerow status
INT rcBridgeStaticMulticastVlanId1.3.6.1.4.1.2272.1.14.12.1.5INTEGERread-onlyVlan Id
I32 rcBridgeStaticMulticastNumMltIds1.3.6.1.4.1.2272.1.14.12.1.6Integer32read-onlynumber of mlts Ids
I32 rcBridgeStaticMulticastTblSize1.3.6.1.4.1.2272.1.14.13Integer32read-onlyUsed to indicate the number of entries in the static multicast table.
rcRateLimitTable1.3.6.1.4.1.2272.1.14.14not-accessible
rcRateLimitEntry1.3.6.1.4.1.2272.1.14.14.1not-accessible
NUM rcRateLimitIfIndex1.3.6.1.4.1.2272.1.14.14.1.1InterfaceIndexread-onlyPort ifindex.
INT rcRateLimitIfTrafficType1.3.6.1.4.1.2272.1.14.14.1.2INTEGERread-writeType of traffic allowed.
INT rcRateLimitIfAllowedRate1.3.6.1.4.1.2272.1.14.14.1.3INTEGERread-writeAllowed traffic rate. If chassis type is 8100. Also used by BayStack to indicate rate limit percent. For BayStack, a value of 0 indicates no limit.
T/F rcRateLimitIfEnable1.3.6.1.4.1.2272.1.14.14.1.4TruthValueread-writeTurn on/off rate limiting on this interface.
I32 rcRateLimitIfAllowedRatePps1.3.6.1.4.1.2272.1.14.14.1.5Integer32read-writeAllowed traffic rate packets per second. If chassis type is 8600.
I32 rcRateLimitIfAllowedRateKbps1.3.6.1.4.1.2272.1.14.14.1.6Integer32read-writeAllowed traffic rate Kbits per second. If chassis type is R-module.
I32 rcRateLimitEgressRateLimit1.3.6.1.4.1.2272.1.14.14.1.7Integer32read-writeEgress Rate Limit.
ENA rcRateLimitEgressRateLimitState1.3.6.1.4.1.2272.1.14.14.1.8EnableValueread-writeUsed to enable/disable shape/egress-rate-limit functionality.
rcBridgeStaticMcastTable1.3.6.1.4.1.2272.1.14.15not-accessible
rcBridgeStaticMcastEntry1.3.6.1.4.1.2272.1.14.15.1not-accessible
INT rcBridgeStaticMcastVlanId1.3.6.1.4.1.2272.1.14.15.1.1INTEGERread-onlyVlan Id
MAC rcBridgeStaticMcastAddress1.3.6.1.4.1.2272.1.14.15.1.2MacAddressread-onlysrc mac addr.
POR rcBridgeStaticMcastForwardingPorts1.3.6.1.4.1.2272.1.14.15.1.3PortSetread-writeports for forward this mac
IDL rcBridgeStaticMcastMltIds1.3.6.1.4.1.2272.1.14.15.1.4IdListread-writelist of mlts this mac will be forwarded on
I32 rcBridgeStaticMcastNumMltIds1.3.6.1.4.1.2272.1.14.15.1.5Integer32read-onlynumber of mlts Ids
ROW rcBridgeStaticMcastRowStatus1.3.6.1.4.1.2272.1.14.15.1.6RowStatusread-writerow status
rcBridgePP8300FilterTable1.3.6.1.4.1.2272.1.14.16not-accessibleThis table is a proprietary replacement to the standard dot1dStaticTable (Filtering information) in rfc1493. This table is specific for PP8300.
rcBridgePP8300FilterEntry1.3.6.1.4.1.2272.1.14.16.1not-accessible
MAC rcBridgePP8300FilterAddress1.3.6.1.4.1.2272.1.14.16.1.1MacAddressread-onlyThe MAC address of this entry. This address is used to match the destination address of incoming packets.
INT rcBridgePP8300FilterVlanId1.3.6.1.4.1.2272.1.14.16.1.2INTEGERread-only
INT rcBridgePP8300FilterDropCommand1.3.6.1.4.1.2272.1.14.16.1.3INTEGERread-write
INT rcBridgePP8300FilterQosLevel1.3.6.1.4.1.2272.1.14.16.1.4INTEGERread-writeUsed to indicate the qos level.
I32 rcBridgePP8300FilterPort1.3.6.1.4.1.2272.1.14.16.1.5Integer32read-writeMac filter needs the device Id and port Id programmed properly to make the SA drop working properly
INT rcBridgePP8300FilterStatus1.3.6.1.4.1.2272.1.14.16.1.6INTEGERread-writeThis object indicates the status of this entry. The default value is permanent(3).
rcBridgeFdbProtectTable1.3.6.1.4.1.2272.1.14.17not-accessibleThis table gives information about the mac learning limits on a particular port.
rcBridgeFdbProtectEntry1.3.6.1.4.1.2272.1.14.17.1not-accessibleInformation about a specific MAC address learning limits of a specific port.
NUM rcBridgeFdbProtectPortNum1.3.6.1.4.1.2272.1.14.17.1.1InterfaceIndexread-onlyThis object is the interface on which MAC address learning limit is applied.
INT rcBridgeFdbProtectMaxMacCount1.3.6.1.4.1.2272.1.14.17.1.2INTEGERread-writeUsed to indicate maximum number of MAC address that can be learnt on the port.
INT rcBridgeFdbProtectMinMacCount1.3.6.1.4.1.2272.1.14.17.1.3INTEGERread-writeUsed to indicate minimum number of MAC address learnt which mac address learning will be re-enabled on the port.
ENA rcBridgeFdbProtectEnable1.3.6.1.4.1.2272.1.14.17.1.4EnableValueread-writeUsed to enable or disable MAC learning limit feature on the port.
I32 rcBridgeFdbProtectCurrentMacCount1.3.6.1.4.1.2272.1.14.17.1.5Integer32read-onlyThis object indicates the current number of MAC address learnt on the port.
T/F rcBridgeFdbProtectMacLearning1.3.6.1.4.1.2272.1.14.17.1.6TruthValueread-onlyThis object indicates whether the port can currrently learn new MAC addresses or not.
ENA rcBridgeFdbProtectViolationLogTrap1.3.6.1.4.1.2272.1.14.17.1.7EnableValueread-writeUsed to enable or disable logging and sending of snmp trap, once MAC learning limit is reached for the port.
ENA rcBridgeFdbProtectViolationDownPort1.3.6.1.4.1.2272.1.14.17.1.8EnableValueread-writeUsed to enable or disable the action of disabling the port, once MAC learning limit is reached for the port.
rcBridgeNewFdbTable1.3.6.1.4.1.2272.1.14.18not-accessibleThis table is an replacement to the standard dot1dTpFdbTable in rfc1493.
rcBridgeNewFdbEntry1.3.6.1.4.1.2272.1.14.18.1not-accessibleInformation about a specific unicast MAC address for which the bridge has some forwarding information.
INT rcBridgeNewFdbStatus1.3.6.1.4.1.2272.1.14.18.1.1INTEGERread-onlyThis object indicates the status of this entry.
MAC rcBridgeNewFdbAddress1.3.6.1.4.1.2272.1.14.18.1.2MacAddressread-onlyA unicast MAC address for which the bridge has forwarding and/or filtering information.
NUM rcBridgeNewFdbPort1.3.6.1.4.1.2272.1.14.18.1.3InterfaceIndexread-onlyEither the value '0', or the port number of the port on which a frame having a source address equal to the value of the corresponding instance of rcBridgeNewFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the bridge does have some forwarding/filtering information about this address (e.g. in the dot1dStaticTable). Implementors are encouraged to assign the port value to this object whenever it is learned even for addresses for which the corresponding value of rcBridgeNewFdbStatus is not learned(3).
T/F rcBridgeNewFdbMonitor1.3.6.1.4.1.2272.1.14.18.1.4TruthValueread-writeUsed to indicate whether monitoring should be performed on this unicast MAC address. If monitoring is enabled, any packet received with a matching destination MAC address will be forwarded to the port configured to receive monitor traffic.
INT rcBridgeNewFdbQosLevel1.3.6.1.4.1.2272.1.14.18.1.5INTEGERread-writeUsed to indicate the qos level of the incoming frames with this destination Mac Address.
T/F rcBridgeNewFdbSmltRemote1.3.6.1.4.1.2272.1.14.18.1.6TruthValueread-onlyA MAC address indicate for remote learnt, either local or remote.
INT rcBridgeNewFdbVlanId1.3.6.1.4.1.2272.1.14.18.1.7INTEGERread-onlyUsed to indicate the Vlan ID for this MAC address.
rcBridgeMmrpGrpFdbTable1.3.6.1.4.1.2272.1.14.19not-accessibleThis table is for multicast group fdb entries
rcBridgeMmrpGrpFdbEntry1.3.6.1.4.1.2272.1.14.19.1not-accessibleInformation about a specific multicast group MAC address for which the bridge has some forwarding information.
I32 rcBridgeMmrpGrpFdbVlanId1.3.6.1.4.1.2272.1.14.19.1.1Integer32not-accessibleUsed to indicate the Vlan ID for this MAC address.
MAC rcBridgeMmrpGrpFdbAddr1.3.6.1.4.1.2272.1.14.19.1.2MacAddressnot-accessibleA multicast group MAC address for which the bridge has forwarding and/or filtering information.
POR rcBridgeMmrpGrpFdbPortList1.3.6.1.4.1.2272.1.14.19.1.3PortSetread-onlyList of ports

RFC description

Bay Networks Rapid-City bridge enterprise MIB for managing spanning tree groups, forwarding database, and rate limiting on Accelar products.

Start monitoring Nortel/Bay Networks switches with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download RC-BRIDGE-MIB