04-24-2020 01:51 AM - edited 04-24-2020 04:28 AM
Hi,
the radius Command "automate-tester" (keepalive) does not work with our C9300-24P (IOS 09.16.04 same problen on 16.09.05).
I have two identically configured switches, but the "automate-tester" (keepalive) works only on one switch (Switch No.3). I recive only Requets from SWITCH-03.
On the second switch-04 the status is "dead until" I send a TEST (test aaa group RADIUS keepalive password legacy) , then the status comes UP, but Keepalive does not send.
Reloading from the switch does not work either.
I can delete and reconfigure the configuration, but the servers are DEAD as long as no request comes to the radius.
Why does one switch send keepalives and the other one not work?
What is the best order to configure AAA radius ?
We don't have VRF configured.
Configuration SWITCH-03:
aaa group server radius RADIUS
server name RADIUS-01
server name RADIUS-02
deadtime 30
load-balance method least-outstanding ignore-preferred-server
!
!
radius server RADIUS-01
address ipv4 10.10.10.11 auth-port 1812 acct-port 1813
timeout 2
retransmit 1
automate-tester username keepalive
key 123456
!
radius server RADIUS-02
address ipv4 10.10.10.12 auth-port 1812 acct-port 1813
timeout 2
retransmit 1
automate-tester username keepalive
key 123456
!
SWITHC-03#sh aaa servers | in State:
State: current UP, duration 240698s, previous duration 13s
State: current UP, duration 240651s, previous duration 60s
>>> Keepalive is ok
------------------------------------------------------------
Configuration SWITCH-04:
aaa group server radius RADIUS
server name RADIUS-01
server name RADIUS-02
deadtime 30
load-balance method least-outstanding ignore-preferred-server
!
!
radius server RADIUS-01
address ipv4 10.10.10.11 auth-port 1812 acct-port 1813
timeout 2
retransmit 1
automate-tester username keepalive
key 123456
!
radius server RADIUS-02
address ipv4 10.10.10.12 auth-port 1812 acct-port 1813
timeout 2
retransmit 1
automate-tester username keepalive
key 123456
!
SWITHC-04#sh aaa servers | in State:
SWITHC-04#test aaa group RADIUS keepalive password legacy
Attempting authentication test to server-group RADIUS using radius
User authentication request was rejected by server.
SWITHC-04##sh aaa servers | in State:
State: current UP, duration 5077s, previous duration 61889s
State: current DEAD, duration 67173s, previous duration 39s
>>> still no Keepalive
Thank you for your help
04-24-2020 03:00 AM
- As far as one switch reports User authentication request was rejected by server ; you may check the radius logs for these particular requests and check the failure reason.
M.
04-24-2020 04:08 AM
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