wgPnPStatus
FOUNDRY-SN-WIRELESS-GROUP-MIB ·
.1.3.6.1.4.1.1991.1.1.3.23.4.1.6
Object
column Enumeration
AP device status. If the switch diecovered a new AP which had not been configured, the 'discovered' state will return. If the AP's IP address, subnet mask and default gateway were configured to the switch port but the AP with the matching MAC address had not attached to the switch port, 'configured' state will return. If the AP's IP address, subnet mask and default gateway were configured to the switch port and the AP with the matching MAC address had attached to the switch port and was operating, 'operational' state will return.
Context
- MIB
- FOUNDRY-SN-WIRELESS-GROUP-MIB
- OID
.1.3.6.1.4.1.1991.1.1.3.23.4.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wgPnPEntry
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 'FOUNDRY-SN-WIRELESS-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-SN-WIRELESS-GROUP-MIB::wgPnPStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FOUNDRY-SN-WIRELESS-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-SN-WIRELESS-GROUP-MIB::wgPnPStatus.<wgPnPIfIndex>.<wgPnPMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FOUNDRY-SN-WIRELESS-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FOUNDRY-SN-WIRELESS-GROUP-MIB::wgPnPStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | discovered |
3 | configured |
4 | operational |