asdfasa

How to load config from file in Junos

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:
Filename (URL, local, remote, or floppy)
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

Posted in Juniper and tagged , , .

Leave a Reply

Your email address will not be published. Required fields are marked *


9 − = eight

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>