12-19-2020 11:37 PM
Hi, how do I create ACL to only allow certain routers to access the radius server for aaa authentication with radius server login . i tried implementing
Changi(config)#access-list 100 permit tcp 10.0.0.124 0.0.0.3 10.0.0.96 0.0.0.15 eq 22
but it doesn't seem to allow login with radius server users.
should the destination host be the radius server IP address or the network address of the subnet that consist of the radius server?
Thanks in advance
Solved! Go to Solution.
12-19-2020 11:56 PM
Hello,
what RADIUS ports do you have specified ? Most recent RADIUS implementations use:
UDP/1812 --> authentication/authorization
UDP/1813 --> accounting
or, on older implementations:
UDP/1645 --> authentication/authorization
UDP/1646 --> accounting
12-19-2020 11:56 PM
Hello,
what RADIUS ports do you have specified ? Most recent RADIUS implementations use:
UDP/1812 --> authentication/authorization
UDP/1813 --> accounting
or, on older implementations:
UDP/1645 --> authentication/authorization
UDP/1646 --> accounting
12-19-2020 11:56 PM
- Try the example (albeit modified for your subnet) , from this link :
M.
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