Q-BRIDGE-MIB

File: Q-BRIDGE-MIB.mib (86999 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF BRIDGE-MIB P-BRIDGE-MIB
RMON2-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Counter64 Unsigned32 TimeTicks
Integer32 RowStatus TruthValue
TEXTUAL-CONVENTION MacAddress SnmpAdminString
MODULE-COMPLIANCE OBJECT-GROUP dot1dBridge
dot1dBasePortEntry dot1dBasePort EnabledStatus
TimeFilter

Defined Types

PortList  
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1', then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING  

VlanIndex  
A value used to index per-VLAN tables: values of 0 and 4095 are not permitted. If the value is between 1 and 4094 inclusive, it represents an IEEE 802.1Q VLAN-ID with global scope within a given bridged domain (see VlanId textual convention). If the value is greater than 4095, then it represents a VLAN with scope local to the particular agent, i.e., one without a global VLAN-ID assigned to it. Such VLANs are outside the scope of IEEE 802.1Q, but it is convenient to be able to manage them in the same way using this MIB.
TEXTUAL-CONVENTION    
  Unsigned32  

VlanId  
The VLAN-ID that uniquely identifies a VLAN. This is the 12-bit VLAN-ID used in the VLAN Tag header. The range is defined by the REFERENCEd specification.
TEXTUAL-CONVENTION    
  Integer32 1..4094  

VlanIdOrAny  
The VLAN-ID that uniquely identifies a specific VLAN, or any VLAN. The special value of 4095 is used to indicate a wildcard, i.e., any VLAN. This can be used in any situation where an object or table entry must refer either to a specific VLAN or to any VLAN. Note that a MIB object that is defined using this TEXTUAL-CONVENTION should clarify the meaning of 'any VLAN' (i.e., the special value 4095).
TEXTUAL-CONVENTION    
  Integer32 1..4094 | 4095  

VlanIdOrNone  
The VLAN-ID that uniquely identifies a specific VLAN, or no VLAN. The special value of zero is used to indicate that no VLAN-ID is present or used. This can be used in any situation where an object or a table entry must refer either to a specific VLAN, or to no VLAN. Note that a MIB object that is defined using this TEXTUAL-CONVENTION should clarify the meaning of 'no VLAN' (i.e., the special value 0).
TEXTUAL-CONVENTION    
  Integer32 0 | 1..4094  

VlanIdOrAnyOrNone  
The VLAN-ID that uniquely identifies a specific VLAN, any VLAN, or no VLAN. The special values 0 and 4095 have the same meaning as described in the VlanIdOrAny and VlanIdOrNone TEXTUAL-CONVENTIONs. Note that a MIB object that is defined using this TEXTUAL-CONVENTION should clarify the meaning of 'any VLAN' and 'no VLAN' (i.e., the special values 0 and 4095).
TEXTUAL-CONVENTION    
  Integer32 0 | 1..4094 | 4095  

Dot1qFdbEntry  
SEQUENCE    
  dot1qFdbId Unsigned32
  dot1qFdbDynamicCount Counter32

Dot1qTpFdbEntry  
SEQUENCE    
  dot1qTpFdbAddress MacAddress
  dot1qTpFdbPort Integer32
  dot1qTpFdbStatus INTEGER

Dot1qTpGroupEntry  
SEQUENCE    
  dot1qTpGroupAddress MacAddress
  dot1qTpGroupEgressPorts PortList
  dot1qTpGroupLearnt PortList

Dot1qForwardAllEntry  
SEQUENCE    
  dot1qForwardAllPorts PortList
  dot1qForwardAllStaticPorts PortList
  dot1qForwardAllForbiddenPorts PortList

Dot1qForwardUnregisteredEntry  
SEQUENCE    
  dot1qForwardUnregisteredPorts PortList
  dot1qForwardUnregisteredStaticPorts PortList
  dot1qForwardUnregisteredForbiddenPorts PortList

Dot1qStaticUnicastEntry  
SEQUENCE    
  dot1qStaticUnicastAddress MacAddress
  dot1qStaticUnicastReceivePort Integer32
  dot1qStaticUnicastAllowedToGoTo PortList
  dot1qStaticUnicastStatus INTEGER

Dot1qStaticMulticastEntry  
SEQUENCE    
  dot1qStaticMulticastAddress MacAddress
  dot1qStaticMulticastReceivePort Integer32
  dot1qStaticMulticastStaticEgressPorts PortList
  dot1qStaticMulticastForbiddenEgressPorts PortList
  dot1qStaticMulticastStatus INTEGER

Dot1qVlanCurrentEntry  
SEQUENCE    
  dot1qVlanTimeMark TimeFilter
  dot1qVlanIndex VlanIndex
  dot1qVlanFdbId Unsigned32
  dot1qVlanCurrentEgressPorts PortList
  dot1qVlanCurrentUntaggedPorts PortList
  dot1qVlanStatus INTEGER
  dot1qVlanCreationTime TimeTicks

Dot1qVlanStaticEntry  
SEQUENCE    
  dot1qVlanStaticName SnmpAdminString
  dot1qVlanStaticEgressPorts PortList
  dot1qVlanForbiddenEgressPorts PortList
  dot1qVlanStaticUntaggedPorts PortList
  dot1qVlanStaticRowStatus RowStatus

Dot1qPortVlanEntry  
SEQUENCE    
  dot1qPvid VlanIndex
  dot1qPortAcceptableFrameTypes INTEGER
  dot1qPortIngressFiltering TruthValue
  dot1qPortGvrpStatus EnabledStatus
  dot1qPortGvrpFailedRegistrations Counter32
  dot1qPortGvrpLastPduOrigin MacAddress
  dot1qPortRestrictedVlanRegistration TruthValue

Dot1qPortVlanStatisticsEntry  
SEQUENCE    
  dot1qTpVlanPortInFrames Counter32
  dot1qTpVlanPortOutFrames Counter32
  dot1qTpVlanPortInDiscards Counter32
  dot1qTpVlanPortInOverflowFrames Counter32
  dot1qTpVlanPortOutOverflowFrames Counter32
  dot1qTpVlanPortInOverflowDiscards Counter32

Dot1qPortVlanHCStatisticsEntry  
SEQUENCE    
  dot1qTpVlanPortHCInFrames Counter64
  dot1qTpVlanPortHCOutFrames Counter64
  dot1qTpVlanPortHCInDiscards Counter64

Dot1qLearningConstraintsEntry  
SEQUENCE    
  dot1qConstraintVlan VlanIndex
  dot1qConstraintSet Integer32
  dot1qConstraintType INTEGER
  dot1qConstraintStatus RowStatus

Dot1vProtocolGroupEntry  
SEQUENCE    
  dot1vProtocolTemplateFrameType INTEGER
  dot1vProtocolTemplateProtocolValue OCTET STRING
  dot1vProtocolGroupId Integer32
  dot1vProtocolGroupRowStatus RowStatus

Dot1vProtocolPortEntry  
SEQUENCE    
  dot1vProtocolPortGroupId Integer32
  dot1vProtocolPortGroupVid Integer32
  dot1vProtocolPortRowStatus RowStatus

Defined Values

qBridgeMIB 5.1.17.7
The VLAN Bridge MIB module for managing Virtual Bridged Local Area Networks, as defined by IEEE 802.1Q-2003, including Restricted Vlan Registration defined by IEEE 802.1u-2001 and Vlan Classification defined by IEEE 802.1v-2001. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4363; See the RFC itself for full legal notices.
MODULE-IDENTITY    

qBridgeMIBObjects 5.1.17.7.1
OBJECT IDENTIFIER    

dot1qBase 5.1.17.7.1.1
OBJECT IDENTIFIER    

dot1qTp 5.1.17.7.1.2
OBJECT IDENTIFIER    

dot1qStatic 5.1.17.7.1.3
OBJECT IDENTIFIER    

dot1qVlan 5.1.17.7.1.4
OBJECT IDENTIFIER    

dot1vProtocol 5.1.17.7.1.5
OBJECT IDENTIFIER    

dot1qVlanVersionNumber 5.1.17.7.1.1.1
The version number of IEEE 802.1Q that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER version1(1)  

dot1qMaxVlanId 5.1.17.7.1.1.2
The maximum IEEE 802.1Q VLAN-ID that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

dot1qMaxSupportedVlans 5.1.17.7.1.1.3
The maximum number of IEEE 802.1Q VLANs that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot1qNumVlans 5.1.17.7.1.1.4
The current number of IEEE 802.1Q VLANs that are configured in this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot1qGvrpStatus 5.1.17.7.1.1.5
The administrative status requested by management for GVRP. The value enabled(1) indicates that GVRP should be enabled on this device, on all ports for which it has not been specifically disabled. When disabled(2), GVRP is disabled on all ports, and all GVRP packets will be forwarded transparently. This object affects all GVRP Applicant and Registrar state machines. A transition from disabled(2) to enabled(1) will cause a reset of all GVRP state machines on all ports. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

dot1qFdbTable 5.1.17.7.1.2.1
A table that contains configuration and control information for each Filtering Database currently operating on this device. Entries in this table appear automatically when VLANs are assigned FDB IDs in the dot1qVlanCurrentTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qFdbEntry

dot1qFdbEntry 5.1.17.7.1.2.1.1
Information about a specific Filtering Database.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qFdbEntry  

dot1qFdbId 5.1.17.7.1.2.1.1.1
The identity of this Filtering Database.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot1qFdbDynamicCount 5.1.17.7.1.2.1.1.2
The current number of dynamic entries in this Filtering Database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qTpFdbTable 5.1.17.7.1.2.2
A table that contains information about unicast entries for which the device has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qTpFdbEntry

dot1qTpFdbEntry 5.1.17.7.1.2.2.1
Information about a specific unicast MAC address for which the device has some forwarding and/or filtering information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qTpFdbEntry  

dot1qTpFdbAddress 5.1.17.7.1.2.2.1.1
A unicast MAC address for which the device has forwarding and/or filtering information.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot1qTpFdbPort 5.1.17.7.1.2.2.1.2
Either 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 dot1qTpFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the device does have some forwarding/filtering information about this address (e.g., in the dot1qStaticUnicastTable). Implementors are encouraged to assign the port value to this object whenever it is learned, even for addresses for which the corresponding value of dot1qTpFdbStatus is not learned(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

dot1qTpFdbStatus 5.1.17.7.1.2.2.1.3
The status of this entry. The meanings of the values are: other(1) - none of the following. This may include the case where some other MIB object (not the corresponding instance of dot1qTpFdbPort, nor an entry in the dot1qStaticUnicastTable) is being used to determine if and how frames addressed to the value of the corresponding instance of dot1qTpFdbAddress are being forwarded. invalid(2) - this entry is no longer valid (e.g., it was learned but has since aged out), but has not yet been flushed from the table. learned(3) - the value of the corresponding instance of dot1qTpFdbPort was learned and is being used. self(4) - the value of the corresponding instance of dot1qTpFdbAddress represents one of the device's addresses. The corresponding instance of dot1qTpFdbPort indicates which of the device's ports has this address. mgmt(5) - the value of the corresponding instance of dot1qTpFdbAddress is also the value of an existing instance of dot1qStaticAddress.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), learned(3), self(4), mgmt(5)  

dot1qTpGroupTable 5.1.17.7.1.2.3
A table containing filtering information for VLANs configured into the bridge by (local or network) management, or learned dynamically, specifying the set of ports to which frames received on a VLAN for this FDB and containing a specific Group destination address are allowed to be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qTpGroupEntry

dot1qTpGroupEntry 5.1.17.7.1.2.3.1
Filtering information configured into the bridge by management, or learned dynamically, specifying the set of ports to which frames received on a VLAN and containing a specific Group destination address are allowed to be forwarded. The subset of these ports learned dynamically is also provided.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qTpGroupEntry  

dot1qTpGroupAddress 5.1.17.7.1.2.3.1.1
The destination Group MAC address in a frame to which this entry's filtering information applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot1qTpGroupEgressPorts 5.1.17.7.1.2.3.1.2
The complete set of ports, in this VLAN, to which frames destined for this Group MAC address are currently being explicitly forwarded. This does not include ports for which this address is only implicitly forwarded, in the dot1qForwardAllPorts list.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qTpGroupLearnt 5.1.17.7.1.2.3.1.3
The subset of ports in dot1qTpGroupEgressPorts that were learned by GMRP or some other dynamic mechanism, in this Filtering database.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qForwardAllTable 5.1.17.7.1.2.4
A table containing forwarding information for each VLAN, specifying the set of ports to which forwarding of all multicasts applies, configured statically by management or dynamically by GMRP. An entry appears in this table for all VLANs that are currently instantiated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qForwardAllEntry

dot1qForwardAllEntry 5.1.17.7.1.2.4.1
Forwarding information for a VLAN, specifying the set of ports to which all multicasts should be forwarded, configured statically by management or dynamically by GMRP.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qForwardAllEntry  

dot1qForwardAllPorts 5.1.17.7.1.2.4.1.1
The complete set of ports in this VLAN to which all multicast group-addressed frames are to be forwarded. This includes ports for which this need has been determined dynamically by GMRP, or configured statically by management.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qForwardAllStaticPorts 5.1.17.7.1.2.4.1.2
The set of ports configured by management in this VLAN to which all multicast group-addressed frames are to be forwarded. Ports entered in this list will also appear in the complete set shown by dot1qForwardAllPorts. This value will be restored after the device is reset. This only applies to ports that are members of the VLAN, defined by dot1qVlanCurrentEgressPorts. A port may not be added in this set if it is already a member of the set of ports in dot1qForwardAllForbiddenPorts. The default value is a string of ones of appropriate length, to indicate the standard behaviour of using basic filtering services, i.e., forward all multicasts to all ports. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dot1qForwardAllForbiddenPorts 5.1.17.7.1.2.4.1.3
The set of ports configured by management in this VLAN for which the Service Requirement attribute Forward All Multicast Groups may not be dynamically registered by GMRP. This value will be restored after the device is reset. A port may not be added in this set if it is already a member of the set of ports in dot1qForwardAllStaticPorts. The default value is a string of zeros of appropriate length. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dot1qForwardUnregisteredTable 5.1.17.7.1.2.5
A table containing forwarding information for each VLAN, specifying the set of ports to which forwarding of multicast group-addressed frames for which no more specific forwarding information applies. This is configured statically by management and determined dynamically by GMRP. An entry appears in this table for all VLANs that are currently instantiated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qForwardUnregisteredEntry

dot1qForwardUnregisteredEntry 5.1.17.7.1.2.5.1
Forwarding information for a VLAN, specifying the set of ports to which all multicasts for which there is no more specific forwarding information shall be forwarded. This is configured statically by management or dynamically by GMRP.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qForwardUnregisteredEntry  

dot1qForwardUnregisteredPorts 5.1.17.7.1.2.5.1.1
The complete set of ports in this VLAN to which multicast group-addressed frames for which there is no more specific forwarding information will be forwarded. This includes ports for which this need has been determined dynamically by GMRP, or configured statically by management.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qForwardUnregisteredStaticPorts 5.1.17.7.1.2.5.1.2
The set of ports configured by management, in this VLAN, to which multicast group-addressed frames for which there is no more specific forwarding information are to be forwarded. Ports entered in this list will also appear in the complete set shown by dot1qForwardUnregisteredPorts. This value will be restored after the device is reset. A port may not be added in this set if it is already a member of the set of ports in dot1qForwardUnregisteredForbiddenPorts. The default value is a string of zeros of appropriate length, although this has no effect with the default value of dot1qForwardAllStaticPorts. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dot1qForwardUnregisteredForbiddenPorts 5.1.17.7.1.2.5.1.3
The set of ports configured by management in this VLAN for which the Service Requirement attribute Forward Unregistered Multicast Groups may not be dynamically registered by GMRP. This value will be restored after the device is reset. A port may not be added in this set if it is already a member of the set of ports in dot1qForwardUnregisteredStaticPorts. The default value is a string of zeros of appropriate length. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dot1qStaticUnicastTable 5.1.17.7.1.3.1
A table containing filtering information for Unicast MAC addresses for each Filtering Database, configured into the device by (local or network) management specifying the set of ports to which frames received from specific ports and containing specific unicast destination addresses are allowed to be forwarded. A value of zero in this table (as the port number from which frames with a specific destination address are received) is used to specify all ports for which there is no specific entry in this table for that particular destination address. Entries are valid for unicast addresses only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qStaticUnicastEntry

dot1qStaticUnicastEntry 5.1.17.7.1.3.1.1
Filtering information configured into the device by (local or network) management specifying the set of ports to which frames received from a specific port and containing a specific unicast destination address are allowed to be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qStaticUnicastEntry  

dot1qStaticUnicastAddress 5.1.17.7.1.3.1.1.1
The destination MAC address in a frame to which this entry's filtering information applies. This object must take the value of a unicast address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot1qStaticUnicastReceivePort 5.1.17.7.1.3.1.1.2
Either the value '0' or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the device for which there is no other applicable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dot1qStaticUnicastAllowedToGoTo 5.1.17.7.1.3.1.1.3
The set of ports for which a frame with a specific unicast address will be flooded in the event that it has not been learned. It also specifies the set of ports on which a specific unicast address may be dynamically learned. The dot1qTpFdbTable will have an equivalent entry with a dot1qTpFdbPort value of '0' until this address has been learned, at which point it will be updated with the port the address has been seen on. This only applies to ports that are members of the VLAN, defined by dot1qVlanCurrentEgressPorts. The default value of this object is a string of ones of appropriate length. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dot1qStaticUnicastStatus 5.1.17.7.1.3.1.1.4
This object indicates the status of this entry. other(1) - this entry is currently in use, but the conditions under which it will remain so differ from the following values. invalid(2) - writing this value to the object removes the corresponding entry. permanent(3) - this entry is currently in use and will remain so after the next reset of the bridge. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the bridge. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), permanent(3), deleteOnReset(4), deleteOnTimeout(5)  

