cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1278
Views
0
Helpful
2
Replies

WLC and VLANs

Hi,I need an explanation of connection between Switch and WLC.My questions are:

1.why cant ping from switch to wlc

2.why AP cant establish CAPWAP tunnel with wlc

 

cisco comm.PNG

switch conf:

ip routing

vlan 10                        *create vlans

vlan 20

.....................

inter vlan 10

ip add 10.10.10.1                        

ip helper-add 10.10.10.5

.................

ip forward-protocol udp 5246

 

                     

inter vlan 20

ip add 10.10.20.1

..........................

inter fa 0/1

sw trunk encapsul dot1q

sw mod trunk

 

inter fa 0/2

sw mod acc

sw acc vlan 10

...........................

ip dhcp pool ap

net 10.10.10.0

def g. 10.10.10.1

 

ip dhcp pool guest

net 10.10.20.0

def g. 10.10.20.1

 

ip dhcp excluded-add 10.10.10.1

                                 10.10.10.5

                                 10.10.20.1

2 Replies 2

we must check the WLC and AP config 

 

my knowledge is that AP doesn't require conf. They pick up ip from DHCP server(switch in my case) and automatically create CAPWAP tunnel with Switch.

 

About WLC conf it comes after. My problem is Switch conf. If I said something wrong correct me.