Last active
August 17, 2017 22:26
-
-
Save adamxp12/ad12d163e6c3734b9df01b895cb58c71 to your computer and use it in GitHub Desktop.
Cisco AP SSID setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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