extremeWirelessPortState
EXTREME-WIRELESS-MIB ·
.1.3.6.1.4.1.1916.1.25.2.3.1.7
Object
column Enumeration
The current state of the wireless part of this port.
enabled : Port is actively looking for wireless
interfaces.
disabled : Port is administratively unable to detect
new interfaces.
reset : Interfaces have been detected and are
being brought up (access point is booting).
addressing : IP Address is being assigned.
register : Interfaces are registering for service
syncing : Interfaces are retrieving their
configuration and updating their state.
online : Interfaces are operational.
If an error occurs the wireless port will
transistion to the error state.
Context
- MIB
- EXTREME-WIRELESS-MIB
- OID
.1.3.6.1.4.1.1916.1.25.2.3.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeWirelessPortCfgEntry
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 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-WIRELESS-MIB::extremeWirelessPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-WIRELESS-MIB::extremeWirelessPortState.<extremeWirelessPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-WIRELESS-MIB::extremeWirelessPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | enabled |
3 | reset |
4 | addressing |
5 | register |
6 | syncing |
7 | online |
8 | error |