• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cisco 2800 enable password...

jlazzaro

Golden Member
We have this radius config on all our 1751 routers, everything works as it should. When you first telnet you enter the radius username/password, then it puts you into unprivileged mode. Enable, enter the secret, and your in privileged mode.

For some reason when I put this on a 2800, it asks for the radius username/password when you first telnet, but after that, it dumps you right into privilege mode...you never see unprivileged mode. Enable secret is set, however it is not prompting for it at all. Ideas?

aaa new-model
aaa authentication login default group radius local
aaa accounting exec acct-list start-stop group radius
radius-server host 155.78.xx.xx auth-port 1645 acct-port 1646
radius-server host 155.78.xx.xx auth-port 1645 acct-port 1646
radius-server key xxxxx
 
Usually what you described happens when you have a "if-authenticated" option w/ the aaa authorization line.
See if that's the case for you.
 
Back
Top