casWirelessServerState4
CISCO-AAA-SERVER-MIB ·
.1.3.6.1.4.1.9.10.56.1.2.1.1.93
Object
column Enumeration
The wireless server state of the 4th wireless instance.
up(1) - The server is alive and responding to requests.
dead(2) - The server is dead and fails to respond to requests.
A server is marked dead if dead criteria are met
A server is marked up again when
1. configured dead timer expires
2. when the server responds to probes AAA client
The initial value of casWirelessServerState4 is 'up(1)' at system
re-initialization. This will only transition to 'dead(2)'
if an attempt to communicate fails and dead criteria are met.
Context
- MIB
- CISCO-AAA-SERVER-MIB
- OID
.1.3.6.1.4.1.9.10.56.1.2.1.1.93- Type
- column
- Access
- readonly
- Status
- current
- Parent
- casStatisticsEntry
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 'CISCO-AAA-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AAA-SERVER-MIB::casWirelessServerState4'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-AAA-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AAA-SERVER-MIB::casWirelessServerState4.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-AAA-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-AAA-SERVER-MIB::casWirelessServerState4'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | dead |