07-09-2025 01:21 AM
Hello All
We are running flexconnect wifi and using the same ssid across multiple sites.
We want to deploy a splash page at each flexconnect remote site for one of our ssid's
We do not want to deploy all sites at the same time
So is it possible to authenticate against a ip subnet ?
So we could say if the request comes from subnet x to ise please provide a splash page
Or is their another way we could do this
Thanks in advance
07-09-2025 02:19 AM
With Flexconnect, the RADIUS Access-Request comes from the WLC (central authentication) and not from the WAP itself (which means we can't regard the IP address of the WAP) - if my recollection of how this works is still correct, then it will be hard to localise which site/WAP the request is coming from. The Called-Station-ID attribute in the Access-Request can be constructed to contain SSID and MAC address of the WAP involved - but that means your ISE Wireless MAB Authorization Policy would need a complex condition to check for all the MAC addresses involved - depending on your deployment, that might be infeasible.
The MAC addresses shown above use dashes as delimiter - best to validate this in wireshark via tcpdump.
If you can share a wireshark decode of a flexconnect Access-Request that shows all the attributes, perhaps there is a better one to use that would work.
07-09-2025 02:23 AM
Sure Yes if wlc + AP add IP of wifi to radius request
Can I know the wlc or AP you use?
MHM
07-09-2025 02:31 AM
Hello we are usinh 9120 AP's
07-09-2025 02:54 AM
The model of AP/WLC is neither here nor there. The question to answer is what the RADIUS Access-Request looks like when an endpoint (client device) associates to the SSID on such a FlexConnect WAP. My theory about the Called-Station-ID might be correct, but as mentioned, it's probably not feasible if there are many WAPs involved.
The Framed-IP-Address could also be used - this is the IP address of the end client - but ISE only supports EQUALS and NOT EQUALS operators - which means you can't write a regular expression to match an entire subnet (we need the MATCHES operator) - I don't think you want to write an ISE OR condition that contains all the IP addresses in a potentially large subnet.
07-09-2025 03:42 AM
You mentioned flexcon so what is wlc plat you?
Did yoh try use calling-station-ID type ip-add?
MHM
07-09-2025 05:00 AM
Hi
We are using 5520 WLC
07-09-2025 05:37 AM
Calling-station-id ""wifi endpoint info""
Called-station-id ""AP""
MHM
07-09-2025 04:48 AM
I usually do this by setting called-station-id to "ap-name-ssid" and matching based on AP name. This is easier to understand for colleagues working with the ISE deployment and the AP name prefix is usually equally if not more suited to match the specific site.
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