dot1qStaticMulticastTable 5.1.17.7.1.3.2
A table containing filtering information for Multicast and Broadcast MAC addresses for each VLAN, configured into the device by (local or network) management specifying the set of ports to which frames received from specific ports and containing specific Multicast and Broadcast destination addresses are allowed to be forwarded. A value of zero in this table (as the port number from which frames with a specific destination address are received) is used to specify all ports for which there is no specific entry in this table for that particular destination address. Entries are valid for Multicast and Broadcast addresses only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qStaticMulticastEntry

dot1qStaticMulticastEntry 5.1.17.7.1.3.2.1
Filtering information configured into the device by (local or network) management specifying the set of ports to which frames received from this specific port for this VLAN and containing this Multicast or Broadcast destination address are allowed to be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qStaticMulticastEntry  

dot1qStaticMulticastAddress 5.1.17.7.1.3.2.1.1
The destination MAC address in a frame to which this entry's filtering information applies. This object must take the value of a Multicast or Broadcast address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot1qStaticMulticastReceivePort 5.1.17.7.1.3.2.1.2
Either the value '0' or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the device for which there is no other applicable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dot1qStaticMulticastStaticEgressPorts 5.1.17.7.1.3.2.1.3
The set of ports to which frames received from a specific port and destined for a specific Multicast or Broadcast MAC address must be forwarded, regardless of any dynamic information, e.g., from GMRP. A port may not be added in this set if it is already a member of the set of ports in dot1qStaticMulticastForbiddenEgressPorts. The default value of this object is a string of ones of appropriate length. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dot1qStaticMulticastForbiddenEgressPorts 5.1.17.7.1.3.2.1.4
The set of ports to which frames received from a specific port and destined for a specific Multicast or Broadcast MAC address must not be forwarded, regardless of any dynamic information, e.g., from GMRP. A port may not be added in this set if it is already a member of the set of ports in dot1qStaticMulticastStaticEgressPorts. The default value of this object is a string of zeros of appropriate length. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dot1qStaticMulticastStatus 5.1.17.7.1.3.2.1.5
This object indicates the status of this entry. other(1) - this entry is currently in use, but the conditions under which it will remain so differ from the following values. invalid(2) - writing this value to the object removes the corresponding entry. permanent(3) - this entry is currently in use and will remain so after the next reset of the bridge. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the bridge. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), permanent(3), deleteOnReset(4), deleteOnTimeout(5)  

