The CLI provides context-sensitive help at every level of the command hierarchy. The help information tells you which commands are available at the current level in the hierarchy and provides a brief description of each.
To get help while in the CLI, type a question mark (?) in one of the following ways:
user@host> request ?
Possible completions: chassis Perform chassis-specific operations ipsec Perform IP Security operations message Send text message to other users routing-engine Log in to Routing Engine security Perform security-level operations services Perform service application operations support Perform JUNOS support tasks system Perform system-level operations user@host> request
user@host> s?
Possible completions: set Set CLI properties, date/time, craft interface message show Show system information ssh Start secure shell on another host start Start shell user@host> s
The CLI also provides usage guidelines and summary information for text contained in configuration statements if you enter the help topic and help reference commands. For example, to display usage guidelines for the OSPF hello interval, enter the command help topic ospf hello-interval. You can enter help commands in operational or configuration mode.