Getting Help for Commands and Statements for the SRC CLI
Information about commands and statements is provided at each level of the CLI hierarchy. You can type a question mark to get help in the following ways:
- If you type the question mark at the command-line prompt, the CLI lists the available commands, statements, or options. For example, to view a list of top-level operational mode commands, type a question mark (?) at the command-line prompt.
user@host>?
Possible completions:clear Clear system-level objectsconfigure Enter configuration modedisable Stop an SDX componentenable Start an installed and configured componentexit Exit a CLI sessionfile Perform file operationshelp Display help about commands and statementshistory Display command historyrequest Make request for specified componentrestart Restart an SDX componentset Properties for the CLI environmentshow Display configuration informationssh Open SSH session to another hoststart Start shelltelnet Telnet to another hosttest Test a NIC resolutionuser@host>If you type the question mark after entering the complete name of a command, statement, or option, the CLI lists the available options, then displays again the text that you typed. user@host>clear ?
Possible completions:sae Clear SAE-level objectssecurity Delete security datauser@host> clearIf you type the question mark in the middle of a command, statement, or option name, the CLI lists possible command completions that match the letters you have entered so far, then displays again the text that you typed. For example, to list all operational mode commands that start with the letter c, type the following: user@host>c?
Possible completions:clear Clear (delete) dataconfigure Enter configuration modeuser@host> cYou can also get extended help for a command, statement, or option by using the
help
command:user@host>help enable
Start a specified SDX component.