Creating guest access VLAN with Cisco 520G AP

I noticed that there is no guest vlan by default in the UC500 device under the VLAN list. I'm trying to setup a vlan for guest access only (access only to the Internet) and setup a wireless SSID to go along with it.

Any pointers? I have tried creating a new VLAN, setup a DHCP scope on the vlan and can get as far as the laptop getting an IP address, however it cannot ping its gateway for some reason.

0
Your rating: None

Try adding your VLAN like

Try adding your VLAN like this:

interface Vlan1
description $Guest$
no ip address
ip tcp adjust-mss 1452
bridge-group 1
!
interface BVI1
description $Guest BVI$
ip address 192.168.0.1 255.255.255.0 (Whatever Network You Choose)
ip nat inside
ip virtual-reassembly

Then create you DHCP pool accordingly. You'll also have to setup access lists to control traffic.
Brian
www.jaydien.com

In addition...

Configuration Assistant will do this for you. Its a configurable option in the Wireless section.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.