SW-QBRD-MIB

File: SW-QBRD-MIB.mib (27781 bytes)

Imported modules

RFC1155-SMI RFC-1212 BRIDGE-MIB

Imported symbols

Counter TimeTicks OBJECT-TYPE
enterprises dot1dBasePort

Defined Types

MacAddress  
OCTET STRING Size(6)    

EnabledStatus  
INTEGER enabled(1), disabled(2)    

Unsigned32  
INTEGER    

PortList  
OCTET STRING    

VlanIndex  
Unsigned32    

VlanId  
INTEGER 1..4094    

DisplayString  
OCTET STRING Size(0..255)    

TruthValue  
INTEGER true(1), false(2)    

TimeFilter  
INTEGER    

Dot1qFdbEntry  
SEQUENCE    
  dot1qFdbId Unsigned32
  dot1qFdbDynamicCount Counter

Dot1qTpFdbEntry  
SEQUENCE    
  dot1qTpFdbAddress MacAddress
  dot1qTpFdbPort INTEGER
  dot1qTpFdbStatus INTEGER

Dot1qTpGroupEntry  
SEQUENCE    
  dot1qTpGroupAddress MacAddress
  dot1qTpGroupEgressPorts PortList
  dot1qTpGroupLearnt PortList

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

Dot1qVlanStaticEntry  
SEQUENCE    
  dot1qVlanStaticName DisplayString
  dot1qVlanStaticEgressPorts PortList
  dot1qVlanForbiddenEgressPorts PortList
  dot1qVlanStaticUntaggedPorts PortList
  dot1qVlanStaticRowState INTEGER

Dot1qPortVlanEntry  
SEQUENCE    
  dot1qPvid VlanIndex
  dot1qPortIngressFiltering TruthValue
  dot1qPortGvrpStatus EnabledStatus
  dot1qPortGvrpFailedRegistrations Counter
  dot1qPortGvrpLastPduOrigin MacAddress

Defined Values

marconi 1.3.6.1.4.1.326
OBJECT IDENTIFIER    

systems 1.3.6.1.4.1.326.2
OBJECT IDENTIFIER    

external 1.3.6.1.4.1.326.2.20
OBJECT IDENTIFIER    


dlinkcommon 1.3.6.1.4.1.326.2.20.1.1
OBJECT IDENTIFIER    

golf 1.3.6.1.4.1.326.2.20.1.2
OBJECT IDENTIFIER    

golfproducts 1.3.6.1.4.1.326.2.20.1.2.1
OBJECT IDENTIFIER    

es2000 1.3.6.1.4.1.326.2.20.1.2.1.3
OBJECT IDENTIFIER    

golfcommon 1.3.6.1.4.1.326.2.20.1.2.2
OBJECT IDENTIFIER    

marconi-mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2
OBJECT IDENTIFIER    

es2000Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28
OBJECT IDENTIFIER    

swL2Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2
OBJECT IDENTIFIER    

swVlan 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8
OBJECT IDENTIFIER    

qBridgeMIBObjects 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5
OBJECT IDENTIFIER    

dot1qBase 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.1
OBJECT IDENTIFIER    

dot1qTp 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.2
OBJECT IDENTIFIER    

dot1qStatic 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.3
OBJECT IDENTIFIER    

dot1qVlan 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4
OBJECT IDENTIFIER    

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

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

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

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

dot1qGvrpStatus 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnabledStatus  

dot1qFdbTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qFdbEntry

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

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

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

dot1qTpFdbTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qTpFdbEntry

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

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

dot1qTpFdbPort 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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). Implementers 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: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dot1qTpFdbStatus 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), learned(3), self(4), mgmt(5)  

dot1qTpGroupTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.2.3
A table containing filtering information for VLANs configured into the bridge by (local or network) management, or learnt 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: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qTpGroupEntry

dot1qTpGroupEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.2.3.1
Filtering information configured into the bridge by management, or learnt 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 learnt dynamically is also provided.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot1qTpGroupEntry  

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

dot1qTpGroupEgressPorts 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.2.3.1.2
The complete set of ports, in this Filtering Database, 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: mandatory Access: read-only
OBJECT-TYPE    
  PortList  

dot1qTpGroupLearnt 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.2.3.1.3
The subset of ports in dot1qTpGroupEgressPorts which were learnt by GMRP or some other dynamic mechanism, in this Filtering database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortList  

dot1qVlanNumDeletes 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot1qVlanCurrentTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qVlanCurrentEntry

dot1qVlanCurrentEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot1qVlanCurrentEntry  

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

dot1qVlanIndex 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.2.1.2
The VLAN-ID or other identifier refering to this VLAN.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

dot1qVlanFdbId 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

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

dot1qVlanStatus 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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 learnt 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: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), permanent(2), dynamicGvrp(3)  

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

dot1qVlanStaticTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.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: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qVlanStaticEntry

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

dot1qVlanStaticName 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.3.1.1
An administratively assigned string, which may be used to identify the VLAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

dot1qVlanStaticEgressPorts 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.3.1.2
The set of ports which 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: mandatory Access: read-write
OBJECT-TYPE    
  PortList  

dot1qVlanForbiddenEgressPorts 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.3.1.3
The set of ports which 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: mandatory Access: read-only
OBJECT-TYPE    
  PortList  

dot1qVlanStaticUntaggedPorts 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.3.1.4
The set of ports which should transmit egress packets for this VLAN as untagged. The default value of this object for the default VLAN (VlanId 001) is a string of appropriate length including all ports. There is no specified default for other VLANs. If a device cannot support a value being set then its agent will reject the set operation. Attempts to set more than one VLAN to be untagged on egress may be rejected by devices which do not support this option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PortList  

dot1qVlanStaticRowState 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.3.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 are different from each of the following values. invalid(2) - writing this value to the object, and then the corresponding entry will be removed from the table. valid(3) - this entry is reside in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), valid(3)  

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

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

dot1qPvid 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.4.1.1
The PVID, the VLAN ID assigned to untagged frames or Prority-Tagged frames received on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  VlanIndex  

dot1qPortIngressFiltering 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.4.1.2
When this is true(1) the device will discard incoming frames for VLANs which 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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1qPortGvrpStatus 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.8.5.4.4.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnabledStatus  

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

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