dot1qVlanNumDeletes 5.1.17.7.1.4.1
The number of times a VLAN entry has been deleted from the dot1qVlanCurrentTable (for any reason). If an entry is deleted, then inserted, and then deleted, this counter will be incremented by 2.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qVlanCurrentTable 5.1.17.7.1.4.2
A table containing current configuration information for each VLAN currently configured into the device by (local or network) management, or dynamically created as a result of GVRP requests received.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qVlanCurrentEntry

dot1qVlanCurrentEntry 5.1.17.7.1.4.2.1
Information for a VLAN configured into the device by (local or network) management, or dynamically created as a result of GVRP requests received.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qVlanCurrentEntry  

dot1qVlanTimeMark 5.1.17.7.1.4.2.1.1
A TimeFilter for this entry. See the TimeFilter textual convention to see how this works.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeFilter  

dot1qVlanIndex 5.1.17.7.1.4.2.1.2
The VLAN-ID or other identifier referring to this VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

dot1qVlanFdbId 5.1.17.7.1.4.2.1.3
The Filtering Database used by this VLAN. This is one of the dot1qFdbId values in the dot1qFdbTable. This value is allocated automatically by the device whenever the VLAN is created: either dynamically by GVRP, or by management, in dot1qVlanStaticTable. Allocation of this value follows the learning constraints defined for this VLAN in dot1qLearningConstraintsTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot1qVlanCurrentEgressPorts 5.1.17.7.1.4.2.1.4
The set of ports that are transmitting traffic for this VLAN as either tagged or untagged frames.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qVlanCurrentUntaggedPorts 5.1.17.7.1.4.2.1.5
The set of ports that are transmitting traffic for this VLAN as untagged frames.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qVlanStatus 5.1.17.7.1.4.2.1.6
This object indicates the status of this entry. other(1) - this entry is currently in use, but the conditions under which it will remain so differ from the following values. permanent(2) - this entry, corresponding to an entry in dot1qVlanStaticTable, is currently in use and will remain so after the next reset of the device. The port lists for this entry include ports from the equivalent dot1qVlanStaticTable entry and ports learned dynamically. dynamicGvrp(3) - this entry is currently in use and will remain so until removed by GVRP. There is no static entry for this VLAN, and it will be removed when the last port leaves the VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), permanent(2), dynamicGvrp(3)  

