Greetings
I'm trying to change the configuration on a cisco2811 router without luck.
I have setup a tftp server and managed to save my router's config file in there.
"copy run tftp"
I then edit the config file, save it, close the editor then transfer this file back to my router.
"copy tftp run"
This runs without errors
"show run"
I get the old config on the router.
Next try,
"copy tftp start"
The file is transferred to startup config, no errors.
"show start"
I see the new file.
"copy start run"
"show run"
I see the old file.
The file in the running config is not changing!
"reload" or switch router off
"show run" or "show start"
Both show the old running config, therefore no change in the running configuration. The startup config now also the old running config.
I have also tried the CLI config and do the "write" command before exiting config mode, reload the router, the running config does not change. Where am I going wrong.
Further:
1. Where does the running config file reside?
2. Every time i do a copy to the running-config file I can see the update time has changed on the " -rw- " running-config file in the flash: directory on the router, but the contents do not change, are the file permissions correct, please help.
I'm trying to change the configuration on a cisco2811 router without luck.
I have setup a tftp server and managed to save my router's config file in there.
"copy run tftp"
I then edit the config file, save it, close the editor then transfer this file back to my router.
"copy tftp run"
This runs without errors
"show run"
I get the old config on the router.
Next try,
"copy tftp start"
The file is transferred to startup config, no errors.
"show start"
I see the new file.
"copy start run"
"show run"
I see the old file.
The file in the running config is not changing!
"reload" or switch router off
"show run" or "show start"
Both show the old running config, therefore no change in the running configuration. The startup config now also the old running config.
I have also tried the CLI config and do the "write" command before exiting config mode, reload the router, the running config does not change. Where am I going wrong.
Further:
1. Where does the running config file reside?
2. Every time i do a copy to the running-config file I can see the update time has changed on the " -rw- " running-config file in the flash: directory on the router, but the contents do not change, are the file permissions correct, please help.