zxAnAaaAuthenLoginMode
ZTE-AN-ACCESS-CTRL-AAA-MIB ·
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.1
Object
column Enumeration
This is the login mode user used to login to the network device.
login(1) indicates the normal mode.
enable(2) indicates the privileged mode.
Context
- MIB
- ZTE-AN-ACCESS-CTRL-AAA-MIB
- OID
.1.3.6.1.4.1.3902.1015.90.2.3.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- zxAnAaaAuthenLoginEntry
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 'ZTE-AN-ACCESS-CTRL-AAA-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACCESS-CTRL-AAA-MIB::zxAnAaaAuthenLoginMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-ACCESS-CTRL-AAA-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-ACCESS-CTRL-AAA-MIB::zxAnAaaAuthenLoginMode.<zxAnAaaAuthenLoginMode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-ACCESS-CTRL-AAA-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-ACCESS-CTRL-AAA-MIB::zxAnAaaAuthenLoginMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | login |
2 | enable |