Hi,
I wanted to know if I can somehow run silently without the user being prompted for yes/no:
copy running-config disk0:test_config
or is there any other way I can achieve the use case without user's input.
Thanks.
Thanks, Santosh for your quick response this command "show run | file disk0:show_run" solves 1st part of trying to save the "running-config" in the file named "test_config" without the user being prompted but when I run this the second time it'll pro...
Hi, This works for IOS device but this doesn't work for IOS-XR devices, can you please let me know if similar kind of command is available in IOS-XR device to achieve the use case where I am trying to `copy running-config` in a file. Thanks