QB-VLAN-MGMT-MIB: View SNMP OID List / Download MIB

VENDOR: QUANTUM BRIDGE


 Home MIB: QB-VLAN-MGMT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       qbVlanObjects 1.3.6.1.4.1.4323.2.15.1
           qbVlanConfGroup 1.3.6.1.4.1.4323.2.15.1.1
               qbNextFreeVlanIndex 1.3.6.1.4.1.4323.2.15.1.1.1 vlanindex read-only
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.
               qbVlanNumVlans 1.3.6.1.4.1.4323.2.15.1.1.2 integer32 read-only
The total number of provisioned VLANs.
               qbVlanConfTableLastUpdate 1.3.6.1.4.1.4323.2.15.1.1.3 timeticks read-only
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.
               qbVlanConfTable 1.3.6.1.4.1.4323.2.15.1.1.4 no-access
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.
                   qbVlanConfEntry 1.3.6.1.4.1.4323.2.15.1.1.4.1 no-access
Each row provides data for a single vlan.
                       qbVlanConfIndex 1.3.6.1.4.1.4323.2.15.1.1.4.1.1 vlanindex no-access
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.
                       qbVlanConfName 1.3.6.1.4.1.4323.2.15.1.1.4.1.2 displaystring read-only
This is the unique user name assigned to this VLAN.
                       qbVlanConfSlot 1.3.6.1.4.1.4323.2.15.1.1.4.1.3 integer read-only
This is the slot where this VLAN has been created.
                       qbVlanConfNextPort 1.3.6.1.4.1.4323.2.15.1.1.4.1.4 qbvlanport read-only
This returns the lowest free VLAN port to be used.
                       qbVlanConfRowstatus 1.3.6.1.4.1.4323.2.15.1.1.4.1.5 rowstatus read-only
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.
           qbVlanPortGroup 1.3.6.1.4.1.4323.2.15.1.2
               qbVlanPortConfTableLastUpdate 1.3.6.1.4.1.4323.2.15.1.2.1 timeticks read-only
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.
               qbVlanPortConfTable 1.3.6.1.4.1.4323.2.15.1.2.2 no-access
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.
                   qbVlanPortConfEntry 1.3.6.1.4.1.4323.2.15.1.2.2.1 no-access
Each row provides data for a single vlan port.
                       qbVlanPortConfPort 1.3.6.1.4.1.4323.2.15.1.2.2.1.1 qbvlanport no-access
This is the Vlan port for this connection end-point.
                       qbVlanPortConfPolicing 1.3.6.1.4.1.4323.2.15.1.2.2.1.2 integer read-write
The object is used to enable or disable policing policy on a given port. Enumeration: 'enable': 1, 'disable': 2.
                       qbVlanPortConfEncapsulation 1.3.6.1.4.1.4323.2.15.1.2.2.1.3 qbatmaal5encapstype read-write
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.
                       qbVlanPortConfAdmitFrameTypes 1.3.6.1.4.1.4323.2.15.1.2.2.1.4 integer read-write
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. Enumeration: 'admitAll': 1, 'admitOnlyVlanTagged': 2.
                       qbVlanPortConfTagging 1.3.6.1.4.1.4323.2.15.1.2.2.1.5 integer read-write
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. Enumeration: 'enable': 1, 'dissable': 2.
               qbVlanPortStatsTable 1.3.6.1.4.1.4323.2.15.1.2.3 no-access
This table contains the statistics pertaining to connection end-points on a VLAN port.
                   qbVlanPortStatsEntry 1.3.6.1.4.1.4323.2.15.1.2.3.1 no-access
Each row provides stats data for a single VLAN port.
                       qbVlanPortStatsAal5CRCErrors 1.3.6.1.4.1.4323.2.15.1.2.3.1.1 counter32 read-only
A count of the number of AAL5 CRC errors.
                       qbVlanPortStatsAal5SarTimeouts 1.3.6.1.4.1.4323.2.15.1.2.3.1.2 counter32 read-only
A count of the number of AAL5 SAR timeouts.
                       qbVlanPortStatsAal5OversizeSDUs 1.3.6.1.4.1.4323.2.15.1.2.3.1.3 counter32 read-only
A count of the number of AAL5 oversized SDUs.
                       qbVlanPortStatsAal5UpstreamPkts 1.3.6.1.4.1.4323.2.15.1.2.3.1.4 counter32 read-only
A count of the number of packets passed in the upstream direction. (i.e. from GigE card to backplane)
                       qbVlanPortStatsAal5DownstreamPkts 1.3.6.1.4.1.4323.2.15.1.2.3.1.5 counter32 read-only
A count of the number of packets passed in the downstream direction. (i.e. from the backplane to GigE card on this port)
                       qbVlanPortStatsAal5UpstreamOctets 1.3.6.1.4.1.4323.2.15.1.2.3.1.6 counter32 read-only
A count of the number of octets passed in the upstream direction. (i.e. from GigE card to backplane)
                       qbVlanPortStatsAal5DownStreamOctets 1.3.6.1.4.1.4323.2.15.1.2.3.1.7 counter32 read-only
A count of the number of octets passed in the downstream direction. (i.e. from the backplane to GigE card on this port)
                       qbVlanPortStatsUpstreamPktDiscards 1.3.6.1.4.1.4323.2.15.1.2.3.1.8 counter32 read-only
A count of the number of packets discarded in the upstream direction. (i.e. from GigE card to backplane)
                       qbVlanPortStatsDownsteamPktDiscards 1.3.6.1.4.1.4323.2.15.1.2.3.1.9 counter32 read-only
A count of the number of packets discarded in the downstream direction. (i.e. from the backplane to GigE card on this port)
       qbVlanNotifications 1.3.6.1.4.1.4323.2.15.2
           qbVlanNotificationPrefix 1.3.6.1.4.1.4323.2.15.2.0
       qbVlanConformance 1.3.6.1.4.1.4323.2.15.3
           qbVlanCompliances 1.3.6.1.4.1.4323.2.15.3.1
               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.
           qbVlanGroups 1.3.6.1.4.1.4323.2.15.3.2
               qbVlanGroupInfo 1.3.6.1.4.1.4323.2.15.3.2.1
The set of all accessible objects in this MIB.