authorMode
VES1724-58V-MIB ·
.1.3.6.1.4.1.890.1.5.12.49.16.14.3.1.1.2
Object
column r/w
Enumeration
Set the authorization mode when authorization occurred. none: no authorization local: commands will be authorized with default privilege tacacs+: authorization will be sent to remote tacacs+ server. tacacs+ then none: authorization will be granted if there is no response from tacacs+ server. tacacs+ then local: local authorization will take place if there is no reponse from tacacs+ server.
Context
- MIB
- VES1724-58V-MIB
- OID
.1.3.6.1.4.1.890.1.5.12.49.16.14.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- authorPrivModeEntry
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 'VES1724-58V-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VES1724-58V-MIB::authorMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VES1724-58V-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VES1724-58V-MIB::authorMode.<authorPrivilege>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VES1724-58V-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VES1724-58V-MIB::authorMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | local |
1 | tacacsplus |
2 | tacacsplus_then_local |