Cli Help Features - Cisco SCE 8000 10GBE Software Configuration Manual

Table of Contents

Advertisement

Chapter 2
Command-Line Interface

CLI Help Features

CLI provides context sensitive help. Two types of context sensitive help are supported:
Partial Help
To obtain a list of commands that begin with a particular character string, enter the abbreviated command
entry immediately followed by a question mark (?). This form of help is called partial help, because it
lists only the keywords or arguments that begin with the abbreviation you entered.
Example:
The following example illustrates how typing c? displays all available arguments that start with the letter
c.
SCE(config)#snmp-server c?
Communitycontact
SCE(config)#snmp-server c
Argument Help
To obtain a list of keywords or parameters associated with a command, type a question mark (?) in place
of a keyword or parameter on the command line.
Note that if <Enter> is acceptable input, the symbol <cr> represents the Enter key.
Example:
The following example illustrates how to get a list of all arguments or keywords expected after the
command snmp-server.
SCE(config)#snmp-server?
community Define community string
contact Set system contact
enable Enable the SNMP agent
host Set traps destination
interface Set interface parameters
SCE(config)# snmp-server
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
DECIMAL Any decimal number. Positive number is assumed, for negative numbers use the "–"
HEX
OL-30621-02
Partial Help, page 2-9
Argument Help, page 2-9
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.
symbol.
A hexadecimal number; must start with either 0x or 0X.
Cisco SCE 8000 10GBE Software Configuration Guide
CLI Help Features
2-9

Advertisement

Table of Contents
loading

Table of Contents