All MIBs › Q-BRIDGE-MIB › dot1qVlanStatus
dot1qVlanStatus
Module: Q-BRIDGE-MIB
OID (symbolic): Q-BRIDGE-MIB::dot1qVlanStatus
OID (numeric): 1.3.6.1.2.1.17.7.1.4.2.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
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.
What is dot1qVlanStatus?
This is a number indicating whether the VLAN is static (configured by management), dynamically learned via GVRP, or in some other state. Operators use this to distinguish manually configured VLANs from ones the switch learned automatically. A VLAN learned dynamically might disappear after reboot, while a permanent VLAN persists.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.17.7.1.4.2.1.6 snmpwalk -v2c -c public <target> Q-BRIDGE-MIB::dot1qVlanStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.17.7.1.4.2.1.6.1 snmpget -v2c -c public <target> Q-BRIDGE-MIB::dot1qVlanStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dot1qVlanStatus.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.17 | dot1dBridge | BRIDGE-MIB |
| 1.3.6.1.2.1.17.7 | qBridgeMIB | Q-BRIDGE-MIB |
| 1.3.6.1.2.1.17.7.1 | qBridgeMIBObjects | Q-BRIDGE-MIB |
| 1.3.6.1.2.1.17.7.1.4 | dot1qVlan | Q-BRIDGE-MIB |
| 1.3.6.1.2.1.17.7.1.4.2 | dot1qVlanCurrentTable | Q-BRIDGE-MIB |
| 1.3.6.1.2.1.17.7.1.4.2.1 | dot1qVlanCurrentEntry | Q-BRIDGE-MIB |
| 1.3.6.1.2.1.17.7.1.4.2.1.6 | dot1qVlanStatus | Q-BRIDGE-MIB |