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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2620 cant save configuration 1

Status
Not open for further replies.

Almin

Technical User
Mar 1, 2010
137
US
Hi

I was writing up a coinfiguration for my 2620 router and when I was done I saved the config by using the wr command

I issued the show running-config and show startup-config and I was able to see my configuration

After I reloaded the router the router came back and asked me if I would like to set it up like there is noithing there. I did write the configuration multiple times and saved it but nothing.

What is weird when I select n when the router comes up and issue the command show running-config I can see the config but it's not working...
example shown bellow

--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]: n


Press RETURN to get started!


Router>
Router>en
Router#
Router#
Router#
Router#sh conf
Using 1219 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RouterB
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$wA8w$nidfQPkKYzpg97xeB0Oqk.
enable password ciscopress1
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip ips deny-action ips-interface
no ip domain lookup
!
no ftp-server write-enable
!
!
!
!
!
no crypto isakmp ccm
!
!
!
interface FastEthernet0/0
description LAN network for PC2
ip address 192.168.111.254 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
description Serial T1 Connection to BackupRouter
ip address 192.168.12.2 255.255.255.0
no dce-terminal-timing-enable
!
interface Serial0/1
description Serial T1 Connection to RouterA
ip address 192.168.2.2 255.255.255.0
no dce-terminal-timing-enable
!
router eigrp 1
network 192.168.2.0
network 192.168.3.0
network 192.168.11.0
network 192.168.12.0
no auto-summary
!
ip classless
!
no ip http server
no ip http secure-server
!
!
!
control-plane
!
!
!
!
line con 0
exec-timeout 10 30
password ciscopress
login
line aux 0
line vty 0 4
exec-timeout 5 30
password ciscopress
login
!
!
end

Router#ping 192.168.1.1
% Unrecognized host or address, or protocol not running.

Router#sh ip int brief
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0/0 unassigned YES unset administratively down down

Serial0/0 unassigned YES unset administratively down down

Serial0/1 unassigned YES unset administratively down down

Router#

I get the same output when I issue show startup-config as well

did some research couldnt find anything on this stuff


any ideas?





 
Change the config-register to 0x2102. You can confirm what it is at the bottom of show version...

router>en
router#conf t
router(config)#config-reg 0x2102
router(config)#end
router#reload

Post a sh ver before you do this, just to confirm.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
thanks Tim

that did it... I didnt even noticed that the config register was set to 0x2143 or something like that

thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top