ruckusZDWLANAPIfOperStatus
RUCKUS-ZD-WLAN-MIB ·
.1.3.6.1.4.1.25053.1.2.2.1.1.2.4.1.9
Object
column Enumeration
The current operational state of the interface: up(1), down(2), testing(3), unknown(4), dormant(5) , notPresent(6), lowerLayerDown(7).
Context
- MIB
- RUCKUS-ZD-WLAN-MIB
- OID
.1.3.6.1.4.1.25053.1.2.2.1.1.2.4.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ruckusZDWLANIfEntry
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 'RUCKUS-ZD-WLAN-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPIfOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RUCKUS-ZD-WLAN-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPIfOperStatus.<ruckusZDWLANAPMac>.<ruckusZDWLANAPIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RUCKUS-ZD-WLAN-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPIfOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |
4 | unknown |
5 | dormant |
6 | notPresent |
7 | lowerLayerDown |