ostAaaMethodCfgClientIndex
OMNITRON-AAA-MIB ·
.1.3.6.1.4.1.7342.20.2.1.1
Object
column Enumeration
This index specifies the client to configure.
console(1) Selects console (serial) port for AAA configuration
telnet(2) Selects telnet client for AAA configuration
ftp(3) Selects FTP client for AAA configuration
ssh(4) Selects SSH client for AAA configuration
Context
- MIB
- OMNITRON-AAA-MIB
- OID
.1.3.6.1.4.1.7342.20.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ostAaaMethodCfgEntry
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 'OMNITRON-AAA-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-AAA-MIB::ostAaaMethodCfgClientIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OMNITRON-AAA-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-AAA-MIB::ostAaaMethodCfgClientIndex.<ostAaaMethodCfgClientIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OMNITRON-AAA-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OMNITRON-AAA-MIB::ostAaaMethodCfgClientIndex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | console |
2 | telnet |
3 | ftp |
4 | ssh |