04-04-2013 06:16 PM - edited 07-03-2021 11:50 PM
Dear All,
I configure IP address on the management interface port 1 of 5508 controller when i connect it direct to my laptop i can't ping or access controller from my laptop even i connect through layer 2 switch still i can't not.
IP Address of management interface : 10.21.0.50
Laptop IP Address : 10.21.0,51
Solved! Go to Solution.
04-04-2013 06:40 PM
Change your switch config to this
interface GigabitEthernet1/0/24
description *** connected to WLC ***
switchport mode trunk
Sent from Cisco Technical Support iPhone App
04-04-2013 06:41 PM
Basically this is what you need to issue
config t
interface GigabitEthernet1/24
no switchport trunk native vlan 10
Sent from Cisco Technical Support iPhone App
04-04-2013 06:43 PM
When you define the native vlan 10, you essentially are not tagging the vlan 10. So if you keep the native vlan 10 command, you need to change the manager interface vlan on the WLC to zero (0).
Sent from Cisco Technical Support iPhone App
04-04-2013 06:23 PM
You need to make sure that the manager interface is untagged. The vlan should be set to zero (0). Then you will be able to ping and access the WLC.
Sent from Cisco Technical Support iPhone App
04-04-2013 06:26 PM
Thank for your reply...
Management interface is untagged and i can access using serive port but not through management interface
04-04-2013 06:25 PM
Now best practice is to not connect you laptop to the WLC. You know that though... So eventually you will connect it to a switch and them you will want to actually tag the vlan. So if the WLC managing is on vlan 50 let's say, you will change the manager interface vlan to 50. Hope this helps:)
Sent from Cisco Technical Support iPhone App
04-04-2013 06:31 PM
i tried this as well i connect my WLC to the through switch and i tag WLC interface to vlan 10 and also configured my switch interface which is connected to wlc to configured as vlan 10 and also my laptop in vlan 10 still not working
04-04-2013 06:33 PM
The port the WLC connects to should be a trunk port not an access port.
Please post the switchport configuration the WLC is connected to and the one your laptop is connected to. Don't forget the show interface summary from the WLC.
Sent from Cisco Technical Support iPhone App
04-04-2013 06:30 PM
If your WLC is connected to a switch, you must make sure it's a gigabit switch. The WLC is only gigabit not 10/100/1000.
If you connect it to a switch, make sure it's a dot1q trunk port. Now connect your port on an access port assigned to that same vlan as the WLC manager interface is on.
Sent from Cisco Technical Support iPhone App
04-04-2013 06:30 PM
Please post from the CLI show interface summary
Sent from Cisco Technical Support iPhone App
04-04-2013 06:38 PM
Interface Name Port Vlan Id IP Address Type Ap Mgr Guest
-------------------------------- ---- -------- --------------- ------- ------ -----
management 1 10 10.21.0.50 Static Yes No
service-port N/A N/A 192.168.102.11 Static No No
virtual N/A N/A 192.168.167.11 Static No No
PC on the switch:
interface GigabitEthernet1/0/23
switchport access vlan 10
switchport mode access
WLC on the swich
interface GigabitEthernet1/0/24
description *** connected to WLC ***
switchport trunk native vlan 10
switchport mode trunk
switch model is 2960S
04-04-2013 06:40 PM
Change your switch config to this
interface GigabitEthernet1/0/24
description *** connected to WLC ***
switchport mode trunk
Sent from Cisco Technical Support iPhone App
04-04-2013 06:41 PM
Basically this is what you need to issue
config t
interface GigabitEthernet1/24
no switchport trunk native vlan 10
Sent from Cisco Technical Support iPhone App
04-04-2013 06:43 PM
When you define the native vlan 10, you essentially are not tagging the vlan 10. So if you keep the native vlan 10 command, you need to change the manager interface vlan on the WLC to zero (0).
Sent from Cisco Technical Support iPhone App
04-04-2013 06:53 PM
Now i reach my home let me try in the morning and i will update you
04-04-2013 06:58 PM
No problem. Keep me posted.
Sent from Cisco Technical Support iPhone App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide