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
About SRC Configuration Files in Set Format
To create a configuration file in set format, you can perform the following tasks:
- Run the save filename format set command that saves the configurations to a file in set format.
- Run the show command at a specified hierarchy level, and then copy the output into a file.
You can also create a configuration file in set format that includes configuration mode commands to be executed and then load this file through the load set command. Use the editor of your choice to create the file.
The set format structure follows the same hierarchy as the CLI. For example, in configuration mode the following statements are available at the [edit shared sae group group-name configuration] hierarchy level:
[edit shared sae group group-name configuration]
user@host# set configuration driver aaa ? Possible completions: keep-alive-timeout Keepalive timeout (0..INF s) max-update-interval Maximum interval of interim updates (0..INF s) registry-retry-interval Registry retry timeout (0..INF s) reply-timeout Reply timeout (0..INF s) resume-unrecovered Resume unrecovered user session sequential-message-timeout Sequential message timeout (0..INF s) thread-idle-timeout Thread idle timeout (0..INF s) thread-pool-size Thread pool size (100..400) transient-session-timeout Transient session timeout (0..INF s) update-grace-period Grace period for an interim update (0..INF s)
In a set format configuration file, the configurations are the same as the statements in the [edit shared sae group group-name configuration] hierarchy.
set shared sae group POP-ID configuration driver aaa keep-alive-timeout 60 set shared sae group POP-ID configuration driver aaa max-update-interval 3600 set shared sae group POP-ID configuration driver aaa registry-retry-interval 30 set shared sae group POP-ID configuration driver aaa reply-timeout 25 set shared sae group POP-ID configuration driver aaa resume-unrecovered set shared sae group POP-ID configuration driver aaa sequential-message-timeout 20 set shared sae group POP-ID configuration driver aaa thread-idle-timeout 60 set shared sae group POP-ID configuration driver aaa thread-pool-size 50 set shared sae group POP-ID configuration driver aaa transient-session-timeout 90 set shared sae group POP-ID configuration driver aaa update-grace-period 900
Related Documentation
- Attributes in SRC Configuration Files
- About SRC Configuration Files in Text Format
- About SRC Configuration Files in XML Format
- Preparing a File to Be Loaded into the Current SRC Configuration
- Before You Load a Configuration