I have a 2504 router, that is password protected.
How do I reset this, not worried about keeping config data.
Any advice appreciated.
Cheers,
Kristian
|
|
0
|
|
|
|
Reply
|
Post35 (1)
|
11/13/2003 4:01:40 PM |
|
In article <bp09s7$g13$1$8300dec7@news.demon.co.uk>,
Kristian Davies <Post@tonewsgroup.com> wrote:
:I have a 2504 router, that is password protected.
:How do I reset this, not worried about keeping config data.
Search www.cisco.com for 2500 password reset
and you should find complete instructions (probably involving
a connection to the serial port, a power cycle, sending break
within a few seconds, changing the config register, that sort
of stuff.)
--
So you found your solution
What will be your last contribution?
-- Supertramp (Fool's Overture)
|
|
0
|
|
|
|
Reply
|
roberson
|
11/13/2003 4:25:01 PM
|
|
type "password recovery procedure 2503" in the search field of www.cisco.com
"Kristian Davies" <Post@tonewsgroup.com> a �crit dans le message de news:
bp09s7$g13$1$8300dec7@news.demon.co.uk...
> I have a 2504 router, that is password protected.
>
> How do I reset this, not worried about keeping config data.
>
> Any advice appreciated.
>
> Cheers,
> Kristian
>
>
|
|
0
|
|
|
|
Reply
|
Fred
|
11/13/2003 6:38:17 PM
|
|
Unfortunately, it wont let me into the page I want, I have a Cisco userid
but its still not letting me in...
http://www.cisco.com/warp/customer/474/pswdrec_2500.html
Cheers,
Kristian
"Fred" <frederick.bour@wanadoo.fr> wrote in message
news:bp0ihv$tfk$1@news-reader4.wanadoo.fr...
> type "password recovery procedure 2503" in the search field of
www.cisco.com
>
>
> "Kristian Davies" <Post@tonewsgroup.com> a �crit dans le message de news:
> bp09s7$g13$1$8300dec7@news.demon.co.uk...
> > I have a 2504 router, that is password protected.
> >
> > How do I reset this, not worried about keeping config data.
> >
> > Any advice appreciated.
> >
> > Cheers,
> > Kristian
> >
> >
>
>
|
|
0
|
|
|
|
Reply
|
Kristian
|
11/14/2003 12:41:48 PM
|
|
Kristian Davies wrote:
> Unfortunately, it wont let me into the page I want, I have a Cisco userid
> but its still not letting me in...
> http://www.cisco.com/warp/customer/474/pswdrec_2500.html
Try http://www.cisco.com/warp/public/474/index.shtml
Regards,
Marco.
|
|
0
|
|
|
|
Reply
|
M
|
11/14/2003 1:00:45 PM
|
|
Hello,
here you have little copy&paste from Cisco pages...
Attach a terminal or PC with terminal emulation to the console port of the
router. Use the following terminal settings:
9600 baud rate
No parity
8 data bits
1 stop bit
No flow control
The required console cable specifications are described in the Cabling
Guide for RJ-45 Console and AUX Ports(Cisco 1000 Series, 2500 Series, and
AS5100).
Note: Password recovery procedures cannot be done using telnet
connections.
Using the power switch, turn the router off and then turn it back on.
Send a break sequence from the terminal keyboard within 60 seconds of the
power-up to put the router into ROMMON. The break sequence depends on your
Operating System/Terminal Emulator. See Standard Break Key Sequence
Combinations During Password Recovery for different key combinations.
Type o and press Enter at the > prompt, and record the current value of
the configuration register (usually 0x2102, or 0x102):
>o
!--- Shows the configuration register option settings
Configuration register = 0x2102 at last boot
Bit# Configuration register option settings:
15 Diagnostic mode disabled
.......
Type o/r 0x2142 and press Enter at the > prompt to boot from Flash without
loading the configuration.
Type i at the > prompt and press Enter.
The router reboots, but ignores its saved configuration.
Type no after each setup question or press Ctrl-C to skip the initial
setup procedure.
Type enable at the Router> prompt.
You'll be in enable mode and see the Router# prompt.
Type configure memory or copy startup-config running-config to copy the
NVRAM into memory. Do not type write memory or copy running
startup-config.
Type write terminal or show running-config.
The show running-config and write terminal commands show the configuration
of the router. In this configuration you see under all the interfaces the
shutdown command, which means all interfaces are currently shutdown. Also,
you can see the passwords either in encrypted or unencrypted format.
Type configure terminal and make the changes.
The prompt is now:
hostname(config)#
Type enable secret <password>.
Issue the no shutdown command on every interface that is used. If you
issue a show ip interface brief command after you exit configuration mode,
every interface that you want to use should be "up up".
Type config-register 0x2102, or the value you recorded in step 4.
This causes the router to load the Cisco IOS software from the Flash with
the configuration from NVRAM at the next reload.
Press Ctrl-z to leave the configuration mode.
The prompt is now:
hostname#
Type write memory or copy running-config startup-config to commit the
changes.
Type Reload to restart the router with the Cisco IOS software booting from
the Flash.
I hope that will help you.
Kind regards,
Piotr Derda
|
|
0
|
|
|
|
Reply
|
Piotr
|
11/14/2003 4:21:03 PM
|
|
Hello,
In alt.certification.cisco Kristian Davies <Post@tonewsgroup.com> wrote:
> Unfortunately, it wont let me into the page I want, I have a Cisco userid
> but its still not letting me in...
> http://www.cisco.com/warp/customer/474/pswdrec_2500.html
Password-Recovery is similar on nearly all Cisco-Routers (switches
have a different method for Password-Recovery):
Start the router and send a "break-character" to console while the
machine tries to boot. If this operation was successful, you are
now in the boot-monitor. Here, you can set the confuration-register
to the value 0x142 (the method to set this register is different,
depending of the version of the boot-monitor and maybe the type of
the router). When you reboot the machine with this value in the
configuration register, it does *not* load the configuration from
nvram, i.e. you have now a totally unconfigured router (with no
enable password and no enable secret). You can go to "enable mode",
copy the "startup-config" to the "running-config", set a new enable
password (or enable secret), write the configuration back to NVRAM
and reboot the machine. To restore the original value of the confi-
guration register, you have to send a break to the console while the
machine is booting to get in the boot-monitor, ...
The value of the configuration register is displayed when you type
the (unprivileged) command "show version", but in most cases a value
of 0x2102 should be usable (in case, you missed to write down the
original value *before* setting the config-register to 0x142).
bye,
Juergen Ilse (juergen@usenet-verwaltung.de)
--
Das Netz ist Freude. Es ist Ekstase, die jeden einzelnen Nerv ergl�hen
l��t. Es ist Duft, den man f�hlt. Es ist ein Bild, das man riecht.
Es ist Erf�llung - ein Geschmack, neben dem alles andere schal ist.
("Netzreiter-Preisung" aus dem Buch "Der Netzparasit" von Andreas Brandhorst)
|
|
0
|
|
|
|
Reply
|
Juergen
|
11/14/2003 10:42:44 PM
|
|
|
6 Replies
583 Views
(page loaded in 0.066 seconds)
Similiar Articles: Cisco 2504 Password reset - comp.dcom.sys.ciscoI have a 2504 router, that is password protected. How do I reset this, not worried about keeping config data. Any advice appreciated. Cheers, Krist... Hardware reset on a Cisco 827 router - comp.dcom.sys.cisco ...Cisco 2504 Password reset - comp.dcom.sys.cisco Cisco 2504 Password reset - Velocity Reviews - Computer Hardware I have a 2504 router, that is password protected. Password change not working for default password in cisco aironet ...Cisco 2504 Password reset - comp.dcom.sys.cisco Aironet 1200 in repeater mode work as bridge?? - comp.dcom.sys ... to reset the WLC to factory default settings ... Reset RSC password - comp.unix.solarisCisco 2504 Password reset - comp.dcom.sys.cisco Password policy - comp.unix.tru64 Reset RSC password - comp.unix.solaris Cisco 2504 Password reset - comp.dcom.sys.cisco ... Router always Starting in ROMMON mode - comp.dcom.sys.cisco ...Then when i type rommon1>reset router works fine. How can i repair it. I need it ... Cisco 2610 stuck in boot loop! - comp.dcom.sys.cisco ... Connecting Two Cisco 2610's ... How do I use KRON to reload a router? - comp.dcom.sys.cisco ...Cisco 2504 Password reset - comp.dcom.sys.cisco Type Reload to restart the router with the Cisco IOS software booting from the Flash. I hope that will help you. Writing to NVRAM - comp.unix.solarisCisco 2504 Password reset - comp.dcom.sys.cisco Writing to NVRAM - comp.unix.solaris Cisco 2504 Password reset - comp.dcom.sys.cisco Type configure memory or copy startup ... Aironet 1100 - How do I enable HTTP from Telnet? - comp.dcom.sys ...cisco 1700 username and password problem - comp.dcom.sys.cisco ... Aironet 1100 Default Username and Password not working ... Change enable password via SNMP - comp.dcom ... AP1200 ios upgrade fail (urgent) - comp.dcom.sys.ciscoCisco 2504 Password reset - comp.dcom.sys.cisco AP1200 ios upgrade fail (urgent) - comp.dcom.sys.cisco AP1200 ios upgrade fail (urgent) - comp.dcom.sys.cisco Cisco 2504 ... how do i reset the terminal - comp.unix.solarisCisco 2504 Password reset - comp.dcom.sys.cisco How do I reset this, not worried about keeping config data. Any advice appreciated. ... Attach a terminal or PC with ... Cisco 2504 Password reset - comp.dcom.sys.cisco | Computer GroupI have a 2504 router, that is password protected. How do I reset this, not worried about keeping config data. Any advice appreciated. Cheers, Krist... Cisco 2500 Series Router Architecture [Cisco 2500 Series Routers ...Cisco 2504. 0. 1. 0. 2. 1. Cisco 2520. 1. 0. 2. 2. 1. Cisco 2521. 0. 1. 2. 2. 1 ... ds 0x148618, regaddr = 0x2130000, reset_mask ... Password Recovery Procedures; Cisco 2500 Series Routers 7/26/2012 9:27:23 AM
|