dot1qVlanCreationTime 5.1.17.7.1.4.2.1.7
The value of sysUpTime when this VLAN was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

dot1qVlanStaticTable 5.1.17.7.1.4.3
A table containing static configuration information for each VLAN configured into the device by (local or network) management. All entries are permanent and will be restored after the device is reset.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qVlanStaticEntry

dot1qVlanStaticEntry 5.1.17.7.1.4.3.1
Static information for a VLAN configured into the device by (local or network) management.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qVlanStaticEntry  

dot1qVlanStaticName 5.1.17.7.1.4.3.1.1
An administratively assigned string, which may be used to identify the VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

dot1qVlanStaticEgressPorts 5.1.17.7.1.4.3.1.2
The set of ports that are permanently assigned to the egress list for this VLAN by management. Changes to a bit in this object affect the per-port, per-VLAN Registrar control for Registration Fixed for the relevant GVRP state machine on each port. A port may not be added in this set if it is already a member of the set of ports in dot1qVlanForbiddenEgressPorts. The default value of this object is a string of zeros of appropriate length, indicating not fixed.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

dot1qVlanForbiddenEgressPorts 5.1.17.7.1.4.3.1.3
The set of ports that are prohibited by management from being included in the egress list for this VLAN. Changes to this object that cause a port to be included or excluded affect the per-port, per-VLAN Registrar control for Registration Forbidden for the relevant GVRP state machine on each port. A port may not be added in this set if it is already a member of the set of ports in dot1qVlanStaticEgressPorts. The default value of this object is a string of zeros of appropriate length, excluding all ports from the forbidden set.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

