h3cWIPSDctAPAuthMethod
H3C-WIPS-MIB ·
.1.3.6.1.4.1.2011.10.2.118.2.1.1.8
Object
column H3cWIPSAuthMethod
Represents the authentication method used by the detected AP. none(1) - No key management mode configured, psk(2) - pre-shared key authentication, dot1x(3) - 802.1x authentication, other(4) - other authentication, psk/dot1x(5) - psk and dot1x authentication, psk/other(6) - psk and other authentication, dot1x/other(7) - dot1x and other authentication, psk/dot1x/other(8) - psk, dot1x and other authentication.
Context
- MIB
- H3C-WIPS-MIB
- OID
.1.3.6.1.4.1.2011.10.2.118.2.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- h3cWIPSDctAPEntry
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 'H3C-WIPS-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-WIPS-MIB::h3cWIPSDctAPAuthMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-WIPS-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-WIPS-MIB::h3cWIPSDctAPAuthMethod.<h3cWIPSDctAPVSD>.<h3cWIPSDctAPBSSID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-WIPS-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-WIPS-MIB::h3cWIPSDctAPAuthMethod'
Syntax
- Source
- H3cWIPSAuthMethod
- Base type
Enumeration
Values & Constraints
Type Values
1 | none |
2 | psk |
3 | dot1x |
4 | other |
5 | pskANDdot1x |
6 | pskANDother |
7 | dot1xANDother |
8 | pskANDdot1xANDother |