Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. This config creates a simple SSID with WPA2 encryption and is tested on a Cisco 1231 and 1131
  2. 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
  3.  
  4. dot11 vlan-name voip vlan 16
  5.  
  6. dot11 ssid Amazing VOIP
  7. vlan 16
  8. authentication open
  9. authentication key-management wpa
  10. mbssid guest-mode
  11. wpa-psk ascii 0 secrectpassword
  12.  
  13. int dot110
  14. encryption vlan 16 mode ciphers aes-ccm
  15. ssid Amazing VOIP
  16.  
  17. int Dot110.16
  18. encapsulation dot1Q 16
  19. bridge-group 16
  20.  
  21. int fa0.16
  22. encapsulation dot1Q 16
  23. bridge-group 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement