cllaEapProfileMethods
CISCO-LWAPP-LOCAL-AUTH-MIB ·
.1.3.6.1.4.1.9.9.619.1.1.2.1.2
Object
column r/w
Bits
This object specifies the method type for this entry. none - No method is in use leap - LEAP is used as one of the methods eapFast - EAP-FAST is used as one of the methods tls - TLS is being used as one of the methods peap - PEAP is being used as one of the methods.
Context
- MIB
- CISCO-LWAPP-LOCAL-AUTH-MIB
- OID
.1.3.6.1.4.1.9.9.619.1.1.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cllaEapProfileEntry
- Groups
- 2
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 'CISCO-LWAPP-LOCAL-AUTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-LOCAL-AUTH-MIB::cllaEapProfileMethods'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-LOCAL-AUTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-LOCAL-AUTH-MIB::cllaEapProfileMethods.<cllaEapProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-LOCAL-AUTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-LOCAL-AUTH-MIB::cllaEapProfileMethods'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | none |
1 | leap |
2 | eapFast |
3 | tls |
4 | peap |