07-21-2009 03:36 PM - edited 07-03-2021 05:51 PM
I have a question in regards to how a clients traffic is properly forwarded when it roams from one AP/WLC pair, to another AP/WLC pair.
See figure 11-3:
http://www.cisco.com/en/US/docs/wireless/controller/5.1/configuration/guide/c51mobil.html
How is it possible that traffic originating from the client, gets forwarded to VLAN y. The default gateway for the client is on VLAN x. Is there some function the WLC plays in forwarding the data of a foreign client, negating the gateway address(which is on VLAN x) it is attempting to use?
Solved! Go to Solution.
07-21-2009 05:23 PM
Don't over think it... what comes out of the controller upstream (on VLAN y) is an IP packet with a source IP (client) and a dest IP (wherever the packet is going). And what do routers do with IP packets? Ah yes, they route them. Note: the controller will put the L2 dest address as the mac addy of the default gateway for VLAN y.
Note that we recommend you use symmetric tunneling now, assuming your code version supports it. In 6.0, symmetric tunneling is all that is supported.
07-21-2009 05:23 PM
Don't over think it... what comes out of the controller upstream (on VLAN y) is an IP packet with a source IP (client) and a dest IP (wherever the packet is going). And what do routers do with IP packets? Ah yes, they route them. Note: the controller will put the L2 dest address as the mac addy of the default gateway for VLAN y.
Note that we recommend you use symmetric tunneling now, assuming your code version supports it. In 6.0, symmetric tunneling is all that is supported.
07-21-2009 06:01 PM
Ah thanks for clearing that up for me. I will now be able to sleep tonight!
I'm glad Cisco is phasing out Asymmetric tunneling.
Symmetric tunneling makes a lot more sense, avoiding problems with RPF checks and such.
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