tacacspSrvOperStatus
BIANCA-BRICK-TACACSP-MIB ·
.1.3.6.1.4.1.272.254.13.1.1.8
Object
column mandatory
Enumeration
The operational status of this TACACS+ server entry, the status blocked will be set after a failed TACACS+ request. If set to blocked(2) or down(3) this entry will not be considered for TACACS+ AAA requests.
Context
- MIB
- BIANCA-BRICK-TACACSP-MIB
- OID
.1.3.6.1.4.1.272.254.13.1.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- tacacspServerEntry
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 'BIANCA-BRICK-TACACSP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-TACACSP-MIB::tacacspSrvOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-TACACSP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-TACACSP-MIB::tacacspSrvOperStatus.<tacacspSrvPriority>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-TACACSP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-TACACSP-MIB::tacacspSrvOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | blocked |
3 | down |