[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Online Help

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:

When you enter the help commands described in Table 27, the CLI displays usage guidelines and summary information for configuration statements and operational mode commands. You can enter help commands in operational or configuration mode.

Table 27: help Commands

CLI Command

Description

help apropos string

Displays Help based on a text string contained in a statement or command name.

If the string contains spaces, enclose it in quotation marks. You also can specify a regular expression for the string, using standard UNIX-style regular expression syntax.

In configuration mode, this command displays statement names and Help text that match the string specified.

In operational mode, this command displays the following types of commands that match the string specified, plus Help text:

  • Operational mode commands
  • help topic and help reference commands you can enter for more information

For example, to get a list of statements that contain the string traps, enter the help apropos traps command in configuration mode.

help reference string

Displays summary information for configuration statements.

For example, to display summary information for the OSPF hello interval, enter the command help reference ospf hello-interval.

Note: In some cases, multiple Help topics are available for the same configuration statement. When an existing JUNOS statement has been modified for JUNOS software with enhanced services, two help commands are available—one describing the original JUNOS statement and another describing the updates to that statement for JUNOS software with enhanced services. To view the Help topic that describes the modifications made for JUNOS software with enhanced services enter the help command that contains the string junos-es. For example, to view Help for the access profile profile-name authentication-order statement, enter help reference access authentication-order-junos-es.

help topic string

Displays usage guidelines for configuration statements.

For example, to display usage guidelines for the OSPF hello interval, enter the command help topic ospf hello-interval.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]