09-29-2022 10:37 PM
is there any special settings i have to do on a cisco router if i want to get 802.1x working on a cisco router on a stick everything works on the network except that when i do test aaa radius on the cisco wlc i get radius server unresponsive the wlc can ping the server and it persists with or without windows firewall there is no acl's on the cisco router and dhcp relay is configured and working with ip help-addresses pointing at the dhcp server i just cant seem to get it to work i had it working when my pfsese firewall was doing router on a stick but now i am using my cisco 2901 for speed reasons
09-29-2022 10:49 PM
you talking for radius auth for the WLC. You need a RADIUS server (ISE, Microsoft NPS etc). The router wont work as the authenticator.
09-29-2022 11:04 PM
I know but the access point controller gets no response from the windows server nps it is set up correctly with the same setup that i had working before but the wlc cant comunicate with the server but there is no firewall in between or acl's and the wlc can ping the windows server
10-03-2022 04:56 AM
What WLC?
What version of software?
Can ping the server from which interface? (maybe not the same interface the radius is originated from)
You can do debugs on WLC and packet captures on router to see what's happening.
10-03-2022 08:23 AM
WLC is 2504
version of software is wlc 8.5.161.0 the software of the router Version 15.7(3)M5 and the network policy server is windows server 2019
the wlc can ping both its default gateway the default gateway server and the server itself
can u be nice and get me the commands i need to run?
10-03-2022 09:34 AM
friend I think you add management IP in AAA, and router do NAT and change this IP and hence the AAA refuse the radius packet.
you need to add NAS-ID to your radius packet toward AAA server, and use this NAS-ID in AAA.
NAS-ID not change during NAT.
10-03-2022 09:24 AM
"show interface summary" to get the name of the client interface
ping <server ip> "client interface name"
debug aaa all
https://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/211342-packet-captures-on-aireos-wlc.html
As the server runs Windows you can use Wireshark for packet capture on server side: https://www.wireshark.org/#download
10-03-2022 09:33 AM
do i run these on the cisco router or on the wlc?
10-03-2022 10:09 AM
Those are all WLC commands.
You can also do packet capture on the router: https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-embedded-packet-capture/116045-productconfig-epc-00.html#anc10
10-03-2022 10:20 AM
I will get her done later
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