MIBs Depot

IEEE8021-BRIDGE-MIB

Registered at
1.3.111.2.802.1.1.2
Last updated
2022-11-08 00:00
Organization
IEEE 802.1 Working Group
Revisions
2022-11-08 00:00, 2018-07-01 00:00, 2014-12-15 00:00, 2012-08-10 00:00, 2012-02-15 00:00, 2011-04-06 00:00, 2011-02-27 00:00, 2008-10-15 00:00
Namespace
standard
Source file
IEEE8021-BRIDGE-MIB
Digest
sha256:e46d53e78f9e5f6f455c0ffcac93763db78c0a7c58ee71127d7951db456707b1

Description

The Bridge MIB module for managing devices that support IEEE Std 802.1Q. Unless otherwise indicated, the references in this MIB module are to IEEE Std 802.1Q-2022. Copyright (C) IEEE (2022). This version of this MIB module is part of IEEE Std 802.1Q; see that standard for full legal notices.

Contact

WG-URL: http://www.ieee802.org/1/ WG-EMail: stds-802-1-l@ieee.org Contact: IEEE 802.1 Working Group Chair Postal: C/O IEEE 802.1 Working Group IEEE Standards Association 445 Hoes Lane Piscataway, NJ 08854 USA E-mail: stds-802-1-chairs@ieee.org

Imports

FromSymbols
IEEE8021-TC-MIBIEEE8021BridgePortNumber, IEEE8021BridgePortNumberOrZero, IEEE8021BridgePortType, IEEE8021PbbComponentIdentifier, IEEE8021PbbComponentIdentifierOrZero, IEEE8021PriorityCodePoint, IEEE8021PriorityValue, ieee802dot1mibs
IF-MIBInterfaceIndexOrZero, ifGeneralInformationGroup, ifIndex
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-MIBsystemGroup
SNMPv2-SMICounter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TimeInterval, TruthValue

Imported by

2 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

