QB-VLAN-MGMT-MIB

File: QB-VLAN-MGMT-MIB.mib (16156 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB QB-DWS-MIB QUANTUMBRIDGE-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Integer32 Counter32 TimeTicks
IpAddress NOTIFICATION-TYPE Unsigned32
TEXTUAL-CONVENTION DisplayString TruthValue
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
ifIndex QbAtmAal5EncapsType qbMibs

Defined Types

QbVlanPort  
VLAN port range
TEXTUAL-CONVENTION    
  INTEGER 1..128  

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  

QbVlanConfEntry  
SEQUENCE    
  qbVlanConfIndex VlanIndex
  qbVlanConfName DisplayString
  qbVlanConfSlot INTEGER
  qbVlanConfNextPort QbVlanPort
  qbVlanConfRowstatus RowStatus

QbVlanPortConfEntry  
SEQUENCE    
  qbVlanPortConfPort QbVlanPort
  qbVlanPortConfPolicing INTEGER
  qbVlanPortConfEncapsulation QbAtmAal5EncapsType
  qbVlanPortConfAdmitFrameTypes INTEGER
  qbVlanPortConfTagging INTEGER

QbVlanPortStatsEntry  
SEQUENCE    
  qbVlanPortStatsAal5CRCErrors Counter32
  qbVlanPortStatsAal5SarTimeouts Counter32
  qbVlanPortStatsAal5OversizeSDUs Counter32
  qbVlanPortStatsAal5UpstreamPkts Counter32
  qbVlanPortStatsAal5DownstreamPkts Counter32
  qbVlanPortStatsAal5UpstreamOctets Counter32
  qbVlanPortStatsAal5DownStreamOctets Counter32
  qbVlanPortStatsUpstreamPktDiscards Counter32
  qbVlanPortStatsDownsteamPktDiscards Counter32

Defined Values

qbVlanMIB 1.3.6.1.4.1.4323.2.15
This module defines objects for the management of QB's proprietary VLAN capability. This capability is based on Policing and Thresholding. The purpose of the QBVLAN function is to provide provisioning and monitoring of VLANs set up by the administrator.
MODULE-IDENTITY    

qbVlanObjects 1.3.6.1.4.1.4323.2.15.1
OBJECT IDENTIFIER    

qbVlanNotifications 1.3.6.1.4.1.4323.2.15.2
OBJECT IDENTIFIER    

qbVlanConformance 1.3.6.1.4.1.4323.2.15.3
OBJECT IDENTIFIER    

qbVlanConfGroup 1.3.6.1.4.1.4323.2.15.1.1
OBJECT IDENTIFIER    

qbNextFreeVlanIndex 1.3.6.1.4.1.4323.2.15.1.1.1
This is the lowest unused vlan index for the system. The next available value for qbNextFreeVlanIndex of a local VLAN entry in qbVlanConfTableTable. This will report values >=4096 if a new Local VLAN may be created or else the value 0 if this is not possible.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

qbVlanNumVlans 1.3.6.1.4.1.4323.2.15.1.1.2
The total number of provisioned VLANs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qbVlanConfTableLastUpdate 1.3.6.1.4.1.4323.2.15.1.1.3
The value of sysUpTime at the time of the last creation, deletion or modification of an entry in the qbVlanConfTable. If the number of entries has been unchanged since the last re-initialization of the agent, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

qbVlanConfTable 1.3.6.1.4.1.4323.2.15.1.1.4
This table contains the data pertaining to Vlans. The table contains configuration information for each VLAN configured into the device. All entries are permanent and will be restored after the device is reset.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QbVlanConfEntry

qbVlanConfEntry 1.3.6.1.4.1.4323.2.15.1.1.4.1
Each row provides data for a single vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  QbVlanConfEntry  

qbVlanConfIndex 1.3.6.1.4.1.4323.2.15.1.1.4.1.1
This is the Vlan index for this VLAN. If the value is between 1 and 4094, 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. Note that for Release 3.0 the qbVlanConfIndex value ranges between 1 and 4095.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

qbVlanConfName 1.3.6.1.4.1.4323.2.15.1.1.4.1.2
This is the unique user name assigned to this VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..20)  

qbVlanConfSlot 1.3.6.1.4.1.4323.2.15.1.1.4.1.3
This is the slot where this VLAN has been created.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qbVlanConfNextPort 1.3.6.1.4.1.4323.2.15.1.1.4.1.4
This returns the lowest free VLAN port to be used.
Status: current Access: read-only
OBJECT-TYPE    
  QbVlanPort  

qbVlanConfRowstatus 1.3.6.1.4.1.4323.2.15.1.1.4.1.5
The row status column for this Vlan. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptable to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. Setting this object to destroy(6) will remove the corresponding entry in this table, and disable data traffic.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qbVlanPortGroup 1.3.6.1.4.1.4323.2.15.1.2
OBJECT IDENTIFIER    

