Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2511 login problem

Status
Not open for further replies.

tuks

Technical User
Jul 16, 2000
75
0
0
FJ
Hi,

I change the configuration of my dialup router and forgot to put in a username and password. Now when I try to log in it ask me for the username and password. I try to connect to the console port but it doesnt allow me. How can I log in and set up a username and password. Below is my configuration:


version 11.2
no service udp-small-servers
no service tcp-small-servers
!
hostname SuvaDialUpRouter01
!
aaa new-model
aaa authentication local-override
aaa authentication login use-radius radius local
aaa authentication ppp use-radius if-needed radius local
aaa authorization exec radius local if-authenticated
aaa authorization network radius local if-authenticated
enable secret 5 $1$6jak$0rKVDj1H51I12s/IqwKjA/
!
ip name-server 10.1.85.156
!
async-bootp dns-server 10.1.85.156
async-bootp nbns-server 10.1.85.189
!
interface Ethernet0
ip address 10.1.85.2 255.255.255.0
ip broadcast-address 10.1.85.255
no ip mroute-cache
no ip route-cache
!
interface Serial0
no ip address
no ip mroute-cache
no ip route-cache
no keepalive
shutdown
no fair-queue
!
interface Serial1
no ip address
no ip mroute-cache
no ip route-cache
no keepalive
shutdown
no fair-queue
!
Interface Group-async 1
ip unnumbered Ethernet0
no ip mroute-cache
encapsulation ppp
no ip route-cache
keepalive 10
async dynamic address
async mode interactive
peer default ip address pool dialin
ppp reliable-link
ppp authentication chap use-radius
group-range 1 16
!
ip local pool dialin 10.86.1.1 10.86.1.16
!
!
ip default-gateway 10.1.85.22
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.85.22
radius-server host 10.1.85.156 auth-port 1645 acct-port 1646
radius-server key RoLalabalavu29

!
line con 0

line 1 16
autoselect during-login
autoselect ppp
script dialer cisco-default
login authentication use-radius
modem InOut
transport input all
flowcontrol hardware
line aux 0
transport input all
line vty 0 4



I need help
 
hi you can hard boot the router and press F8 and then wait till goes in to the mode which will help you to put in your username and password.

please try and this should help u.
 
You will have to reboot the router and press the break key during boot up. This will bring you to the ROMMON prombt, once you are at this prompt use this url this is the password recovery method but it works for AAA also. Copy the startup config to your running config then create the username and password. It can be kind of tricky but if all else fails you can always paste your config without the AAA setting then start from that point.

Good Luck
 
Thanks EMI. I manage to log in and add a username and password.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top