crRadiusKeepAliveServerStatus

CISCO-RADIUS-MIB · .1.3.6.1.4.1.9.9.288.1.5.3.1.1

Object

column Enumeration
Indicates the current keep-alive status of the RADIUS server.
              
other  : none of the following.
init   : the server is in init state.
active : the server is in active state.
checkup: the server is in checkup state.
dead   : the server is in dead state.
              
This object is only instantiated when the corresponding 
instance value of crRadiusServerRowStatus is 'active' and 
the object value of crRadiusKeepAliveEnabled is 'true'.

Context

MIB
CISCO-RADIUS-MIB
OID
.1.3.6.1.4.1.9.9.288.1.5.3.1.1
Type
column
Access
readonly
Status
current
Parent
crRadiusKeepAliveServerEntry
Groups
1

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2init
3active
4checkup
5dead

Conformance