Saving configuration to file in Junos
[edit]
root@hub-vSRX1# show | save configuration.txt
Wrote 280 lines of output to 'configuration.txt'
[edit]
root@hub-vSRX1# save configuration.txt
Wrote 280 lines of configuration to 'configuration.txt'
Loading configuration from a file
[edit]
root@hub-vSRX1# load ?
Possible completions:
factory-default Override existing configuration with factory default
merge Merge contents with existing configuration
override Override existing configuration
patch Load patch file into configuration
replace Replace configuration data
set Execute set of commands on existing configuration
update Update existing configuration
[edit]
root@hub-vSRX1# load override ?
Possible completions:
configuration.txt Size: 6787, Last changed: Mar 20 10:48:12
terminal Use login terminal
[edit]
root@hub-vSRX1# load override configuration.txt ?
Possible completions:
<[Enter]> Execute this command
| Pipe through a command
[edit]
root@hub-vSRX1# load override configuration.txt
load complete
[edit]
root@hub-vSRX1# commit