Specifications
1-2
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.5(0)XO
OL_28738-01
Chapter 1 Command-Line In terfa ce
How to Find Command Options
How to Find Command Options
This section provides an example of how to display syntax for a command. The syntax can consist of
optional or required keywords . To display keywords for a command, enter a question mark (?) at th e
command prompt or after ente ring part of a command followed by a space. The Catalyst 4500 series
switch software displays a list of available keywords along with a brief descr iption of the keywords. For
example, if you are in global configur ation mode and want to see all t he keywords for the arap
command, you enter arap ?.
Table 1-2 shows examples of how you can use the question mark (?) to assist you in entering commands
and also guides you through ente ring the following comm ands:
• interface gigabitethernet 1/1
• chan nel-group 1 mode auto
Table 1-2 How to Find Co mmand Op tion s
Command Purpose
Switch> enable
Password: <password>
Switch#
Enter the enable command and
password to access privileged EXEC
commands.
You are in privileged EXEC mode
when the prompt changes to Switch#.
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Enter global configuration mode.
You are in global configuration mode
when the prompt changes to
Switch(config)#.
Switch(config)# interface gigabitethernet ?
<1-9> GigabitEthernet interface number
Switch(config)# interface gigabitethernet 1/1
Switch(config-if)#
Enter interface configuration mode by
specifying the Gigabit Ethernet
interface that you want to configure
using the interfac e gigab itethe rnet
global configuration comman d.
Enter a ? to display what you must
enter next on the command line. In
this example, you must enter an
interface number from 1 to 9 in the
format module-number/port-number.
You are in interface configuration
mode when the prompt changes to
Switch(config-if)#.