IANAifType-MIB
IEEE8021-BRIDGE-MIB
IEEE8021-TC-MIB
IF-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ieee8021BridgeNotifications
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.0
ieee8021BridgeObjects
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1
ieee8021BridgeBase
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1.1
ieee8021BridgeBaseTable
OBJECT-TYPE
A table that contains generic information about every Bridge component. All writable objects in this table MUST be persistent over power up restart/reboot.
1.3.111.2.802.1.1.2.1.1.1not-accessiblecurrent
ieee8021BridgeBaseEntry
OBJECT-TYPE
A list of objects containing information for each Bridge component.
1.3.111.2.802.1.1.2.1.1.1.1not-accessiblecurrent
ieee8021BridgeBaseComponentId
OBJECT-TYPE
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
1.3.111.2.802.1.1.2.1.1.1.1.1IEEE8021PbbComponentIdentifiernot-accessiblecurrent
ieee8021BridgeBaseBridgeAddress
OBJECT-TYPE
The MAC address used by this Bridge when it is 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 ieee8021SpanningTreePriority, a unique BridgeIdentifier is formed, which is used in the Spanning Tree Protocol. This object may not be modified while the corresponding instance of ieee8021BridgeBaseRowStatus is active(1). The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.1.1.2MacAddressread-createcurrent
ieee8021BridgeBaseNumPorts
OBJECT-TYPE
The number of ports controlled by this bridging entity.
1.3.111.2.802.1.1.2.1.1.1.1.3Integer32read-onlycurrent
ieee8021BridgeBaseComponentType
OBJECT-TYPE
Indicates the component type(s) of this Bridge. The following component types are possible: iComponent(1) - An S-VLAN component of a Backbone Edge Bridge that performs encapsulation of customer frames. bComponent(2) - An S-VLAN component of a Backbone Edge Bridge that bundles backbone service instances into B-VLANs. cVlanComponent(3) - A C-VLAN component of an enterprise VLAN Bridge or of a Provider Bridge used to process C-tagged frames. sVlanComponent(4) - An S-VLAN component of a Provider Bridge. dBridgeComponent(5) - A VLAN unaware component of an IEEE 802.1Q Bridge. erComponent (6) - An Edge Relay component of an EVB Station. tComponent (7) - A TPMR component in a Backbone Edge Bridge. This object may not be modified while the corresponding instance of ieee8021BridgeBaseRowStatus is active(1). The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.1.1.4INTEGER {iComponent(1), bComponent(2), cVlanComponent(3), sVlanComponent(4), dBridgeComponent(5), erComponent(6), tComponent(7)}read-createcurrent
ieee8021BridgeBaseDeviceCapabilities
OBJECT-TYPE
Indicates the optional parts of IEEE Std 802.1Q that are implemented by this device and are manageable through this MIB. Capabilities that are allowed on a per-port basis are indicated in ieee8021BridgeBasePortCapabilities. dot1dExtendedFilteringServices(0), -- can perform filtering of -- individual multicast addresses -- controlled by MMRP. dot1dTrafficClasses(1), -- can map priority to -- multiple traffic classes. dot1qStaticEntryIndividualPort(2), -- dot1qStaticUnicastReceivePort & -- dot1qStaticMulticastReceivePort -- can represent non-zero entries. dot1qIVLCapable(3), -- Independent VLAN Learning (IVL). dot1qSVLCapable(4), -- Shared VLAN Learning (SVL). dot1qHybridCapable(5), -- both IVL & SVL simultaneously. dot1qConfigurablePvidTagging(6), -- whether the implementation -- supports the ability to -- override the default PVID -- setting and its egress status -- (VLAN-Tagged or Untagged) on -- each port. dot1dLocalVlanCapable(7) -- can support multiple local -- Bridges, outside of the scope -- of IEEE 802.1Q defined VLANs. This object may not be modified while the corresponding instance of ieee8021BridgeBaseRowStatus is active(1). The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.1.1.5Bits {dot1dExtendedFilteringServices(0), dot1dTrafficClasses(1), dot1qStaticEntryIndividualPort(2), dot1qIVLCapable(3), dot1qSVLCapable(4), dot1qHybridCapable(5), dot1qConfigurablePvidTagging(6), dot1dLocalVlanCapable(7)}read-createcurrent
ieee8021BridgeBaseTrafficClassesEnabled
OBJECT-TYPE
The value true(1) indicates that Traffic Classes are enabled on this Bridge. When false(2), the Bridge operates with a single priority level for all traffic. This object may be modified while the corresponding instance of ieee8021BridgeBaseRowStatus is active(1). The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.1.1.6TruthValueread-createcurrent
ieee8021BridgeBaseMmrpEnabledStatus
OBJECT-TYPE
The administrative status requested by management for MMRP. The value true(1) indicates that MMRP should be enabled on this device, in all VLANs, on all ports for which it has not been specifically disabled. When false(2), MMRP is disabled, in all VLANs and on all ports, and all MMRP packets will be forwarded transparently. This object affects both Applicant and Registrar state machines. A transition from false(2) to true(1) will cause a reset of all MMRP state machines on all ports. This object may be modified while the corresponding instance of ieee8021BridgeBaseRowStatus is active(1). The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.1.1.7TruthValueread-createcurrent
ieee8021BridgeBaseRowStatus
OBJECT-TYPE
The object indicates the status of an entry, and is used to create/delete entries. The following objects MUST be set prior to making a new entry active: ieee8021BridgeBaseBridgeAddress ieee8021BridgeBaseComponentType ieee8021BridgeBaseDeviceCapabilities It is recommended that these three objects not be allowed to be modified while the corresponding instance of ieee8021BridgeBaseRowStatus object is active(1). The following objects are not required to be set before making a new entry active (they will take their defaults), and they also may be modified while the corresponding instance of this object is active(1): ieee8021BridgeBaseTrafficClassesEnabled ieee8021BridgeBaseMmrpEnabledStatus The value of this object and all corresponding instances of other objects in this table MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.1.1.8RowStatusread-createcurrent
ieee8021BridgeBasePortTable
OBJECT-TYPE
A table that contains generic information about every port that is associated with this Bridge. Transparent, and source-route ports are included.
1.3.111.2.802.1.1.2.1.1.4not-accessiblecurrent
ieee8021BridgeBasePortEntry
OBJECT-TYPE
A list of objects containing information for each port of the Bridge.
1.3.111.2.802.1.1.2.1.1.4.1not-accessiblecurrent
ieee8021BridgeBasePortComponentId
OBJECT-TYPE
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
1.3.111.2.802.1.1.2.1.1.4.1.1IEEE8021PbbComponentIdentifiernot-accessiblecurrent
ieee8021BridgeBasePort
OBJECT-TYPE
The port number of the port for which this entry contains Bridge management information.
1.3.111.2.802.1.1.2.1.1.4.1.2IEEE8021BridgePortNumbernot-accessiblecurrent
ieee8021BridgeBasePortIfIndex
OBJECT-TYPE
The value of the instance of the IfIndex object, defined in the IF-MIB, for the interface corresponding to this port, or the value 0 if the port has not been bound to an underlying frame source and sink. It is an implementation specific decision as to whether this object may be modified if it has been created or if 0 is a legal value. The underlying IfEntry indexed by this column MUST be persistent across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.4.1.3InterfaceIndexOrZeroread-writecurrent
ieee8021BridgeBasePortDelayExceededDiscards
OBJECT-TYPE
The number of frames discarded by this port due to excessive transit delay through the Bridge. It is incremented by both transparent and source route Bridges. Discontinuities in the value of the counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime object of the associated interface (if any).
1.3.111.2.802.1.1.2.1.1.4.1.4Counter64read-onlycurrent
ieee8021BridgeBasePortMtuExceededDiscards
OBJECT-TYPE
The number of frames discarded by this port due to an excessive size. It is incremented by both transparent and source route Bridges. Discontinuities in the value of the counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime object of the associated interface (if any).
1.3.111.2.802.1.1.2.1.1.4.1.5Counter64read-onlycurrent
ieee8021BridgeBasePortCapabilities
OBJECT-TYPE
Indicates the parts of IEEE 802.1Q that are optional on a per-port basis, that are implemented by this device, and that are manageable through this MIB. dot1qDot1qTagging(0), -- supports IEEE 802.1Q VLAN tagging of -- frames and MVRP. dot1qConfigurableAcceptableFrameTypes(1), -- allows modified values of -- dot1qPortAcceptableFrameTypes. dot1qIngressFiltering(2) -- supports the discarding of any -- frame received on a Port whose -- VLAN classification does not -- include that Port in its Member -- set.
1.3.111.2.802.1.1.2.1.1.4.1.6Bits {dot1qDot1qTagging(0), dot1qConfigurableAcceptableFrameTypes(1), dot1qIngressFiltering(2)}read-onlycurrent
ieee8021BridgeBasePortTypeCapabilities
OBJECT-TYPE
Indicates the capabilities of this port. The corresponding instance of ieee8021BridgeBasePortType can potentially take any of the values for which the corresponding bit in this object is 1. The possible port types are as follows: customerVlanPort(0) - Indicates the port can be a C-TAG- aware port of an enterprise VLAN-aware Bridge. providerNetworkPort(1) - Indicates the port can be an S-TAG-aware port of a Provider Bridge or Backbone Edge Bridge used for connections within a PBN or PBBN. customerNetworkPort(2) - Indicates the port can be an S-TAG-aware port of a Provider Bridge or Backbone Edge Bridge used for connections to the exterior of a PBN or PBBN. customerEdgePort(3) - Indicates the port can be a C-TAG- aware port of a Provider Bridge used for connections to the exterior of a PBN or PBBN. customerBackbonePort(4) - Indicates the port can be a I-TAG-aware port of a Backbone Edge Bridge's B-component. virtualInstancePort(5) - Indicates the port can be a virtual S-TAG-aware port within a Backbone Edge Bridge's I-component that is responsible for handling S-tagged traffic for a specific backbone service instance. dBridgePort(6) - Indicates the port can be a VLAN-unaware member of an IEEE 802.1Q Bridge. remoteCustomerAccessPort(7) - Indicates the port can be an S-TAG-aware port of a Provider Bridge capable of providing Remote Customer Service Interfaces. stationFacingBridgePort(8) - Indicates the station-facing Bridge Port in a EVB Bridge. uplinkAccessPort(9) - Indicates the uplink access port in an EVB Bridge or EVB station. uplinkRelayPort (10) - Indicates the uplink relay port in an EVB station.
1.3.111.2.802.1.1.2.1.1.4.1.7Bits {customerVlanPort(0), providerNetworkPort(1), customerNetworkPort(2), customerEdgePort(3), customerBackbonePort(4), virtualInstancePort(5), dBridgePort(6), remoteCustomerAccessPort(7), stationFacingBridgePort(8), uplinkAccessPort(9), uplinkRelayPort(10)}read-onlycurrent
ieee8021BridgeBasePortType
OBJECT-TYPE
The port type. This value MUST be persistent over power up restart/reboot.
1.3.111.2.802.1.1.2.1.1.4.1.8IEEE8021BridgePortTyperead-onlycurrent
ieee8021BridgeBasePortExternal
OBJECT-TYPE
A boolean indicating whether the port is external. A value of true(1) means the port is external. A value of false(2) means the port is internal.
1.3.111.2.802.1.1.2.1.1.4.1.9TruthValueread-onlycurrent
ieee8021BridgeBasePortAdminPointToPoint
OBJECT-TYPE
For a port running spanning tree, this object represents the administrative point-to-point status of the LAN segment attached to this port, using the enumeration values of IEEE Std 802.1AC. A value of forceTrue(1) indicates that this port should always be treated as if it is connected to a point-to-point link. A value of forceFalse(2) indicates that this port should be treated as having a shared media connection. A value of auto(3) indicates that this port is considered to have a point-to-point link if it is an Aggregator and all of its members are aggregatable, or if the MAC entity is configured for full duplex operation, either through auto-negotiation or by management means. Manipulating this object changes the underlying adminPointToPointMAC. For a VIP, the adminPointToPointMAC parameter controls the mechanism by which the Default Backbone Destination parameter for the VIP is determined. For a backbone service instance that includes only 2 VIPs, the value may be set to forceTrue(1) which permits dynamic learning of the Default Backbone Destination parameter. For a backbone service instance that includes more than 2 VIPs, the value MUST be set to ForceFalse(2) or auto(3). When this object is set to forceTrue(1) for a VIP, the Default Backbone Destination parameter is modified by the subsequent M_UNITDATA.indications as specified in 6.10.1 (and described in 26.4.1). Whenever the parameter is set to forceFalse(2) or auto(3), the value for the Default Backbone Destination parameter is set to the Backbone Service Instance Group Address for the VIP-ISID. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.4.1.10INTEGER {forceTrue(1), forceFalse(2), auto(3)}read-writecurrent
ieee8021BridgeBasePortOperPointToPoint
OBJECT-TYPE
For a port running spanning tree, this object represents the operational point-to-point status of the LAN segment attached to this port. It indicates whether a port is considered to have a point-to-point connection. If adminPointToPointMAC is set to auto(2), then the value of operPointToPointMAC is determined in accordance with the specific procedures defined for the MAC entity concerned, as defined in IEEE Std 802.1AC. The value is determined dynamically; that is, it is re-evaluated whenever the value of adminPointToPointMAC changes, and whenever the specific procedures defined for the MAC entity evaluate a change in its point-to-point status. For a VIP, this object simply reflects the value of the corresponding instance of ieee8021BridgeBasePortAdminPointToPoint. The value will be true(1) if that object is forceTrue(1), and the value will be false(2) if the value of that object is either forceFalse(2) or auto(3).
1.3.111.2.802.1.1.2.1.1.4.1.11TruthValueread-onlycurrent
ieee8021BridgeBasePortName
OBJECT-TYPE
A text string of up to 32 characters, of locally determined significance.
1.3.111.2.802.1.1.2.1.1.4.1.12SnmpAdminStringread-onlycurrent
ieee8021BridgeBaseIfToPortTable
OBJECT-TYPE
A table that contains generic information about every ifIndex that is associated with this Bridge.
1.3.111.2.802.1.1.2.1.1.5not-accessiblecurrent
ieee8021BridgeBaseIfToPortEntry
OBJECT-TYPE
A list of objects containing information for each ifIndex of the Bridge.
1.3.111.2.802.1.1.2.1.1.5.1not-accessiblecurrent
ieee8021BridgeBaseIfIndexComponentId
OBJECT-TYPE
The component ID for this ifIndex.
1.3.111.2.802.1.1.2.1.1.5.1.1IEEE8021PbbComponentIdentifierread-onlycurrent
ieee8021BridgeBaseIfIndexPort
OBJECT-TYPE
The port for this ifIndex.
1.3.111.2.802.1.1.2.1.1.5.1.2IEEE8021BridgePortNumberread-onlycurrent
ieee8021BridgePhyPortTable
OBJECT-TYPE
A table that contains ISS port number to Bridge componentID and port number mapping.
1.3.111.2.802.1.1.2.1.1.6not-accessiblecurrent
ieee8021BridgePhyPortEntry
OBJECT-TYPE
A list of objects containing mapping for ISS port numbers to Bridge componentID and port numbers
1.3.111.2.802.1.1.2.1.1.6.1not-accessiblecurrent
ieee8021BridgePhyPort
OBJECT-TYPE
The ISS port.
1.3.111.2.802.1.1.2.1.1.6.1.1IEEE8021BridgePortNumbernot-accessiblecurrent
ieee8021BridgePhyPortIfIndex
OBJECT-TYPE
The value of the instance of the IfIndex object, defined in the IF-MIB, for the interface corresponding to this port, or the value 0 if the port has not been bound to an underlying frame source and sink. The underlying IfEntry indexed by this column MUST be persistent across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.1.6.1.2InterfaceIndexOrZeroread-onlycurrent
ieee8021BridgePhyMacAddress
OBJECT-TYPE
The MAC address
1.3.111.2.802.1.1.2.1.1.6.1.3MacAddressread-onlycurrent
ieee8021BridgePhyPortToComponentId
OBJECT-TYPE
The component ID that this ISS port belongs to.
1.3.111.2.802.1.1.2.1.1.6.1.4IEEE8021PbbComponentIdentifierOrZeroread-onlycurrent
ieee8021BridgePhyPortToInternalPort
OBJECT-TYPE
The port number to which this ISS port maps to.
1.3.111.2.802.1.1.2.1.1.6.1.5IEEE8021BridgePortNumberOrZeroread-onlycurrent
ieee8021BridgeTp
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1.2
ieee8021BridgeTpPortTable
OBJECT-TYPE
A table that contains information about every port that is associated with this transparent Bridge.
1.3.111.2.802.1.1.2.1.2.1not-accessiblecurrent
ieee8021BridgeTpPortEntry
OBJECT-TYPE
A list of objects containing information for each port of a transparent Bridge.
1.3.111.2.802.1.1.2.1.2.1.1not-accessiblecurrent
ieee8021BridgeTpPortComponentId
OBJECT-TYPE
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
1.3.111.2.802.1.1.2.1.2.1.1.1IEEE8021PbbComponentIdentifiernot-accessiblecurrent
ieee8021BridgeTpPort
OBJECT-TYPE
The port number of the port for which this entry contains Transparent bridging management information.
1.3.111.2.802.1.1.2.1.2.1.1.2IEEE8021BridgePortNumbernot-accessiblecurrent
ieee8021BridgeTpPortMaxInfo
OBJECT-TYPE
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
1.3.111.2.802.1.1.2.1.2.1.1.3Integer32read-onlycurrent
ieee8021BridgeTpPortInFrames
OBJECT-TYPE
The number of frames that have been received by this port from its segment. Note that a frame received on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including Bridge management frames. Discontinuities in the value of the counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime object of the associated interface (if any).
1.3.111.2.802.1.1.2.1.2.1.1.4Counter64read-onlycurrent
ieee8021BridgeTpPortOutFrames
OBJECT-TYPE
The number of frames that have been transmitted by this port to its segment. Note that a frame transmitted on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including Bridge management frames. Discontinuities in the value of the counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime object of the associated interface (if any).
1.3.111.2.802.1.1.2.1.2.1.1.5Counter64read-onlycurrent
ieee8021BridgeTpPortInDiscards
OBJECT-TYPE
Count of received valid frames that were discarded (i.e., filtered) by the Forwarding Process. Discontinuities in the value of the counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime object of the associated interface (if any).
1.3.111.2.802.1.1.2.1.2.1.1.6Counter64read-onlycurrent
ieee8021BridgePriority
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1.3
ieee8021BridgePortPriorityTable
OBJECT-TYPE
A table that contains information about every port that is associated with this transparent Bridge.
1.3.111.2.802.1.1.2.1.3.1not-accessiblecurrent
ieee8021BridgePortPriorityEntry
OBJECT-TYPE
A list of Default User Priorities for each port of a transparent Bridge. This is indexed by ieee8021BridgeBasePortComponentId and ieee8021BridgeBasePort.
1.3.111.2.802.1.1.2.1.3.1.1not-accessiblecurrent
ieee8021BridgePortDefaultUserPriority
OBJECT-TYPE
The default ingress priority for this port. This only has effect on media, such as Ethernet, that do not support native priority. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.3.1.1.1IEEE8021PriorityValueread-writecurrent
ieee8021BridgePortNumTrafficClasses
OBJECT-TYPE
The number of egress traffic classes supported on this port. This object may optionally be read-only. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.3.1.1.2Integer32 (1..8)read-writecurrent
ieee8021BridgePortPriorityCodePointSelection
OBJECT-TYPE
This object identifies the rows in the PCP encoding and decoding tables that are used to remark frames on this port if this remarking is enabled.
1.3.111.2.802.1.1.2.1.3.1.1.3IEEE8021PriorityCodePointread-writecurrent
ieee8021BridgePortUseDEI
OBJECT-TYPE
If the Use_DEI is set to true(1) for the Port then the drop_eligible parameter is encoded in the DEI of transmitted frames, and the drop_eligible parameter shall be true(1) for a received frame if the DEI is set in the VLAN tag or the Priority Code Point Decoding Table indicates drop_eligible True for the received PCP value. If the Use_DEI parameter is false(2), the DEI shall be transmitted as zero and ignored on receipt. The default value of the Use_DEI parameter is false(2).
1.3.111.2.802.1.1.2.1.3.1.1.4TruthValueread-writecurrent
ieee8021BridgePortRequireDropEncoding
OBJECT-TYPE
If a Bridge supports encoding or decoding of drop_eligible from the PCP field of a VLAN tag (6.9.3) on any of its Ports, then it shall implement a Boolean parameter Require Drop Encoding on each of its Ports with default value false(2). If Require Drop Encoding is True and the Bridge Port cannot encode particular priorities with drop_eligible, then frames queued with those priorities and drop_eligible true(1) shall be discarded and not transmitted.
1.3.111.2.802.1.1.2.1.3.1.1.5TruthValueread-writecurrent
ieee8021BridgePortServiceAccessPrioritySelection
OBJECT-TYPE
Indication of whether the Service Access Priority Selection function is supported on the Customer Bridge Port to request priority handling of the frame from a Port-based service interface.
1.3.111.2.802.1.1.2.1.3.1.1.6TruthValueread-writecurrent
ieee8021BridgeUserPriorityRegenTable
OBJECT-TYPE
A list of Regenerated User Priorities for each received priority on each port of a Bridge. The regenerated priority value may be used to index the Traffic Class Table for each input port. This only has effect on media that support native priority. The default values for Regenerated User Priorities are the same as the User Priorities.
1.3.111.2.802.1.1.2.1.3.2not-accessiblecurrent
ieee8021BridgeUserPriorityRegenEntry
OBJECT-TYPE
A mapping of incoming priority to a regenerated priority.
1.3.111.2.802.1.1.2.1.3.2.1not-accessiblecurrent
ieee8021BridgeUserPriority
OBJECT-TYPE
The priority for a frame received on this port.
1.3.111.2.802.1.1.2.1.3.2.1.1IEEE8021PriorityValuenot-accessiblecurrent
ieee8021BridgeRegenUserPriority
OBJECT-TYPE
The regenerated priority that the incoming User Priority is mapped to for this port. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.3.2.1.2IEEE8021PriorityValueread-writecurrent
ieee8021BridgeTrafficClassTable
OBJECT-TYPE
A table mapping evaluated priority to Traffic Class, for forwarding by the Bridge. Traffic class is a number in the range (0..(ieee8021BridgePortNumTrafficClasses-1)).
1.3.111.2.802.1.1.2.1.3.3not-accessiblecurrent
ieee8021BridgeTrafficClassEntry
OBJECT-TYPE
Priority to Traffic Class mapping.
1.3.111.2.802.1.1.2.1.3.3.1not-accessiblecurrent
ieee8021BridgeTrafficClassPriority
OBJECT-TYPE
The Priority value determined for the received frame. This value is equivalent to the priority indicated in the tagged frame received, or one of the evaluated priorities, determined according to the media-type. For untagged frames received from Ethernet media, this value is equal to the ieee8021BridgePortDefaultUserPriority value for the ingress port. For untagged frames received from non-Ethernet media, this value is equal to the ieee8021BridgeRegenUserPriority value for the ingress port and media-specific priority.
1.3.111.2.802.1.1.2.1.3.3.1.1IEEE8021PriorityValuenot-accessiblecurrent
ieee8021BridgeTrafficClass
OBJECT-TYPE
The Traffic Class the received frame is mapped to. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.3.3.1.2Integer32 (0..7)read-writecurrent
ieee8021BridgePortOutboundAccessPriorityTable
OBJECT-TYPE
A table mapping regenerated priority to Outbound Access Priority. This is a fixed mapping for all port types.
1.3.111.2.802.1.1.2.1.3.4not-accessiblecurrent
ieee8021BridgePortOutboundAccessPriorityEntry
OBJECT-TYPE
Regenerated priority to Outbound Access Priority mapping.
1.3.111.2.802.1.1.2.1.3.4.1not-accessiblecurrent
ieee8021BridgePortOutboundAccessPriority
OBJECT-TYPE
The Outbound Access Priority the received frame is mapped to.
1.3.111.2.802.1.1.2.1.3.4.1.1IEEE8021PriorityValueread-onlycurrent
ieee8021BridgePortDecodingTable
OBJECT-TYPE
A table that contains information about Priority Code Point Decoding Table for a Port of a provider Bridge. Alternative values for each table are specified as rows in Table 6-3 (6.9.3), with each alternative labeled by the number of distinct priorities that can be communicated, and the number of these for which drop precedence can be communicated. All writable objects in this table MUST be persistent over power up restart/reboot.
1.3.111.2.802.1.1.2.1.3.5not-accessiblecurrent
ieee8021BridgePortDecodingEntry
OBJECT-TYPE
A list of objects containing Priority Code Point Decoding information for a port of a provider Bridge.
1.3.111.2.802.1.1.2.1.3.5.1not-accessiblecurrent
ieee8021BridgePortDecodingComponentId
OBJECT-TYPE
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
1.3.111.2.802.1.1.2.1.3.5.1.1IEEE8021PbbComponentIdentifiernot-accessiblecurrent
ieee8021BridgePortDecodingPortNum
OBJECT-TYPE
A unique identifier of a port controlled by this VLAN bridging entity.
1.3.111.2.802.1.1.2.1.3.5.1.2IEEE8021BridgePortNumbernot-accessiblecurrent
ieee8021BridgePortDecodingPriorityCodePointRow
OBJECT-TYPE
The specific row in Table 6-2 (6.9.3) indicating the PCP.
1.3.111.2.802.1.1.2.1.3.5.1.3IEEE8021PriorityCodePointnot-accessiblecurrent
ieee8021BridgePortDecodingPriorityCodePoint
OBJECT-TYPE
The specific PCP value in Table 6-2 (6.9.3).
1.3.111.2.802.1.1.2.1.3.5.1.4Integer32 (0..7)not-accessiblecurrent
ieee8021BridgePortDecodingPriority
OBJECT-TYPE
The specific priority value in Table 6-2 (6.9.3).
1.3.111.2.802.1.1.2.1.3.5.1.5IEEE8021PriorityValueread-writecurrent
ieee8021BridgePortDecodingDropEligible
OBJECT-TYPE
The drop eligibility value in Table 6-3 (6.9.3).
1.3.111.2.802.1.1.2.1.3.5.1.6TruthValueread-writecurrent
ieee8021BridgePortEncodingTable
OBJECT-TYPE
A table that contains information about Priority Code Point Decoding Table for a Port of a provider Bridge. Alternative values for each table are specified as rows in Table 6-2 (6.9.3), with each alternative labeled by the number of distinct priorities that can be communicated, and the number of these for which drop precedence can be communicated. All writable objects in this table MUST be persistent over power up restart/reboot.
1.3.111.2.802.1.1.2.1.3.6not-accessiblecurrent
ieee8021BridgePortEncodingEntry
OBJECT-TYPE
A list of objects containing Priority Code Point Encoding information for a port of a provider Bridge.
1.3.111.2.802.1.1.2.1.3.6.1not-accessiblecurrent
ieee8021BridgePortEncodingComponentId
OBJECT-TYPE
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
1.3.111.2.802.1.1.2.1.3.6.1.1IEEE8021PbbComponentIdentifiernot-accessiblecurrent
ieee8021BridgePortEncodingPortNum
OBJECT-TYPE
A unique identifier of a port controlled by this VLAN bridging entity.
1.3.111.2.802.1.1.2.1.3.6.1.2IEEE8021BridgePortNumbernot-accessiblecurrent
ieee8021BridgePortEncodingPriorityCodePointRow
OBJECT-TYPE
The specific row in Table 6-2 (6.9.3) indicating the PCP row. (i.e., 8P0D, 7P1D, 6P2D, 5P3D)
1.3.111.2.802.1.1.2.1.3.6.1.3IEEE8021PriorityCodePointnot-accessiblecurrent
ieee8021BridgePortEncodingPriorityCodePoint
OBJECT-TYPE
The specific row in Table 6-2 (6.9.3) indicating the PCP. (i.e., 0,1,2,3,4,5,6,7).
1.3.111.2.802.1.1.2.1.3.6.1.4Integer32 (0..7)not-accessiblecurrent
ieee8021BridgePortEncodingDropEligible
OBJECT-TYPE
The specific row in Table 6-2 (6.9.3) indicating the drop eligibility. A value of true(1) means eligible for drop.
1.3.111.2.802.1.1.2.1.3.6.1.5TruthValuenot-accessiblecurrent
ieee8021BridgePortEncodingPriority
OBJECT-TYPE
The encoding priority in Table 6-2 (6.9.3).
1.3.111.2.802.1.1.2.1.3.6.1.6IEEE8021PriorityValueread-writecurrent
ieee8021BridgeServiceAccessPriorityTable
OBJECT-TYPE
A table that contains information about the Service Access Priority Selection function for a provider Bridge. The use of this table enables a mechanism for a Customer Bridge attached to a Provider Bridged Network to request priority handling of frames. All writable objects in this table MUST be persistent over power up restart/reboot.
1.3.111.2.802.1.1.2.1.3.7not-accessiblecurrent
ieee8021BridgeServiceAccessPriorityEntry
OBJECT-TYPE
A list of objects containing information about the Service Access Priority Selection function for a provider Bridge.
1.3.111.2.802.1.1.2.1.3.7.1not-accessiblecurrent
ieee8021BridgeServiceAccessPriorityComponentId
OBJECT-TYPE
The component identifier is used to distinguish between the multiple virtual Bridge instances within a PBB. In simple situations where there is only a single component the default value is 1.
1.3.111.2.802.1.1.2.1.3.7.1.1IEEE8021PbbComponentIdentifiernot-accessiblecurrent
ieee8021BridgeServiceAccessPriorityPortNum
OBJECT-TYPE
A unique identifier of a port controlled by this VLAN bridging entity.
1.3.111.2.802.1.1.2.1.3.7.1.2IEEE8021BridgePortNumbernot-accessiblecurrent
ieee8021BridgeServiceAccessPriorityReceived
OBJECT-TYPE
The default received priority value in Table 6-4. (i.e., 0,1,2,3,4,5,6,7)
1.3.111.2.802.1.1.2.1.3.7.1.3IEEE8021PriorityValuenot-accessiblecurrent
ieee8021BridgeServiceAccessPriorityValue
OBJECT-TYPE
The regenerated priority value in Table 6-4. (i.e., 0,1,2,3,4,5,6,7)
1.3.111.2.802.1.1.2.1.3.7.1.4IEEE8021PriorityValueread-writecurrent
ieee8021BridgeMrp
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1.4
ieee8021BridgePortMrpTable
OBJECT-TYPE
A table of MRP control information about every Bridge port. This is indexed by ieee8021BridgeBasePortComponentId and ieee8021BridgeBasePort.
1.3.111.2.802.1.1.2.1.4.1not-accessiblecurrent
ieee8021BridgePortMrpEntry
OBJECT-TYPE
MRP control information for a Bridge Port.
1.3.111.2.802.1.1.2.1.4.1.1not-accessiblecurrent
ieee8021BridgePortMrpJoinTime
OBJECT-TYPE
The MRP Join time, in centiseconds. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.4.1.1.1TimeIntervalread-writecurrent
ieee8021BridgePortMrpLeaveTime
OBJECT-TYPE
The MRP Leave time, in centiseconds. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.4.1.1.2TimeIntervalread-writecurrent
ieee8021BridgePortMrpLeaveAllTime
OBJECT-TYPE
The MRP LeaveAll time, in centiseconds. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.4.1.1.3TimeIntervalread-writecurrent
ieee8021BridgeMmrp
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1.5
ieee8021BridgePortMmrpTable
OBJECT-TYPE
A table of MMRP control and status information about every Bridge Port. Augments the ieee8021BridgeBasePortTable.
1.3.111.2.802.1.1.2.1.5.1not-accessiblecurrent
ieee8021BridgePortMmrpEntry
OBJECT-TYPE
MMRP control and status information for a Bridge Port.
1.3.111.2.802.1.1.2.1.5.1.1not-accessiblecurrent
ieee8021BridgePortMmrpEnabledStatus
OBJECT-TYPE
The administrative state of MMRP operation on this port. The value true(1) indicates that MMRP is enabled on this port in all VLANs as long as ieee8021BridgeMmrpEnabledStatus is also true(1). A value of false(2) indicates that MMRP is disabled on this port in all VLANs: any MMRP packets received will be silently discarded, and no MMRP registrations will be propagated from other ports. Setting this to a value of true(1) will be stored by the agent but will only take effect on the MMRP protocol operation if ieee8021BridgeMmrpEnabledStatus also indicates the value true(1). This object affects all MMRP Applicant and Registrar state machines on this port. A transition from false(2) to true(1) will cause a reset of all MMRP state machines on this port. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.5.1.1.1TruthValueread-writecurrent
ieee8021BridgePortMmrpFailedRegistrations
OBJECT-TYPE
The total number of failed MMRP registrations, for any reason, in all VLANs, on this port.
1.3.111.2.802.1.1.2.1.5.1.1.2Counter64read-onlycurrent
ieee8021BridgePortMmrpLastPduOrigin
OBJECT-TYPE
The Source MAC Address of the last MMRP message received on this port.
1.3.111.2.802.1.1.2.1.5.1.1.3MacAddressread-onlycurrent
ieee8021BridgePortRestrictedGroupRegistration
OBJECT-TYPE
The state of Restricted Group Registration on this port. If the value of this control is true(1), then creation of a new dynamic entry is permitted only if there is a Static Filtering Entry for the VLAN concerned, in which the Registrar Administrative Control value is Normal Registration. The value of this object MUST be retained across reinitializations of the management system.
1.3.111.2.802.1.1.2.1.5.1.1.4TruthValueread-writecurrent
ieee8021BridgeInternalLan
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1.6
ieee8021BridgeILanIfTable
OBJECT-TYPE
This table is a sparse augmentation of ifTable and controls the creation of the I-LAN Interface. An I-LAN Interface is used to create internal connections between Bridge Ports in a 802.1 device. An I-LAN Interfaces can be directly associated with a set of Bridge Ports. An I-LAN Interfaces can also be used as a stacking interface to relate other interfaces before association to Bridge Ports. For example, an I-LAN interface can be created to link traffic between a PIP and a CBP. In this case a CBP is created on the B-Component and the CBP's related IfEntry is stacked upon the IfEntry of the I-LAN. The PIP is stacked upon the I-LAN using the IfStackTable. Finally, a VIP is created on the I-Component and is associated with the PIP, thus completing the path from the I-Component's MAC relay to the CBP on the B-Component. Entries in this table MUST be persistent over power up restart/reboot.
1.3.111.2.802.1.1.2.1.6.1not-accessiblecurrent
ieee8021BridgeILanIfEntry
OBJECT-TYPE
Each entry consists of a Row Status to control creation.
1.3.111.2.802.1.1.2.1.6.1.1not-accessiblecurrent
ieee8021BridgeILanIfRowStatus
OBJECT-TYPE
This object is used to create and delete entries in this table and the Interface table.
1.3.111.2.802.1.1.2.1.6.1.1.1RowStatusread-createcurrent
ieee8021BridgeDot1d
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.1.7
ieee8021BridgeDot1dPortTable
OBJECT-TYPE
This table provides the capability to dynamically create and delete MAC Bridge Ports. Each entry in this table MUST have a corresponding entry in the ieee8021BridgeBasePortTable. Entries in this table MUST be persistent over power up restart/reboot.
1.3.111.2.802.1.1.2.1.7.1not-accessiblecurrent
ieee8021BridgeDot1dPortEntry
OBJECT-TYPE
Each entry consists of a Row Status to control creation.
1.3.111.2.802.1.1.2.1.7.1.1not-accessiblecurrent
ieee8021BridgeDot1dPortRowStatus
OBJECT-TYPE
This object is used to create and delete entries in this table and the ieee8021BridgeBasePortTable.
1.3.111.2.802.1.1.2.1.7.1.1.1RowStatusread-createcurrent
ieee8021BridgeConformance
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.2
ieee8021BridgeCompliances
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.2.1
ieee8021BridgeGroups
OBJECT-IDENTITY
1.3.111.2.802.1.1.2.2.2

