This Virtual Wireless Lan Controller is different from 2504, 5508 WLC at setup.
anyway, point is like this.
※ Cisco Virtual Wireless Controller's point
1. Just support Flex Connect mode. not support Local mode.
2. SSC authentication is needed. must match AP's MAC address and Controller's SHA1 key.
3. at VMware NIC port, set Promiscuous type.
4. must match Speed and Duplex.
1. Wireless > All APs > AP > Flex Connect
2. Security > Certificate > SSC > Hash key
3. Security > AP Policies의 Policy Configuration > check SSC
click Add button and input AP의 MAC, select SSC, input Controller's SHA1 key
4. VMware's NIC Properties > General > VLAN ID "All"
5. VMware's NIC Properties > Security > select Promiscuous, Accept
6. Now input DHCP option at switch.
#ip dhcp pool Wireless # make DHCP pool
#network 192.168.0.0 255.255.255.0 # set network
#default-router 192.168.0.113 # set default route
#option 43 ascii "192.168.0.44" # set dhcp option value. value is 43, type is ascii, and input Controller's Management address
#dns-server 168.126.63.1 # set DNS server
in addtion, Management port must set Trunk mode.
7. AP setup.
#lwapp ap ip address 192.168.0.116 255.255.255.0 # set AP's address
#lwapp ap ip default-gateway 192.168.0.113 # set AP's default gateway
#lwapp ap controller ip address 192.168.0.44 # set Controller's Management address
※ Tested Cisco AP1142N is not support AP to LAP transform utility.
so, you should this command to transform AP to LAP.
#archieve download-sw /force-reload /overwrite flash:/c1140-rcvk9w8-tar.152-2.JA1.tar
Good luck!
No comments:
Post a Comment