casWiredServerState
CISCO-AAA-SERVER-MIB ·
.1.3.6.1.4.1.9.10.56.1.2.1.1.30
Object
column Enumeration
Current state of this server for wired sessions.
up(1) - Server is alive and responding to requests.
dead(2) - Server is dead and fails to respond to requests
A server is marked dead if dead-criteria is met
A server is marked up again when
1. configured dead timer expires
2. when server responds to probes AAA client
The initial value of casWiredServerState is 'up(1)' at system
re-initialization. This will only transistion to 'dead(2)'
if an attempt to communicate fails and dead-criteria is met
Context
- MIB
- CISCO-AAA-SERVER-MIB
- OID
.1.3.6.1.4.1.9.10.56.1.2.1.1.30- 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::casWiredServerState'
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::casWiredServerState.<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::casWiredServerState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | dead |