zxr10AAAauthenType
ZXR10-AAA-MIB ·
.1.3.6.1.4.1.3902.3.1010.1.1.3
Object
The AAA authen type.
Context
- MIB
- ZXR10-AAA-MIB
- OID
.1.3.6.1.4.1.3902.3.1010.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zxr10AAAauthenEntry
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 'ZXR10-AAA-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-AAA-MIB::zxr10AAAauthenType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXR10-AAA-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-AAA-MIB::zxr10AAAauthenType.<zxr10AAAauthenTempNo>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-AAA-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-AAA-MIB::zxr10AAAauthenType'
Syntax
- Source
- AuthenType
- Base type
Enumeration
Type Description
The true value of AAA authentication type.
Values & Constraints
Type Values
1 | none |
2 | local |
3 | radius |
4 | localRadius |
5 | radiusLocal |
6 | radiusNone |
7 | tacacs |
8 | localTacacs |
9 | tacacsLocal |
10 | tacacsNone |
11 | diameter |
12 | tacacsRadius |
13 | radiusTacacs |