vlanStatus
FSM726S-MIB ·
.1.3.6.1.4.1.4526.1.1.13.1.1.3
Object
column mandatory
r/w
Enumeration
The status of an entry in the VLAN Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Context
- MIB
- FSM726S-MIB
- OID
.1.3.6.1.4.1.4526.1.1.13.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- vlanEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FSM726S-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FSM726S-MIB::vlanStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FSM726S-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FSM726S-MIB::vlanStatus.<vlanId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FSM726S-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FSM726S-MIB::vlanStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
4 | createAndGo |
6 | destroy |