hpSwitchAcctServiceMethod
HP-ACCT-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.17.2.1.2
Object
column r/w
Enumeration
The method used for accounting.
A value of none (1) indicates that accounting is not
performed.
A value of radius (2) indicates that accounting is performed
using RADIUS.
A value of syslog (3) indicates that accounting is performed
using SYSLOG.
A value of tacacs (4) indicates that accounting is performed
using TACACS+.
Context
- MIB
- HP-ACCT-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.17.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpSwitchAcctServiceEntry
- Groups
- 2
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 'HP-ACCT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ACCT-MIB::hpSwitchAcctServiceMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ACCT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ACCT-MIB::hpSwitchAcctServiceMethod.<hpSwitchAcctServiceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ACCT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ACCT-MIB::hpSwitchAcctServiceMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | radius |
3 | syslog |
4 | tacacs |