Hi All,
When my router boots up it copies the contents of startup-config into running config as expected ending with
13:22:34 GMT: %SYS-5-CONFIG_I: Configured from memory by console
However after this has happened the following commands are run, and I cannot find where they are coming from...
CMD: 'access-list 199 permit icmp host 10.10.10.10 host 20.20.20.20' 13:22:34 GMT Sun Feb 7 2016
CMD: 'crypto map NiStTeSt1 10 ipsec-manual' 13:22:34 GMT Sun Feb 7 2016
CMD: 'match address 199
' 13:22:34 GMT Sun Feb 7 2016
CMD: 'set peer 20.20.20.20
' 13:22:34 GMT Sun Feb 7 2016
CMD: 'exit' 13:22:34 GMT Sun Feb 7 2016
CMD: 'no access-list 199' 13:22:34 GMT Sun Feb 7 2016
CMD: 'no crypto map NiStTeSt1' 13:22:34 GMT Sun Feb 7 2016
Unfortunately these commands are triggering some kind of bug which is restarting the router, so I can't get an equivalent the configured from memory by console command to see where these commands are coming from. They are not a part of the start-up config or underlying config. Any ideas where they might be coming from would be much appreciated.