Conformance

NameOIDStatus
ieee8021BridgeCompliance
MODULE-COMPLIANCE
The compliance statement for devices supporting VLAN-unaware bridging services as defined in IEEE Std 802.1Q. Such devices support path cost values of 32-bits, and Bridge and port priority values are more restricted than in IEEE Std 802.1D-1995. Full support for the IEEE 802.1Q management objects requires implementation of the objects listed in the systemGroup from the SNMPv2-MIB [RFC3418], as well as the objects listed in the ifGeneralInformationGroup from the IF-MIB [RFC2863].
1.3.111.2.802.1.1.2.2.1.1current
ieee8021BridgePriorityAndMulticastFilteringCompliance
MODULE-COMPLIANCE
The compliance statement for device support of Priority and Multicast Filtering extended bridging services.
1.3.111.2.802.1.1.2.2.1.2deprecated
ieee8021BridgeCompliance1
MODULE-COMPLIANCE
The compliance statement for devices supporting VLAN-unaware bridging services as defined in IEEE Std 802.1Q. Such devices support path cost values of 32-bits, and Bridge and port priority values are more restricted than in IEEE Std 802.1D-1995. Full support for the IEEE 802.1Q management objects requires implementation of the objects listed in the systemGroup from the SNMPv2-MIB [RFC3418], as well as the objects listed in the ifGeneralInformationGroup from the IF-MIB [RFC2863].
1.3.111.2.802.1.1.2.2.1.3current
ieee8021BridgeBaseBridgeGroup
OBJECT-GROUP
Bridge level information for this device.
1.3.111.2.802.1.1.2.2.2.1current
ieee8021BridgeBasePortGroup
OBJECT-GROUP
Information for each port on this device.
1.3.111.2.802.1.1.2.2.2.2current
ieee8021BridgeCapGroup
OBJECT-GROUP
A collection of objects indicating the optional capabilities of the device.
1.3.111.2.802.1.1.2.2.2.3current
ieee8021BridgeDeviceMmrpGroup
OBJECT-GROUP
A collection of objects providing device-level control for the Multicast Filtering extended Bridge services.
1.3.111.2.802.1.1.2.2.2.4current
ieee8021BridgeTpPortGroup
OBJECT-GROUP
Dynamic Filtering Database information for each port of the Bridge.
1.3.111.2.802.1.1.2.2.2.6current
ieee8021BridgeDevicePriorityGroup
OBJECT-GROUP
A collection of objects providing device-level control for the Priority services.
1.3.111.2.802.1.1.2.2.2.7current
ieee8021BridgeDefaultPriorityGroup
OBJECT-GROUP
A collection of objects defining the priority applicable to each port for media that do not support native priority.
1.3.111.2.802.1.1.2.2.2.8current
ieee8021BridgeRegenPriorityGroup
OBJECT-GROUP
A collection of objects defining the User Priorities applicable to each port for media that support native priority.
1.3.111.2.802.1.1.2.2.2.9current
ieee8021BridgePriorityGroup
OBJECT-GROUP
A collection of objects defining the traffic classes within a Bridge for each evaluated priority.
1.3.111.2.802.1.1.2.2.2.10current
ieee8021BridgeAccessPriorityGroup
OBJECT-GROUP
A collection of objects defining the media-dependent outbound access level for each priority.
1.3.111.2.802.1.1.2.2.2.11current
ieee8021BridgePortMrpGroup
OBJECT-GROUP
A collection of objects providing port level control and status information for MRP operation.
1.3.111.2.802.1.1.2.2.2.12current
ieee8021BridgePortMmrpGroup
OBJECT-GROUP
A collection of objects providing port level control and status information for MMRP operation.
1.3.111.2.802.1.1.2.2.2.13deprecated
ieee8021BridgePortDecodingGroup
OBJECT-GROUP
A collection of objects providing statistics counters for decoding priority and drop eligibility for Bridge Ports.
1.3.111.2.802.1.1.2.2.2.14current
ieee8021BridgePortEncodingGroup
OBJECT-GROUP
A collection of objects providing statistics counters for encoding priority and drop eligibility for Bridge Ports.
1.3.111.2.802.1.1.2.2.2.15current
ieee8021BridgeServiceAccessPriorityGroup
OBJECT-GROUP
A collection of objects providing statistics counters for service access priority.
1.3.111.2.802.1.1.2.2.2.16current
ieee8021BridgeInternalLANGroup
OBJECT-GROUP
A collection of objects providing control of internal LAN configuration.
1.3.111.2.802.1.1.2.2.2.17current
ieee8021BridgeCreatableBaseBridgeGroup
OBJECT-GROUP
Controls the management system directed creation of Bridge Components.
1.3.111.2.802.1.1.2.2.2.18current
ieee8021BridgeDot1dDynamicPortCreationGroup
OBJECT-GROUP
A collection of objects providing dynamic creation and deletion of MAC Bridge Ports.
1.3.111.2.802.1.1.2.2.2.19current
ieee8021BridgeBaseIfToPortGroup
OBJECT-GROUP
A collection of objects providing a map between interface index and component ID and Bridge Ports.
1.3.111.2.802.1.1.2.2.2.20current
ieee8021BridgePhyPortGroup
OBJECT-GROUP
The collection of objects used to represent a ISS port management objects.
1.3.111.2.802.1.1.2.2.2.21current