extremeWirelessClientLastPacketType
EXTREME-WIRELESS-MIB ·
.1.3.6.1.4.1.1916.1.25.1.11.1.14
Object
column Enumeration
This the the last packet type seen from the specific client
Context
- MIB
- EXTREME-WIRELESS-MIB
- OID
.1.3.6.1.4.1.1916.1.25.1.11.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeWirelessClientEntry
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::extremeWirelessClientLastPacketType'
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::extremeWirelessClientLastPacketType.<ifIndex>.<extremeWirelessClientID>'
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::extremeWirelessClientLastPacketType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | data |
1 | psPoll |
2 | probeRequest |
3 | disassociation |
4 | deauthentication |
5 | association |
6 | reassociation |
7 | authentication |