Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Load and Commit the Configuration File

Once the saved configuration file is copied to the router, you load and commit the file:

  1. Start the CLI configuration mode.
    user@routername> configure
    Entering configuration mode

    [edit]
    user@host#
  2. Load the file into the current configuration. You should override the existing file.
    user@host# 
    load override /var/tmp/filename
    load complete
  3. Commit the file.
    user@host# commit
    commit complete
  4. Exit the CLI configuration mode.
    user@host# exit
    user@host>
  5. Back up Junos OS.

    After you have installed the software on the router, committed the configuration, and are satisfied that the new configuration is successfully running, issue the request system snapshot command to back up the new software to the /altconfig file system. If you do not issue the request system snapshot command, the configuration on the alternate boot drive will be out of sync with the configuration on the primary boot drive.

    The request system snapshot command causes the root file system to be backed up to /altroot, and /config to be backed up to /altconfig. The root and /config file systems are on the router’s CompactFlash card, and the /altroot and /altconfig file systems are on the router’s hard disk or solid-state drive (SSD).

Published: 2013-01-11

Published: 2013-01-11