05-26-2022 01:39 AM
hi,
im using rv345. why does my config lost after a reboot of this machine.
i had user config, LAN config, VLAn, access rules and many more. on a reboot after a power maintenance, looks like rv345 has reset its config. i had to redo the config from scratch.
any workaround or action plan? thanks in advance.
05-26-2022 01:58 AM - edited 05-26-2022 02:06 AM
Have you were saved your config to memory ??
Try below Solution..
The most likely reason why the router has bypassed the startup configuration stored in NVRAM is that the configuration register has not been set properly. To change your configuration register so that the router does not ignore or skip the startup configuration upon reboot or power cycle, complete these steps:
From the Router# prompt:
Type configure terminal , and press ENTER.
Type config-register 0x2102, and press ENTER.
Type end, and press ENTER.
To verify the configuration register change, type show version at the Router# prompt, and review your show version command output again. Look for the configuration register setting, which must show a new value upon the next reload. Here is an example:
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#config-register 0x2102 Router(config)#end Router#show version Cisco Internetwork Operating System Software IOS (tm) 2500 Software (C2500-JS-L), Version 12.1(5), RELEASE SOFTWARE (fc1) Copyright (c) 1986-2000 by cisco Systems, Inc. Compiled Wed 25-Oct-00 05:18 by cmong Image text-base: 0x03071DB0, data-base: 0x00001000 ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE BOOTFLASH: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTWARE (fc1) Router uptime is 11 minutes System returned to ROM by reload System image file is "flash:c2500-js-l_121-5.bin" cisco 2500 (68030) processor (revision D) with 16384K/2048K bytes of memory. Processor board ID 03867477, with hardware revision 00000000 Bridging software. X.25 software, Version 3.0.0. SuperLAT software (copyright 1990 by Meridian Technology Corp). TN3270 Emulation software. 1 Token Ring/IEEE 802.5 interface(s) 2 Serial network interface(s) 32K bytes of non-volatile configuration memory. 16384K bytes of processor board System flash (Read ONLY) Configuration register is 0x2142 (will be 0x2102 at next reload)
When the router is reloaded, the new configuration register setting becomes active.
Router#reload System configuration has been modified. Save? [yes/no]: n Proceed with reload? [confirm]
Your router now loads with the startup configuration, and the configuration register is set to 0x2102. Your configuration loads properly after the next reload or power cycle.
Thanks,
Jitendra
05-26-2022 03:45 AM
Type config-register 0x2102, and press ENTER. These commands are applicable to IOS based devices not RV-series.
M.
05-26-2022 04:03 AM
yes .. Thanks for correct me..
Configuration Register Setting Router Behavior
0x102 |
|
0x1202 |
|
0x2101 |
|
0x2102 |
|
0x2120 |
|
0x2122 |
|
0x2124 |
|
0x2142 |
|
0x2902 |
|
0x2922 |
|
0x3122 |
|
0x3902 |
|
0x3922 |
|
If the value you have for the configuration register is not in the table, then determine which bits are set in order to compute the value:
Bit Number Hex Meaning
00-03 | 0x0000-0x000F | Boots Field Parameters:
|
06 | 0x0040 |
|
07 | 0x0080 |
|
08 | 0x0100 |
|
09 | 0x0200 |
|
10 | 0x0400 |
|
5,11,12 | 0x0020, 0x0800, 0x1000 |
|
13 | 0x2000 |
|
14 | 0x4000 |
|
15 | 0x8000 |
|
05-26-2022 04:19 AM
how do i enable terminal to the switch
05-26-2022 05:01 AM
which switch taking about ??
if you looking for an RV router terminal to enable ?? there is very limited on VR.
on a RV345 you go to Admin > Config management > Source Filename & Destination Filename. Change them via the drop down selection and to download select download to PC in the destination box.
The file is exported as an xml file which means you can edit the xml and upload with the changes you want. You should be able to keep one as a template and modify this xml file for every new client including static dhcp clients. It's pretty lengthy and appears to have every page of cofigs which obviously would make sense.
You can refer below discussion.
thanks,
Jitendra
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