dot1qVlanStaticUntaggedPorts 5.1.17.7.1.4.3.1.4
The set of ports that should transmit egress packets for this VLAN as untagged. The default value of this object for the default VLAN (dot1qVlanIndex = 1) is a string of appropriate length including all ports. There is no specified default for other VLANs. If a device agent cannot support the set of ports being set, then it will reject the set operation with an error. For example, a manager might attempt to set more than one VLAN to be untagged on egress where the device does not support this IEEE 802.1Q option.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

dot1qVlanStaticRowStatus 5.1.17.7.1.4.3.1.5
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dot1qNextFreeLocalVlanIndex 5.1.17.7.1.4.4
The next available value for dot1qVlanIndex of a local VLAN entry in dot1qVlanStaticTable. This will report values >=4096 if a new Local VLAN may be created or else the value 0 if this is not possible. A row creation operation in this table for an entry with a local VlanIndex value may fail if the current value of this object is not used as the index. Even if the value read is used, there is no guarantee that it will still be the valid index when the create operation is attempted; another manager may have already got in during the intervening time interval. In this case, dot1qNextFreeLocalVlanIndex should be re-read and the creation re-tried with the new value. This value will automatically change when the current value is used to create a new row.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 4096..2147483647  

dot1qPortVlanTable 5.1.17.7.1.4.5
A table containing per-port control and status information for VLAN configuration in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qPortVlanEntry

dot1qPortVlanEntry 5.1.17.7.1.4.5.1
Information controlling VLAN configuration for a port on the device. This is indexed by dot1dBasePort.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qPortVlanEntry  

dot1qPvid 5.1.17.7.1.4.5.1.1
The PVID, the VLAN-ID assigned to untagged frames or Priority-Tagged frames received on this port. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIndex  

dot1qPortAcceptableFrameTypes 5.1.17.7.1.4.5.1.2
When this is admitOnlyVlanTagged(2), the device will discard untagged frames or Priority-Tagged frames received on this port. When admitAll(1), untagged frames or Priority-Tagged frames received on this port will be accepted and assigned to a VID based on the PVID and VID Set for this port. This control does not affect VLAN-independent Bridge Protocol Data Unit (BPDU) frames, such as GVRP and Spanning Tree Protocol (STP). It does affect VLAN- dependent BPDU frames, such as GMRP. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER admitAll(1), admitOnlyVlanTagged(2)  

dot1qPortIngressFiltering 5.1.17.7.1.4.5.1.3
When this is true(1), the device will discard incoming frames for VLANs that do not include this Port in its Member set. When false(2), the port will accept all incoming frames. This control does not affect VLAN-independent BPDU frames, such as GVRP and STP. It does affect VLAN- dependent BPDU frames, such as GMRP. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1qPortGvrpStatus 5.1.17.7.1.4.5.1.4
The state of GVRP operation on this port. The value enabled(1) indicates that GVRP is enabled on this port, as long as dot1qGvrpStatus is also enabled for this device. When disabled(2) but dot1qGvrpStatus is still enabled for the device, GVRP is disabled on this port: any GVRP packets received will be silently discarded, and no GVRP registrations will be propagated from other ports. This object affects all GVRP Applicant and Registrar state machines on this port. A transition from disabled(2) to enabled(1) will cause a reset of all GVRP state machines on this port. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

dot1qPortGvrpFailedRegistrations 5.1.17.7.1.4.5.1.5
The total number of failed GVRP registrations, for any reason, on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qPortGvrpLastPduOrigin 5.1.17.7.1.4.5.1.6
The Source MAC Address of the last GVRP message received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dot1qPortRestrictedVlanRegistration 5.1.17.7.1.4.5.1.7
The state of Restricted VLAN Registration on this port. If the value of this control is true(1), then creation of a new dynamic VLAN entry is permitted only if there is a Static VLAN Registration Entry for the VLAN concerned, in which the Registrar Administrative Control value for this port is Normal Registration. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1qPortVlanStatisticsTable 5.1.17.7.1.4.6
A table containing per-port, per-VLAN statistics for traffic received. Separate objects are provided for both the most-significant and least-significant bits of statistics counters for ports that are associated with this transparent bridge. The most-significant bit objects are only required on high-capacity interfaces, as defined in the conformance clauses for these objects. This mechanism is provided as a way to read 64-bit counters for agents that support only SNMPv1. Note that the reporting of most-significant and least- significant counter bits separately runs the risk of missing an overflow of the lower bits in the interval between sampling. The manager must be aware of this possibility, even within the same varbindlist, when interpreting the results of a request or asynchronous notification.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qPortVlanStatisticsEntry

dot1qPortVlanStatisticsEntry 5.1.17.7.1.4.6.1
Traffic statistics for a VLAN on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qPortVlanStatisticsEntry  

