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
Using Command Completion in Configuration Mode
CLI command completion also applies to commands in configuration mode and to configuration statements.
To display all possible commands or statements:
- Type the partial string followed immediately by a question mark; to complete a command or statement that you have partially typed, press the Spacebar.
Command completion also applies to identifiers, with one slight difference.
To display all possible identifiers:
- Type a partial string followed immediately by a question mark.
- To complete an identifier, you must press the Tab key.
This scheme allows you to enter identifiers with similar names; then press the Spacebar when you are done typing the identifier name.
Examples: Using Command Completion in Configuration Mode
List the configuration mode commands:
[edit] user@host# ? Possible completions: commit Commit a set of changes delete Delete a configuration statement or identifier edit Specify edit level in hierarchy exit Exit from this level help Display help about commands and statements history Display command history insert Insert an identifier load Load configuration from an ASCII file rename Rename a statement or identifier rollback Discard current set of changes run Run an operational mode command save Save configuration to a file set Set a configuration property show Display configuration information top Return to top level of configuration mode up Move up one level in hierarchy
List all the statements available at the [edit] hierarchy level:
[edit] user@host# edit ? Possible completions: > interfaces Interfaces on the C Series Controller > policies Policy configuration > redirect-server Redirect server properties > routing-options Protocol-independent routing option configuration > services Service configuration > shared Configure a shared configuration > slot Component configuration > snmp SNMP agent > subscribers Subscriber and subscription configuration > system System parameters
List all the statements available at the [edit system] hierarchy level:
[edit] user@host# edit system ? Possible completions: <[Enter]> Execute this command > ldap LDAP properties > login Login properties > ntp NTP configuration > radius-server RADIUS server configuration > services System services configuration > syslog System log configuration > tacplus-server TACACS+ server configuration | Pipe through a command
List all commands that start with a particular letter or string:
[edit] user@host# edit system l? Possible completions: > ldap LDAP properties > login Login properties user@host# edit system l
List all configured Ethernet interfaces:
[edit] user@host# edit interfaces et? Possible completions: <name> Interface name eth0 eth1 eth2 eth3 user@host# edit interfaces et
Display a list of all configured interfaces:
user@host# show interfaces ? Possible completions: <[Enter]> Execute this command <name> Interface name eth0 Interface name lo Interface name | Pipe through a command user@host# show interfaces
Related Documentation
- Using SRC CLI Command Completion
- Getting Help for Commands and Statements for the SRC CLI
- Setting Command Completion for the SRC CLI
- Understanding SRC CLI Configuration Mode