tacplusClearStaticsCmd
RAD-TACACS-MIB ·
.1.3.6.1.4.1.164.6.1.14.1.2.1.1
Object
column r/w
Enumeration
This object will allow to initialize the statistic counters of a given TACACS+ server instance. on(1) means that the statistics will be cleared. The Agent will change the value of this MIB object to off(2) automatically, after performing the command. off(2) is the default value. Setting this object to off(2), will do nothing.
Context
- MIB
- RAD-TACACS-MIB
- OID
.1.3.6.1.4.1.164.6.1.14.1.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tacplusStatsEntry
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::tacplusClearStaticsCmd'
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::tacplusClearStaticsCmd.<index>'
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::tacplusClearStaticsCmd'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |