Skip to content

Instantly share code, notes, and snippets.

@adamxp12
Last active August 17, 2017 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamxp12/ad12d163e6c3734b9df01b895cb58c71 to your computer and use it in GitHub Desktop.
Save adamxp12/ad12d163e6c3734b9df01b895cb58c71 to your computer and use it in GitHub Desktop.
Cisco AP SSID setup
This config creates a simple SSID with WPA2 encryption and is tested on a Cisco 1231 and 1131
This config will work on dual radio unit's like the 1142 but will need an extra section for int dot111 and the dot111 must have same subinterfaces
dot11 vlan-name voip vlan 16
dot11 ssid Amazing VOIP
vlan 16
authentication open
authentication key-management wpa
mbssid guest-mode
wpa-psk ascii 0 secrectpassword
int dot110
encryption vlan 16 mode ciphers aes-ccm
ssid Amazing VOIP
int Dot110.16
encapsulation dot1Q 16
bridge-group 16
int fa0.16
encapsulation dot1Q 16
bridge-group 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment