cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4407
Views
0
Helpful
7
Replies

removing username

glen.grant
VIP Alumni
VIP Alumni

Have a 6509 sup 32 hybrid which has a username and password configured on the msfc side , we want to take it off the box and use the vty and enable secret passwords . I try removing by doing a no username XXXXX . It looks like it takes it but when I try to logg back in it is still asking me for a user name , how do I get rid of this and have it use the vty and enable secret passwords ?

1 Accepted Solution

Accepted Solutions

Glen

The config that you posted shows that it has aaa new-model but appears to have no aaa authentication configured. I suggest that you configure "no aaa new-model" and see if that does not clear up your problem.

Try it and let us know the result.

HTH

Rick

HTH

Rick

View solution in original post

7 Replies 7

Jon Marshall
Hall of Fame
Hall of Fame

Glen

At the risk of stating the obvious have you made sure there is no "login local" under the line vty configuration.

If there is just change it back to login.

HTH

Glen

In addition to Jon's suggestion about login local I would point out that if you have aaa authentication login configured, that is probably what is prompting for user name. If you do have aaa configured, if you want to keep aaa, then you could configure this to use line and enable passwords:

aaa authentication login default line

aaa authentication enable default enable

or if you have aaa but do not want to keep it then you can configure:

no aaa new-model

HTH

Rick

HTH

Rick

Login local is not an option on these boxes on the vty's .

amit-singh
Level 8
Level 8

Hi Glen,

Check the " login local " command under the line VTY interface. If its there, remove that. If still have issues, send us some old config if you have backed up.

-amit singh

Here is the basic config minus some dhcp stuff .

Glen

The config that you posted shows that it has aaa new-model but appears to have no aaa authentication configured. I suggest that you configure "no aaa new-model" and see if that does not clear up your problem.

Try it and let us know the result.

HTH

Rick

HTH

Rick

Thanks Rick useing the no username along with the no aaa new-model fixed the problem .