hwAccessAuthenMethod
HUAWEI-DSLAM-AAA-MIB ·
.1.3.6.1.4.1.2011.5.109.1.15.1.13
Object
column Enumeration
Authentication method. Options: 1. local(1) -local authentication 2. noauth(2) -none authentication 3. radius(3) -RADIUS authentication (default) 4. localRadius(4) -local authentication, and then RADIUS authentication if local authentication fails 5. radiusLocal(5) -RADIUS authentication, and then local authentication if RADIUS authentication fails 6. radiusNoauth(6) -RADIUS authentication, and then no authentication if RADIUS authentication fails
Context
- MIB
- HUAWEI-DSLAM-AAA-MIB
- OID
.1.3.6.1.4.1.2011.5.109.1.15.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwAccessEntry
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 'HUAWEI-DSLAM-AAA-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DSLAM-AAA-MIB::hwAccessAuthenMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-DSLAM-AAA-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DSLAM-AAA-MIB::hwAccessAuthenMethod.<hwAccessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-DSLAM-AAA-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-DSLAM-AAA-MIB::hwAccessAuthenMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | noauth |
3 | radius |
4 | localRadius |
5 | radiusLocal |
6 | radiusNoauth |