08-20-2019 10:56 AM
when I restart the cisco isr 1100, the vpn configuration is lost, I have to apply the copy startup config running config command to show all my router settings
Solved! Go to Solution.
08-21-2019 05:50 AM
Hello,
as correctly guessed by Rick you have a wrong config register value
>> Configuration register is 0x41
that hexadecimal 4 in second position means ignores the startup config at boot.
You should change the config register to the following value
0x2001
try with
conf t
config-register 0x2001
in global config mode and then save the config.
Hope to help
Giuseppe
08-20-2019 12:40 PM
Hi @unidadso ,
Query:
Are only VPN configurations lost or are all device configurations lost?
Regards
08-20-2019 12:56 PM
I agree that it is good to get clarification about this. If I am understanding the original post correctly it states that they apply the startup config to running config to resolve the issue, which implies that it is not just the vpn part of the config that is lost. Will the original poster please clarify what the problem is.
They symptoms sound like the router might have gone through password recovery which sets the config register to 0x2142 and results in the startup config being ignored. Would the original poster please post the output of show version. At the bottom of the output should be a line which tells the value of the config register.
HTH
Rick
08-21-2019 04:30 AM
08-21-2019 05:50 AM
Hello,
as correctly guessed by Rick you have a wrong config register value
>> Configuration register is 0x41
that hexadecimal 4 in second position means ignores the startup config at boot.
You should change the config register to the following value
0x2001
try with
conf t
config-register 0x2001
in global config mode and then save the config.
Hope to help
Giuseppe
08-21-2019 06:37 PM
08-21-2019 11:12 PM
Hello unidadso,
after reload take the following outputs in two different text files
show run
show conf
and then compare them to see if there is any difference.
Unless you are hitting a SW bug the VPN connections should be able to be setup after reload.
Hope to help
Giuseppe
08-22-2019 07:54 AM
There is much that we do not know about this situation and that makes it difficult to give good advice. It seems to me that probably there are 2 issues here and they may not be related. The first issue was that the config was getting lost when rebooted. I believe that we have solved that issue by changing the config register. Can the original poster confirm that this part really is solved and that the config is correctly loaded after reboot?
The second issue seems to be that vpn does not connect. Can we find out more about the vpn situation? Has this vpn worked correctly and then stopped working? What kind of vpn is it (site to site vpn or Remote Access vpn)? Can you post the config so that we can see the details of the vpn?
HTH
Rick
08-22-2019 02:34 PM
08-22-2019 03:35 PM
You seem to describe Dead Peer Detection as something that would help to re-establish the vpn if it has gone down. That is not what DPD does. DPD checks to make sure that the remote peer is responding. If the remote peer does not respond within the specified period then DPD will bring the vpn down. Bringing the vpn back up would need to have one of the peers having data that should go through the vpn. What you describe of manually bringing down the vpn on the rv042g and manually bringing it up would generate the required traffic. I believe that what you want is something that would dynamically bring it up rather than needing manual intervention. Is that correct?
HTH
Rick
08-22-2019 05:29 PM
08-22-2019 02:26 PM
08-21-2019 04:33 AM
07-15-2020 09:05 PM
i have the same probleme but just for dsl connection, whene i finish configuration all it's ok
i save configuration
and whene i reboot my router, non connection dsl (initializing)
tks for your help
07-16-2020 12:28 AM
Hello,
I think the original post was related to a configuration that was partly lost, due to a wrong configuration register setting. Are you actually losing your configuration, or is the DSL link just not connecting ? Either way, post the output of 'sh ver', as well as the running configuration of your ISR...
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