qbVlanPortConfTableLastUpdate 1.3.6.1.4.1.4323.2.15.1.2.1
The value of sysUpTime at the time of the last creation, deletion or modification of an entry in the qbVlanConfTable. If the number of entries has been unchanged since the last re-initialization of the agent, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

qbVlanPortConfTable 1.3.6.1.4.1.4323.2.15.1.2.2
This table contains the data pertaining to Vlan ports and their connections. The table contains per port control and status information for VLAN configuration in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QbVlanPortConfEntry

qbVlanPortConfEntry 1.3.6.1.4.1.4323.2.15.1.2.2.1
Each row provides data for a single vlan port.
Status: current Access: not-accessible
OBJECT-TYPE    
  QbVlanPortConfEntry  

qbVlanPortConfPort 1.3.6.1.4.1.4323.2.15.1.2.2.1.1
This is the Vlan port for this connection end-point.
Status: current Access: not-accessible
OBJECT-TYPE    
  QbVlanPort  

qbVlanPortConfPolicing 1.3.6.1.4.1.4323.2.15.1.2.2.1.2
The object is used to enable or disable policing policy on a given port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

qbVlanPortConfEncapsulation 1.3.6.1.4.1.4323.2.15.1.2.2.1.3
The type of data encapsulation used over the AAL5 SSCS layer. The definitions reference RFC 1483 Multiprotocol Encapsulation over ATM AAL5 and to the ATM Forum LAN Emulation specification.
Status: current Access: read-write
OBJECT-TYPE    
  QbAtmAal5EncapsType  

qbVlanPortConfAdmitFrameTypes 1.3.6.1.4.1.4323.2.15.1.2.2.1.4
When this is admitOnlyVlanTagged the device will discard any untagged frames or priority-tagged frames received on this port. When admitAll, untagged frames or priority-tagged frames received will be accepted and tagged with the VLAN id. This applies to the traffic from the GigE card to the backplane only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER admitAll(1), admitOnlyVlanTagged(2)  

qbVlanPortConfTagging 1.3.6.1.4.1.4323.2.15.1.2.2.1.5
When this value is set to disable, the VLAN tags will be removed from the outgoing packets. This applies to the traffic from the GigE card to the backplane only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), dissable(2)  

qbVlanPortStatsTable 1.3.6.1.4.1.4323.2.15.1.2.3
This table contains the statistics pertaining to connection end-points on a VLAN port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QbVlanPortStatsEntry

qbVlanPortStatsEntry 1.3.6.1.4.1.4323.2.15.1.2.3.1
Each row provides stats data for a single VLAN port.
Status: current Access: not-accessible
OBJECT-TYPE    
  QbVlanPortStatsEntry  

qbVlanPortStatsAal5CRCErrors 1.3.6.1.4.1.4323.2.15.1.2.3.1.1
A count of the number of AAL5 CRC errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsAal5SarTimeouts 1.3.6.1.4.1.4323.2.15.1.2.3.1.2
A count of the number of AAL5 SAR timeouts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsAal5OversizeSDUs 1.3.6.1.4.1.4323.2.15.1.2.3.1.3
A count of the number of AAL5 oversized SDUs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsAal5UpstreamPkts 1.3.6.1.4.1.4323.2.15.1.2.3.1.4
A count of the number of packets passed in the upstream direction. (i.e. from GigE card to backplane)
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsAal5DownstreamPkts 1.3.6.1.4.1.4323.2.15.1.2.3.1.5
A count of the number of packets passed in the downstream direction. (i.e. from the backplane to GigE card on this port)
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsAal5UpstreamOctets 1.3.6.1.4.1.4323.2.15.1.2.3.1.6
A count of the number of octets passed in the upstream direction. (i.e. from GigE card to backplane)
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsAal5DownStreamOctets 1.3.6.1.4.1.4323.2.15.1.2.3.1.7
A count of the number of octets passed in the downstream direction. (i.e. from the backplane to GigE card on this port)
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsUpstreamPktDiscards 1.3.6.1.4.1.4323.2.15.1.2.3.1.8
A count of the number of packets discarded in the upstream direction. (i.e. from GigE card to backplane)
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanPortStatsDownsteamPktDiscards 1.3.6.1.4.1.4323.2.15.1.2.3.1.9
A count of the number of packets discarded in the downstream direction. (i.e. from the backplane to GigE card on this port)
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qbVlanNotificationPrefix 1.3.6.1.4.1.4323.2.15.2.0
OBJECT IDENTIFIER    

qbVlanCompliances 1.3.6.1.4.1.4323.2.15.3.1
OBJECT IDENTIFIER    

qbVlanGroups 1.3.6.1.4.1.4323.2.15.3.2
OBJECT IDENTIFIER    

qbVlanCompliance 1.3.6.1.4.1.4323.2.15.3.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

qbVlanGroupInfo 1.3.6.1.4.1.4323.2.15.3.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-only
OBJECT-GROUP