tacplusAuthentStatus
RAD-TACACS-MIB ·
.1.3.6.1.4.1.164.6.1.14.1.1.1.9
Object
column Enumeration
Authentication Status reflects possible results of the authentication process. Authenticated(1) means that the authentication succeeded. AuthenticationFailure(2) means that the authentication process failed due to wrong credential. UnknownFailure(4) means that the authentication process failed due to a server or internal error. Idle(4) is the initial default value.
Context
- MIB
- RAD-TACACS-MIB
- OID
.1.3.6.1.4.1.164.6.1.14.1.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tacplusAuthServerEntry
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 'RAD-TACACS-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-TACACS-MIB::tacplusAuthentStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-TACACS-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-TACACS-MIB::tacplusAuthentStatus.<tacplusServerAddressType>.<tacplusServerAddress>.<tacplusServerPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-TACACS-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-TACACS-MIB::tacplusAuthentStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | authenticated |
2 | authenticationFailure |
3 | unknownFailure |
4 | idle |