clMeshAuthenticationMode
CISCO-LWAPP-MESH-MIB ·
.1.3.6.1.4.1.9.9.616.1.2.13
Object
scalar r/w
Enumeration
This object specifies authentication mode of RAP and
MAP mesh nodes in controller.
none - no authentication is done.
psk - pre shared key. Keys provided during manufacturing
will be used for authentication of mesh node.
eap - extensible authentication protocol is used to
authenticate mesh node. A value of 'eap' indicates,
authentication can happen by local-auth in
controller or by RADIUS server configured in
controller.
Context
- MIB
- CISCO-LWAPP-MESH-MIB
- OID
.1.3.6.1.4.1.9.9.616.1.2.13- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ciscoLwappMeshGlobalConfig
- Groups
- 3
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-MESH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MESH-MIB::clMeshAuthenticationMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-MESH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-MESH-MIB::clMeshAuthenticationMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | eap |
3 | psk |