03-28-2022 05:13 AM
The router would first only boot onto rommon mode. This has been solved with these steps:
After this the router wil load normally but doesn't save anything when I use the commando's copy run start etc. It is an CISCO 1841 Router this is what happens when I boot it:
System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 2006 by cisco Systems, Inc. PLD version 0x10 GIO ASIC version 0x127 c1841 platform with 131072 Kbytes of main memory Main memory is configured to 64 bit mode with parity disabled Upgrade ROMMON initialized program load complete, entry point: 0x8000f000, size: 0xcb80 program load complete, entry point: 0x8000f000, size: 0xcb80 program load complete, entry point: 0x8000f000, size: 0x16474e4 Self decompressing the image : ############################################################################################################### [OK] Smart Init is enabled smart init is sizing iomem ID MEMORY_REQ TYPE 0X003AA110 public buffer pools 0X00211000 public particle pools 0X00020000 Crypto module pools 0X002E 0X00035000 Card in slot 0 0X000021B8 Onboard USB If any of the above Memory Requirements are "UNKNOWN", you may be using an unsupported configuration or there is a software problem and system operation may be compromised. Allocating additional 6568963 bytes to IO Memory. PMem allocated: 118489088 bytes; IOMem allocated: 15728640 bytes Restricted Rights Legend Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) of the Commercial Computer Software - Restricted Rights clause at FAR sec. 52.227-19 and subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS sec. 252.227-7013. cisco Systems, Inc. 170 West Tasman Drive San Jose, California 95134-1706 Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(23), RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2008 by Cisco Systems, Inc. Compiled Sat 08-Nov-08 20:07 by prod_rel_team This product contains cryptographic features and is subject to United States and local country laws governing import, export, transfer and use. Delivery of Cisco cryptographic products does not imply third-party authority to import, export, distribute or use encryption. Importers, exporters, distributors and users are responsible for compliance with U.S. and local country laws. By using this product you agree to comply with applicable laws and regulations. If you are unable to comply with U.S. and local laws, return this product immediately. A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html If you require further assistance please contact us by sending email to export@cisco.com. Cisco 1841 (revision 7.0) with 115712K/15360K bytes of memory. Processor board ID FCZ1305111T 2 FastEthernet interfaces 1 ATM interface 1 Virtual Private Network (VPN) Module DRAM configuration is 64 bits wide with parity disabled. 191K bytes of NVRAM. 31360K bytes of ATA CompactFlash (Read/Write) --- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: no Press RETURN to get started! sslinit fn *Mar 28 13:12:22.415: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0 State changed to: Initialized *Mar 28 13:12:22.419: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0 State changed to: Enabled *Mar 28 13:12:28.483: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down *Mar 28 13:12:28.499: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down *Mar 28 13:12:34.023: %SYS-5-RESTART: System restarted -- Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(23), RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2008 by Cisco Systems, Inc. Compiled Sat 08-Nov-08 20:07 by prod_rel_team *Mar 28 13:12:34.027: %SNMP-5-COLDSTART: SNMP agent on host Router is undergoing a cold start *Mar 28 13:12:34.335: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is OFF *Mar 28 13:12:35.395: %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively down *Mar 28 13:12:35.395: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down *Mar 28 13:12:35.399: %LINK-5-CHANGED: Interface ATM0/0/0, changed state to administratively down *Mar 28 13:12:36.399: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0/0/0, changed state to down
Personally I think it is because of this. But I don't know how to fix it:
program load complete, entry point: 0x8000f000, size: 0xcb80 program load complete, entry point: 0x8000f000, size: 0xcb80 program load complete, entry point: 0x8000f000, size: 0x16474e4 Self decompressing the image : #####################################
Thanks in advance!
Solved! Go to Solution.
03-28-2022
05:31 AM
- last edited on
03-29-2022
04:50 AM
by
Translator
Hi
This is the expected behavior. After touter come up, you need to change the config register again.
the value 0x2142 ignores the NVRAM memory.
You need to use the 0x2102
Router# configure terminal
Router(config)# config-register 0x2102
03-28-2022
05:31 AM
- last edited on
03-29-2022
04:50 AM
by
Translator
Hi
This is the expected behavior. After touter come up, you need to change the config register again.
the value 0x2142 ignores the NVRAM memory.
You need to use the 0x2102
Router# configure terminal
Router(config)# config-register 0x2102
03-28-2022 05:52 AM
This was the solution. Thank you very much!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide