clExtClientPowerSaveMode

CISCO-LWAPP-EXT-MIB · .1.3.6.1.4.1.9.9.9998.1.1.5.1.1.2

Object

column Enumeration
This object indicates the power management mode of the client.
The possible two modes are:
active(0)    - this client is not in power-save mode
               and it is actively sending or receiving
               data.
powersave(1) - this client is in power-save mode and it
               wakes up once a while to check for
               pending data.

Context

MIB
CISCO-LWAPP-EXT-MIB
OID
.1.3.6.1.4.1.9.9.9998.1.1.5.1.1.2
Type
column
Access
readonly
Status
current
Parent
clExtClientEntry

Walk 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 'CISCO-LWAPP-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-EXT-MIB::clExtClientPowerSaveMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-EXT-MIB::clExtClientPowerSaveMode.<cldcClientMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-EXT-MIB::clExtClientPowerSaveMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0active
1powersave