07-16-2019 07:48 PM
I have a ISR 4331 router, I configured have configured it so I can sign on using a RADIUS server. I have also made sure the ip ftp source-interface gigabitethernet 0" is the correct interface. Also, i have added the following configuration "
aaa group server radius name ip vrf forwarding Mgmt-intf"
Lgos: Request timed out!
.Jul 16 03:51:21.863: %RADIUS-4-RADIUS_DEAD: RADIUS server xxx.xxx.xxx.xxx 8:1812,1813 is not responding.
.Jul 16 03:51:21.863: %RADIUS-4-RADIUS_ALIVE: RADIUS server xxx.xxx.xxx.xxx:1812,1813 is being marked alive. I cannot ping the radius server unless I use ping vrf Mgmt-intf xxx.xxx.xxx.xxx. I know the RADIUS server config is good since all of our switches are working correctly. Any help is appreciated.
Solved! Go to Solution.
07-16-2019 08:52 PM
07-16-2019 08:52 PM
07-18-2019 07:43 AM
This is my config which is similar to yours but it is not working:
aaa group server radius our_name
server xxx.xxx.xxx.xxx
ip vrf forwarding Mgmt-intf
sh r
aaa authentication login default group radius local
aaa authentication login console-auth local
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address xxx.xxx.xxx.xxx 255.255.255.0
negotiation auto
ip radius source-interface GigabitEthernet0
radius server Our_server
address ipv4 xxx.xxx.xxx.xxx auth-port 1812 acct-port 1813
key our_key
01-20-2023 07:13 AM
This is an old topic... but...
aaa authentication login default group radius local
should be...
aaa authentication login default group our_name local
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