Symbols
A
C
- C Series Controllers
- C Series controllers
- C Series platforms
- candidate configuration
- CLI
- command hierarchy
- command history
- command mode
- configuration mode
- command completion
- commands 1, 2
- comparing
- entering 1, 2
- exiting
- hierarchy 1, 2, 3
- navigation commands
- overview 1, 2
- statement description
- symbols in statement lists 1, 2
- verifying configurations
- editing level 1, 2
- environment settings
- help 1, 2
- interface elements
- keyboard sequences
- messages
- modes
- operating systems
- overview 1, 2
- password
- prerequisites
- privilege levels
- prompt strings
- tutorial
- working directory
- command output
- commands
- commit and-quit command 1, 2
- commit check command
- commit command 1, 2
- configuration
- configuration files
- configuration hierarchy
- configuration mode See CLI
- configuration statements
- deleting
- overview 1, 2
- symbols in statements
- configure command
- conventions
- count filter
- cursor, moving
- customer support 1
D
- delete command 1, 2
- directories on C Series Controller
- documentation
E
- edit command 1, 2
- enable command
- environment settings, CLI 1
- except filter
- exit command 1, 2
F
H
I
K
L
M
- manuals
- messages
- MORE filter
- MORE prompt
N
O
- online help See CLI, help
- operational mode
P
Q
R
- redrawing screen
- regular expressions
- rename command 1, 2
- request system halt command
- request system reboot
- restart command 1, 2
- rollback command 1, 2
- run command
S
- save command
- screen
- set cli complete-on-space command
- set cli directory command 1, 2
- set cli language command
- set cli level command
- set cli password command
- set cli prompt command
- set cli screen-length command
- set cli screen-width command
- set cli terminal command
- set command 1, 2
- show cli authorization command
- show cli command
- show cli history command
- show cli level command
- show command
- show component command 1, 2
- show configuration command
- show system information command
- SRC CLI
- starting
- SRC components
- SRC modules
- SRC software
- statements See configuration statements, names of individual statements
- support, technical See technical support
- symbols in statements
T
U
- up command
- URLs in commands
- user accounts
W
X
Download This Guide
Preparing a File to Be Loaded into the Current SRC Configuration
When you save your current configuration to a file, the file contains the configuration in its current form, including any uncommitted changes. If more than one user is modifying the configuration, all changes made by all users are saved.
When you save a configuration to a file, the contents of the current level of the statement hierarchy (and below) are saved, along with the statement hierarchy containing it. When you save a file to XML format, the software inserts a line in the saved file to indicate the level at which the file was saved. For example:
The file is saved in the current working directory. When you load a file that was saved at a specific hierarchy level, use the relative option for a load command. If you do not use the relative option, the command disregards the sdx:current="true" text in XML files.
If you plan to copy a configuration file from the C Series Controller to another system and back, make sure that you have SSH or Telnet enabled on the C Series Controller.
The examples in the following procedure show how to prepare a file in XML format; the procedure is the same for files in text format and set format.
To prepare a configuration file for loading into the SRC configuration:
- In configuration mode, navigate to the level at or below which you want to save the configuration.
- Run the save command.
For example:
[edit system]user@host# save systemcfg.xml 172 lines written to systemcfg.xml[edit system] - Edit the file.
On a C Series Controller:
- Copy the file to a remote system, and then edit it. For
example:user@host> file copy /root/systemcfg.xml ftp://user@myserver/systemcfg.xml Password: user@host>
For information about specifying the filename, see Specifying Filenames and URLs.
- Edit the file in the editor of your choice.
- Copy the edited file back to the C Series Controller.
For example:user@host> file copy ftp://user@myserver/systemcfg.xml /root/systemcfg2.xmlPassword: user@host>
- Copy the file to a remote system, and then edit it. For
example:
For information about enabling SSH and Telnet on the C Series Controller, see Enabling Remote Users to Access the C-Web Interface.
Related Documentation
- Before You Load a Configuration
- About SRC Configuration Files in XML Format
- About SRC Configuration Files in Text Format
- About SRC Configuration Files in Set Format
- Commands to Load a Configuration