cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2289
Views
0
Helpful
15
Replies

PEAP/EAP RADIUS Failure Behind F5 VIP with Cisco ISE and Meraki

Working on PEAP Authentication with PSNs behind the F5 Load Balancer

Current Setup:

  • Client Flow:
    Wireless Client → Meraki SSID (802.1X with PEAP)
    Meraki Switch → Core Switch → F5 Load Balancer (BIG-IP)
  • F5 Configuration:
    VIP (RADIUS): 10.1.1.220:1812 (No SNAT)
    F5 Internal Self-IP: 10.2.2.30
    Load balancing RADIUS traffic to:
  • Cisco ISE PAN: 10.1.1.43

Issue:

When the Meraki SSID sends RADIUS traffic to the F5 VIP, PEAP authentication fails with:

  • ISE Logs: 12930 / 5411 – "Supplicant stopped responding to ISE"
  • ISE shows the first packet lands on one PSN, but the next EAP step doesn’t come back

vishnuvardhangollapudi_0-1746810962426.png

 

However, if I configure Meraki to point directly to either PSN1 or PSN2, PEAP works flawlessly — the full EAP exchange stays on the same PSN.

Looking for Guidance:

Has anyone successfully configured F5 load balancing for PEAP RADIUS traffic from Meraki and managed to maintain EAP session persistence?

Any insights or tips are much appreciated! I'm happy to share the final working config with the community once resolved.

15 Replies 15

othydojo
Level 1
Level 1

We used this guide to help set everything up, https://community.cisco.com/t5/security-knowledge-base/how-to-cisco-amp-f5-deployment-guide-ise-load-balancing-using/ta-p/3631159. We did this successfully, but forgot to set the Default Gateway to the internal F5 IP address. We dont do this now, but opted to use Static routes directly on the servers to point the traffic back to the F5. 

Example: WiFi NADs are 10.10.10.0/24, F5 Vip 10.10.11.5, internal F5 is 10.10.11.200, PSNs are 10.10.11.252 and 253. 

We set static routes on the PSNs to route the 10.10.10.0/24 network through the internal F5 of 10.10.11.200.