cwdsiMnAuthType
CISCO-WDS-INFO-MIB ·
.1.3.6.1.4.1.9.9.509.1.3.1.1.13
Object
column CWdsDeviceAuthType
This object specifies one of the pre-defined
authentication algorithms and additional
authentication procedures for the Mobile Node.
When the cwdsiMnState is 'registered', the valid
combination of the authentications are:
- open(0),
- shared(1),
- leap(2),
- eap(3),
- mac(4),
- open(0) and eap(3),
- open(0) and mac(4),
- open(0), eap(3) and mac(4),
- open(0) and macOrEap(5),
- shared(1) and eap(3),
- shared(1) and mac(4),
- shared(1), eap(3) and mac(4),
- mac(4) and leap(2).
Otherwise, the valid combination of the
authentications are:
- eap(3),
- mac(4),
- eap(3) and mac(4),
- macOrEap(5),
- leap(2),
- mac(4) and leap(2),
- macOrLeap(6),
- eapOptional(7).
If none of the bits are set, there is no run-time
authentication.
Context
- MIB
- CISCO-WDS-INFO-MIB
- OID
.1.3.6.1.4.1.9.9.509.1.3.1.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cwdsiMnEntry
- Groups
- 1
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-WDS-INFO-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WDS-INFO-MIB::cwdsiMnAuthType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WDS-INFO-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WDS-INFO-MIB::cwdsiMnAuthType.<cwdsiMnMacAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WDS-INFO-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WDS-INFO-MIB::cwdsiMnAuthType'
Syntax
- Source
- CWdsDeviceAuthType
- Base type
Bits
Values & Constraints
Type Values
0 | open |
1 | shared |
2 | leap |
3 | eap |
4 | mac |
5 | macOrEap |
6 | macOrLeap |
7 | eapOptional |
Conformance
Member of