dot1qTpVlanPortInFrames 5.1.17.7.1.4.6.1.1
The number of valid frames received by this port from its segment that were classified as belonging to this VLAN. Note that a frame received on this port is counted by this object if and only if it is for a protocol being processed by the local forwarding process for this VLAN. This object includes received bridge management frames classified as belonging to this VLAN (e.g., GMRP, but not GVRP or STP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qTpVlanPortOutFrames 5.1.17.7.1.4.6.1.2
The number of valid frames transmitted by this port to its segment from the local forwarding process for this VLAN. This includes bridge management frames originated by this device that are classified as belonging to this VLAN (e.g., GMRP, but not GVRP or STP).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qTpVlanPortInDiscards 5.1.17.7.1.4.6.1.3
The number of valid frames received by this port from its segment that were classified as belonging to this VLAN and that were discarded due to VLAN-related reasons. Specifically, the IEEE 802.1Q counters for Discard Inbound and Discard on Ingress Filtering.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qTpVlanPortInOverflowFrames 5.1.17.7.1.4.6.1.4
The number of times the associated dot1qTpVlanPortInFrames counter has overflowed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qTpVlanPortOutOverflowFrames 5.1.17.7.1.4.6.1.5
The number of times the associated dot1qTpVlanPortOutFrames counter has overflowed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qTpVlanPortInOverflowDiscards 5.1.17.7.1.4.6.1.6
The number of times the associated dot1qTpVlanPortInDiscards counter has overflowed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1qPortVlanHCStatisticsTable 5.1.17.7.1.4.7
A table containing per-port, per-VLAN statistics for traffic on high-capacity interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qPortVlanHCStatisticsEntry

dot1qPortVlanHCStatisticsEntry 5.1.17.7.1.4.7.1
Traffic statistics for a VLAN on a high-capacity interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qPortVlanHCStatisticsEntry  

dot1qTpVlanPortHCInFrames 5.1.17.7.1.4.7.1.1
The number of valid frames received by this port from its segment that were classified as belonging to this VLAN. Note that a frame received on this port is counted by this object if and only if it is for a protocol being processed by the local forwarding process for this VLAN. This object includes received bridge management frames classified as belonging to this VLAN (e.g., GMRP, but not GVRP or STP).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dot1qTpVlanPortHCOutFrames 5.1.17.7.1.4.7.1.2
The number of valid frames transmitted by this port to its segment from the local forwarding process for this VLAN. This includes bridge management frames originated by this device that are classified as belonging to this VLAN (e.g., GMRP, but not GVRP or STP).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dot1qTpVlanPortHCInDiscards 5.1.17.7.1.4.7.1.3
The number of valid frames received by this port from its segment that were classified as belonging to this VLAN and that were discarded due to VLAN-related reasons. Specifically, the IEEE 802.1Q counters for Discard Inbound and Discard on Ingress Filtering.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dot1qLearningConstraintsTable 5.1.17.7.1.4.8
A table containing learning constraints for sets of Shared and Independent VLANs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qLearningConstraintsEntry

dot1qLearningConstraintsEntry 5.1.17.7.1.4.8.1
A learning constraint defined for a VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qLearningConstraintsEntry  

dot1qConstraintVlan 5.1.17.7.1.4.8.1.1
The index of the row in dot1qVlanCurrentTable for the VLAN constrained by this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

dot1qConstraintSet 5.1.17.7.1.4.8.1.2
The identity of the constraint set to which dot1qConstraintVlan belongs. These values may be chosen by the management station.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dot1qConstraintType 5.1.17.7.1.4.8.1.3
The type of constraint this entry defines. independent(1) - the VLAN, dot1qConstraintVlan, uses a filtering database independent from all other VLANs in the same set, defined by dot1qConstraintSet. shared(2) - the VLAN, dot1qConstraintVlan, shares the same filtering database as all other VLANs in the same set, defined by dot1qConstraintSet.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER independent(1), shared(2)  

dot1qConstraintStatus 5.1.17.7.1.4.8.1.4
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dot1qConstraintSetDefault 5.1.17.7.1.4.9
The identity of the constraint set to which a VLAN belongs, if there is not an explicit entry for that VLAN in dot1qLearningConstraintsTable. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

dot1qConstraintTypeDefault 5.1.17.7.1.4.10
The type of constraint set to which a VLAN belongs, if there is not an explicit entry for that VLAN in dot1qLearningConstraintsTable. The types are as defined for dot1qConstraintType. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER independent(1), shared(2)  

dot1vProtocolGroupTable 5.1.17.7.1.5.1
A table that contains mappings from Protocol Templates to Protocol Group Identifiers used for Port-and-Protocol-based VLAN Classification.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1vProtocolGroupEntry

dot1vProtocolGroupEntry 5.1.17.7.1.5.1.1
A mapping from a Protocol Template to a Protocol Group Identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1vProtocolGroupEntry  

dot1vProtocolTemplateFrameType 5.1.17.7.1.5.1.1.1
The data-link encapsulation format or the 'detagged_frame_type' in a Protocol Template.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ethernet(1), rfc1042(2), snap8021H(3), snapOther(4), llcOther(5)  

dot1vProtocolTemplateProtocolValue 5.1.17.7.1.5.1.1.2
The identification of the protocol above the data-link layer in a Protocol Template. Depending on the frame type, the octet string will have one of the following values: For 'ethernet', 'rfc1042' and 'snap8021H', this is the 16-bit (2-octet) IEEE 802.3 Type Field. For 'snapOther', this is the 40-bit (5-octet) PID. For 'llcOther', this is the 2-octet IEEE 802.2 Link Service Access Point (LSAP) pair: first octet for Destination Service Access Point (DSAP) and second octet for Source Service Access Point (SSAP).
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(2|5)  

dot1vProtocolGroupId 5.1.17.7.1.5.1.1.3
Represents a group of protocols that are associated together when assigning a VID to a frame.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

dot1vProtocolGroupRowStatus 5.1.17.7.1.5.1.1.4
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dot1vProtocolPortTable 5.1.17.7.1.5.2
A table that contains VID sets used for Port-and-Protocol-based VLAN Classification.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1vProtocolPortEntry

dot1vProtocolPortEntry 5.1.17.7.1.5.2.1
A VID set for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1vProtocolPortEntry  

dot1vProtocolPortGroupId 5.1.17.7.1.5.2.1.1
Designates a group of protocols in the Protocol Group Database.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

dot1vProtocolPortGroupVid 5.1.17.7.1.5.2.1.2
The VID associated with a group of protocols for each port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..4094  

dot1vProtocolPortRowStatus 5.1.17.7.1.5.2.1.3
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qBridgeConformance 5.1.17.7.2
OBJECT IDENTIFIER    

qBridgeGroups 5.1.17.7.2.1
OBJECT IDENTIFIER    

qBridgeCompliances 5.1.17.7.2.2
OBJECT IDENTIFIER    

qBridgeBaseGroup 5.1.17.7.2.1.1
A collection of objects providing device-level control and status information for the Virtual LAN bridge services.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeFdbUnicastGroup 5.1.17.7.2.1.2
A collection of objects providing information about all unicast addresses, learned dynamically or statically configured by management, in each Filtering Database.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeFdbMulticastGroup 5.1.17.7.2.1.3
A collection of objects providing information about all multicast addresses, learned dynamically or statically configured by management, in each Filtering Database.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeServiceRequirementsGroup 5.1.17.7.2.1.4
A collection of objects providing information about service requirements, learned dynamically or statically configured by management, in each Filtering Database.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeFdbStaticGroup 5.1.17.7.2.1.5
A collection of objects providing information about unicast and multicast addresses statically configured by management, in each Filtering Database or VLAN.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeVlanGroup 5.1.17.7.2.1.6
A collection of objects providing information about all VLANs currently configured on this device.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeVlanStaticGroup 5.1.17.7.2.1.7
A collection of objects providing information about VLANs statically configured by management.
Status: current Access: read-create
OBJECT-GROUP    

qBridgePortGroup 5.1.17.7.2.1.8
A collection of objects providing port-level VLAN control and status information for all ports.
Status: deprecated Access: read-create
OBJECT-GROUP    

qBridgeVlanStatisticsGroup 5.1.17.7.2.1.9
A collection of objects providing per-port packet statistics for all VLANs currently configured on this device.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeVlanStatisticsOverflowGroup 5.1.17.7.2.1.10
A collection of objects providing overflow counters for per-port packet statistics for all VLANs currently configured on this device for high-capacity interfaces, defined as those that have the value of the corresponding instance of ifSpeed greater than 650,000,000 bits/second.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeVlanHCStatisticsGroup 5.1.17.7.2.1.11
A collection of objects providing per-port packet statistics for all VLANs currently configured on this device for high-capacity interfaces, defined as those that have the value of the corresponding instance of ifSpeed greater than 650,000,000 bits/second.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeLearningConstraintsGroup 5.1.17.7.2.1.12
A collection of objects defining the Filtering Database constraints all VLANs have with each other.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeLearningConstraintDefaultGroup 5.1.17.7.2.1.13
A collection of objects defining the default Filtering Database constraints for VLANs that have no specific constraints defined.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeClassificationDeviceGroup 5.1.17.7.2.1.14
VLAN classification information for the bridge.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeClassificationPortGroup 5.1.17.7.2.1.15
VLAN classification information for individual ports.
Status: current Access: read-create
OBJECT-GROUP    

qBridgePortGroup2 5.1.17.7.2.1.16
A collection of objects providing port-level VLAN control and status information for all ports.
Status: current Access: read-create
OBJECT-GROUP    

qBridgeCompliance 5.1.17.7.2.2.1
The compliance statement for device support of Virtual LAN Bridge services. RFC2674 was silent about the expected persistence of the read-write objects in this MIB module. Applications MUST NOT assume that the values of the read-write objects are persistent across reinitializations of the management system and MUST NOT assume that the values are not persistent across reinitializations of the management system.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

qBridgeCompliance2 5.1.17.7.2.2.2
The compliance statement for device support of Virtual LAN Bridge services. This document clarifies the persistence requirements for the read-write objects in this MIB module. All implementations claiming compliance to qBridgeCompliance2 MUST retain the values of those read-write objects that specify this requirement.
Status: current Access: read-only
MODULE-COMPLIANCE