Hello
Here is my problem, I have a small Cisco lab at home, and I wish I could set up, an ASA 5500 + 1 switch 2690 + a wifi controller WLC 2500 SERIE 2504.
Here are all the details of my configuration:
On my ASA, my Inside is on vlan 1
I want to use only one VLAN to simplify configuration.
Inside : 172.16.0.0 255.255.255.0
ASA IP : 172.16.0.1
Wired link and Wireless.
Outside : 192.168.1.0 255.255.255.0
Gateway: 192.168.1.254
The ASA works in DHCP so the internet works in wired link, computers retrieve an IP address connected to the switch
On my switch, all ports are in Vlan 1 and retrieve an IP in DHCP via the server dhcp 172.16.0.1 (the ASA) and the packets travel to the network 192.168.1.0 and exit on the internet via the gateway 192.168.1.254.
enable
configure terminal
interface vlan 1
ip address dhcp client
ip default-gateway 172.16.0.1
exit
write memory
Here is the configuration of my WLC 2504 wifi controller
I am not sure that with this configuration, my Access Points can have an internet connection.
Namely that my WLC is connected with a trunk mode to switch 2690 to pass all VLANs and that my AP to the switch is in Access mode to pass only VLAN 1, the only existing one.
System Name [Cisco_41:07:04] (31 characters max): My_WLC
Enter Administrative User Name (24 characters max): admin
Enter Administrative Password (3 to 24 characters):
Enable Link Aggregation (LAG) [yes][NO]: no
Management Interface IP Address: 172.16.0.10
Management Interface Netmask: 255.255.255.0
Management Interface Default Router: 172.16.0.1
Cleaning up Provisioning SSID Management Interface VLAN Identifier (0 = untagged): [Your_VLAN_ID]
What should I put on? VLAN 1 ?
Management Interface Port Num [1 to 4]: 1
Management Interface DHCP Server IP Address: 172.16.0.1
Virtual Gateway IP Address: 1.1.1.1
Multicast IP Address: 239.0.0.1
Mobility/RF Group Name: WLC_Group
Network Name (SSID): My_SSID
Configure DHCP Bridging Mode [yes][NO]: no
Allow Static IP Addresses [YES][no]: yes
Configure a RADIUS Server now? [YES][no]: no
Enter Country Code list (enter 'help' for a list of countries) [US]: FR
Enable 802.11b Network [YES][no]: yes
Enable 802.11a Network [YES][no]: yes
Enable 802.11g Network [YES][no]: yes
Enable Auto-RF [YES][no]: yes
Configure a NTP server now? [YES][no]: no
Configure the system time now? [YES][no]: yes
Warning! No AP will come up unless the time is set. Please see documentation for more details.
Would you like to configure IPv6 parameters[YES][no]: no
Configuration correct? If yes, system will save it and reset. [yes][NO]: yes
Can you tell me first if my setup is good?
Again, I have to make sure that with such a configuration my computers connected via the APs can go out of the network to the internet.
Thank you very much
If you need more information, I'm here.
Sebastian.