hpnicfDot11SrvPortSecurityMode
HPN-ICF-DOT11-CFG-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.75.4.2.5.1.2
Object
column r/w
Enumeration
Determines the security modes of the WLAN port.
noRestrictions The default value, no any security mode is set.
userLoginSecureExt Access to the port is denied until the port
client is authorized (by 802.1X).
psk Access to the port is denied until the port client is
authorized (by 802.1X key negotiation).
macAddressAndPsk The MAC address is first authenticated and only if
this succeeds does the psk then attempt user authentication.
userLoginSecureExtOrPsk This selects both the userLoginSecureExt and
psk modes together such that either is allowed to authorized access.
Which mode works for client depends on the client's choice.
ext Access to the port is denied until the port client is
authenticated (by ext).
Context
- MIB
- HPN-ICF-DOT11-CFG-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.75.4.2.5.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpnicfDot11SrvPortSecurityEntry
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 'HPN-ICF-DOT11-CFG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-DOT11-CFG-MIB::hpnicfDot11SrvPortSecurityMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-DOT11-CFG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-DOT11-CFG-MIB::hpnicfDot11SrvPortSecurityMode.<hpnicfDot11SecurityServicePolicyID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-DOT11-CFG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-DOT11-CFG-MIB::hpnicfDot11SrvPortSecurityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noRestrictions |
2 | userLoginSecureExt |
3 | psk |
4 | macAddressAndPsk |
5 | userLoginSecureExtOrPsk |
6 | ext |