Uploading A Configuration File (Cli Procedure) - Dell PowerConnect J-EX4200-24T Software Manual

J series; j-ex series
Table of Contents

Advertisement

Dell PowerConnect J-Series Ethernet Switch Complete Software Guide for Junos OS

Uploading a Configuration File (CLI Procedure)

Table 51: Options for the load command
Options
merge
override
replace
336
Managing Configuration Files Through the Configuration History (J-Web
Procedure) on page 338
Loading a Previous Configuration File (CLI Procedure) on page 340
Reverting to the Default Factory Configuration for the J-EX Series Switch on page 341
Reverting to the Rescue Configuration for the J-EX Series Switch on page 343
Setting or Deleting the Rescue Configuration (CLI Procedure) on page 344
Setting or Deleting the Rescue Configuration (J-Web Procedure) on page 345
Configuring Autoinstallation of Configuration Files (CLI Procedure) on page 345
You can create a configuration file on your local system, copy the file to the J-EX Series
switch and then load the file into the CLI. After you have loaded the configuration file,
you can commit it to activate the configuration on the switch. You can also edit the
configuration interactively using the CLI and commit it at a later time.
To upload a configuration file from your local system:
Create the configuration file using a text editor such as Notepad, making sure that the
1.
syntax of the configuration file is correct. For more information about testing the
syntax of a configuration file see Junos OS System Basics and Services Command
Reference at
http://www.juniper.net/techpubs/software/junos/
In the configuration text file, use an option to perform the required action when the
2.
file is loaded. Table 51 on page 336 lists and describes some options for the
command.
Description
Combines the current active configuration and the configuration in filename or the one that you
type at the terminal. A
merge
configuration. If the active configuration and the incoming configuration contain conflicting
statements, the statements in the incoming configuration override those in the active
configuration.
Discards the current candidate configuration and loads the configuration in filename or the one
that you type at the terminal. When you use the
all system processes reparse the configuration. You can use the
the hierarchy.
Searches for the
tags, deletes the existing statements of the same name, if any, and
replace
replaces them with the incoming configuration. If there is no existing statement of the same
name, the
operation adds the statements marked with the
replace
configuration.
NOTE: For this operation to work, you must include
configuration you type at the terminal.
Press Ctrl+A to select all the text in the configuration file.
3.
Press Ctrl+C to copy the contents of the configuration text file to the Clipboard.
4.
operation is useful when you are adding a new section to an existing
option and commit the configuration,
override
replace
.
load
option at any level of
override
tag to the active
replace
tags in the text file or in the

Advertisement

Table of Contents
loading

Table of Contents