- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 04:05 PM - edited 07-05-2021 11:03 AM
In Cisco guest WLAN architecture, regardless LWA & CWA variations, have Foreign Controller and Anchor Controller to configure.
I'm confused with some configuration variations in terms of guest interfaces used on the Anchor Controller:
Scenario 1:
Foreign WLC: WLC management
Anchor WLC: a dedicated dynamic interface named "guest" created and used, no Foreign Controller interface mapping
Scenario 2:
Foreign WLC: WLC management
Anchor WLC: a dedicated dynamic interface named "guest" created and used, but still use WLC management, Foreign Controller interface mapped to the "guest" interface
Both configurations actually work, but I'd like to know the logic behind, in which condition we should call for the interface directly (Scenario 1), or do interface mapping (Scenario 2)
Solved! Go to Solution.
- Labels:
-
Wireless LAN Controller
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2019 12:43 PM
Hi Jovoris,
If you have multiple foreign controllers and you need to map each foreign WLC guest traffic to different dynamic interfaces (or subnets) then you use foreign mapping feature. Otherwise you can simply using one dynamic interface in Anchor WLC for guest traffic without any mappings.
https://mrncciew.com/2013/03/24/auto-anchor-foreign-mapping/
HTH
Rasika
*** Pls rate all useful responses ***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 05:22 PM
The default interface used by the foreign WLC for the guest WLAN is the management interface. If the EoIP tunnel cannot be established with the anchor, the foreign controller will disassociate any wireless clients that were previously associated with the unreachable anchor and then assign new clients and reassociate clients to the interface configured under the guest WLAN of the foreign itself. Therefore, it is recommended to link the guest WLAN on the foreign to a non-routable network, or alternatively configure the DHCP server of the management interface with an unreachable IP address. If the anchor becomes unreachable, this prevents the guest clients to gain access to the management network.
So from that the foreign interface should be a non routable interface.
*** Please rate helpful posts ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 06:03 PM
configuration on Anchor Controller, which we could either do mapping
or use the guest subnet directly under the guest WLAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 07:35 PM - edited 09-29-2019 07:39 PM
via "Foreign Controller Interface Mapping"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2019 12:43 PM
Hi Jovoris,
If you have multiple foreign controllers and you need to map each foreign WLC guest traffic to different dynamic interfaces (or subnets) then you use foreign mapping feature. Otherwise you can simply using one dynamic interface in Anchor WLC for guest traffic without any mappings.
https://mrncciew.com/2013/03/24/auto-anchor-foreign-mapping/
HTH
Rasika
*** Pls rate all useful responses ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2019 05:10 PM
Thank you very much, Rasika. Now the doubts are cleared:-)
