In article <. com>,
() writes:
| Hi,
|
| I managed to get myself locked out of a remote AS5300 with IOS 12.3
| while configuring AAA and RADIUS.
| Basically I'm new to AAA.
| Before I started my AAA adventure, I usually telneted to the AS and got
| a 'password' prompt.
| Now I get a 'username' prompt, but I don't have any 'users' defined
| locally!
Did you expect to preserve the password-only login semantics? If so you
should have done something like:
aaa authentication login default line
| If I dial into the AS with ppp, it correctly requests the RADIUS server
| which correctly sends an ACCEPT. However, the dialup connection still
| times-out (the RADIUS server responds from a different IP address than
| the request came in on so I think that might be the prob). Anyway this
| is not so important right now, because right now I'm locked out and
| need to get back in.
| If I telnet to the AS, I get the 'username' prompt and nomatter what I
| write, it does not send any RADIUS requests (which I didn't want it to
| anyway).
Sounds like you made the login authentication local (in the sense of
username/password entries rather than line password entries) and don't
have any of the former. I don't think there is any way to avoid having
someone visit the device.
A tip for next time: always initiate a second telnet session to test your
ability to login and enable privileges after you make an aaa change and
before you close the initial session.
It would be nice is someone compiled a list of:
-The default values of all the aaa lists if you merely enable aaa new-
model without specifying anything else.
-The set of lists necessary to make the behavior with new-model enabled as
close as possible to the behavior without aaa enabled. The above login line
is a good start, but I suspect there may be others--at least if you want to
avoid warnings when enabling chap for ppp.
Dan Lanciani
ddl@danlan.*com