Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The save command saves configuration files in the /pica/config/admin directoryhome/admin directory for admin user, and /home/test directory for test user. The load and execute commands look for configuration files in the same directory.

...

Code Block
admin@Spine1# load override ?
Possible completions:
  <text>                        Local file name
  myconfig.conf                 Size: 16643, Last changed: Wed Sep  9 21:33:21 2015 
admin@Spine1# load override myconfig.conf
Loading config file...
Config file was loaded successfully.

NOTE:

When you fail to load configuration file by using the load override command, you can try using load merge command to load the configuration file.


The load merge command merges the configuration in a file (saved earlier) with the running configuration. The following example merges the configuration in a file named myconfig.conf with the running configuration.

...