All MIBs › IEEE802dot11-MIB › dot11RSNAConfigPairwiseCipherEnabled
dot11RSNAConfigPairwiseCipherEnabled
Module: IEEE802dot11-MIB
OID (symbolic): IEEE802dot11-MIB::dot11RSNAConfigPairwiseCipherEnabled
OID (numeric): 1.2.840.10036.1.10.1.3
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description:
This object enables or disables the pairwise cipher.
What is dot11RSNAConfigPairwiseCipherEnabled?
This boolean flag controls whether pairwise encryption is active for wireless security. When enabled, each wireless client gets its own encryption session rather than sharing a group key. A network administrator uses this to toggle per-client encryption on WiFi to ensure strong individual link security.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.2.840.10036.1.10.1.3 snmpwalk -v2c -c public <target> IEEE802dot11-MIB::dot11RSNAConfigPairwiseCipherEnabled
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.2.840.10036.1.10.1.3.1 snmpget -v2c -c public <target> IEEE802dot11-MIB::dot11RSNAConfigPairwiseCipherEnabled.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.2.840.10036.1.10.1.3.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dot11RSNAConfigPairwiseCipherEnabled.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.2 | member_body | IEEE802dot11-MIB |
| 1.2.840 | us | IEEE802dot11-MIB |
| 1.2.840.10036 | ieee802dot11 | IEEE802dot11-MIB |
| 1.2.840.10036.1 | dot11smt | IEEE802dot11-MIB |
| 1.2.840.10036.1.10 | dot11RSNAConfigPairwiseCiphersTable | IEEE802dot11-MIB |
| 1.2.840.10036.1.10.1 | dot11RSNAConfigPairwiseCiphersEntry | IEEE802dot11-MIB |
| 1.2.840.10036.1.10.1.3 | dot11RSNAConfigPairwiseCipherEnabled | IEEE802dot11-MIB |