Chapter 3 Command Line Interface
CLI Help Features
SCE 1000 2xGBE Release 2.0.10 User Guide
3-12 OL-7117-02
EXAMPLE:
The following example illustrates how to get a list of all arguments or keywords expected after
the command snmp-server.
SCE 1000(config)#snmp-server ?
Community Define community string
Contact Set system contact
Enable Enable the SNMP agent
Host Set traps destination
Location Set system location
SCE 1000(config)#
When asking for help on particular parameter, the system informs you of the type of data that is
an accepted legal value. The types of parameters supported are:
STRING When a String is expected, you can enter any set of characters or digits. If the string has a
space as one of its characters, use double-quote (“) marks to enclose the string.
DECIMAL Any decimal number. Positive number is assumed, for negative numbers use the “–”
symbol.
HEX A hexadecimal number; must start with either 0x or 0X.
EXAMPLE:
The following example illustrates the use of ? to get help on commands syntax. In this example,
you can enter either the word running-config, or any name of a file, after the word copy.
SCE 1000#copy ?
running-config Copy running configuration file
STRING Source file name
SCE 1000#
The [no] Prefix
Many CLI commands offer the option of adding the word no before the command to disable the
feature controlled by the command or revert it to its default configuration. This notation is shown
in the CLI Command Reference (on page A-1) as [no] to denote it is optional.
For example, no service telnetd disables the telnet server. Enabling the telnet server is
done by typing service telnetd.
Comments to this Manuals