Key Controller (Wireless Security)

Key controller wireless security

To support wireless security to standard Wi-Fi Protected Access (WPA) protocols, a key rotation strategy is implemented for Catalyst IW9167E.

A key controller is a wireless security protocol that

  • implements a key rotation strategy for Catalyst IW9167E to support wireless security to standard Wi-Fi Protected Access (WPA) protocols

  • involves a packet exchange between two devices with different stages corresponding to different states of each device, and

  • uses algorithm flow controlled by a set of timers scheduled periodically to generate new Pairwise Transient Key/Group Transient Key for packet encryption.

Security benefits

The more frequently keys are updated, the lesser amount of information is leaked in the event of an attack.

Configure key controller from CLI

Configure a key controller to enable Advanced Encryption Standard (AES) encryption, key control, and key rotation functionality on radio interfaces to enhance wireless security.

Key controller configuration is necessary when you need to implement advanced encryption and key management for wireless radio interfaces in your network infrastructure.

Procedure


Step 1

Use the configure dot11Radio interface crypto aes enable command to enable Advanced Encryption Standard (AES) on Radio.

Example:

Device# configure dot11Radio 1 crypto aes enable

Step 2

Use the configure dot11Radio interface crypto key-control enable command to enable key controller.

Example:

Device# configure dot11Radio 1 crypto key-control enable

Step 3

Use the configure dot11Radio interface crypto key-control key-rotation enable command to enable key rotation.

Example:

Device# configure dot11Radio 1 crypto key-control key-rotation enable

Step 4

Use the configure dot11Radio interface crypto key-control key-rotation value command to set key rotation timer.

Example:

Device# configure dot11Radio 1 crypto key-control key-rotation 3600

Note

 

By default, AES mode is disabled. Configuration should be same on all devices.


Validate key controller from CLI

To validate a key controller, use this show command:

Device# show dot11Radio X crypto
AES encryption: enabled
AES key-control: enabled
Key rotation: enabled
Key rotation timeout: 3600(second)