cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1393
Views
0
Helpful
12
Replies

layer 2 connectivity

vishalpatil86
Level 1
Level 1

Hi,

We have following setup -

WLC and AP are in vlan 4001.

When I type sh mac add table command in core switch, i am able to get client's mac learning thru gig5/5.

But when i try to get it from edge switch, i cannot see mac of client. I can see mac of AP learning thru vlan 4001.

My question is how come edge switch is not learning mac of client?

sh mac address table command from core switch -

core#sh mac address-table int gig5/5

Unicast Entries

vlan   mac address     type        protocols               port

-------+---------------+--------+---------------------+--------------------

4001   001b.9e3b.a049   dynamic ip                    GigabitEthernet5/5

highlited is mac of client.

But this entry i cant see in edge switch even if client is conneted trhu this.

pls help on this. I am confused.

1 Accepted Solution

Accepted Solutions

naveed817
Level 1
Level 1

Hi Vishal,

There's always a tunnel between AP and Controller, and clients traffic go directly to the controller through this tunnel. And from WLC it goes to network. So actually its transparent on the network upto controller. That's the reason you cannot see this on the edge switch.

one more logic for this, when you are using multiple SSID's and vlan's. The ports connect to AP are always access port (single vlan) and port connected to controller are trunk port. Where wireless client are associate with different SSID's. But still they able to communicate over the network. So actually they have a tunnel upto controller.

Thanks

Naveed Shahzad

View solution in original post

12 Replies 12

fgasimzade
Level 4
Level 4

Are you sure there is communication between wireless clients and some other people connected to the edge switch?

Also check mac address aging time by issuing command

sh mac address-table aging-time

fgasimzade
Level 4
Level 4

What is default gateway for wireless clients? Which device is it?

hi,

there is no communication between

wireless clients and some other people connected to the edge switch.

WLC(service port IP which is 10.5.5.1) is the default gateway for wireless clients.

Well, if there are no packets going between wireless clients and edge switch clients, no wireless clients mac address will be associated with any of the edge switch ports. There has to be any packet with the source mac address of the wireless client to arrive to edge switch trunk port in order to associate this mac with the trunk port.

yes, but wireless clients talk to wlc thru following path -

client------>AP----->edge switch-------->core switch---------->WLC.

according to my knowledge, there must be mac entry in edge switch for wireless client.

No, AP talks to WLC through LWAPP tunnel, which is set up directly between WLC and AP

hi,

can you explain this concept in detail?

I dont have any idea about lwapp tunneling

naveed817
Level 1
Level 1

Hi Vishal,

There's always a tunnel between AP and Controller, and clients traffic go directly to the controller through this tunnel. And from WLC it goes to network. So actually its transparent on the network upto controller. That's the reason you cannot see this on the edge switch.

one more logic for this, when you are using multiple SSID's and vlan's. The ports connect to AP are always access port (single vlan) and port connected to controller are trunk port. Where wireless client are associate with different SSID's. But still they able to communicate over the network. So actually they have a tunnel upto controller.

Thanks

Naveed Shahzad

thank you naveedv and fgasimzade.
i really appreciate your help