reload cisco 5510 config without reboot

Jay_2

2[H]4U
Joined
Mar 20, 2006
Messages
3,583
is there any way to reload the current saved (not running) config without a reboot of the firewall?

Thanks
 
what command have you issues that isn't taking effect?

if you want to reset all the connections you could issue a clear xlate
 
To discard the running configuration and load a saved one without requiring a restart:

asa(config)# clear configure all
asa(config)# copy startup-config running-config
 
Back
Top