Reference Guide

Configuration Fundamentals | 13
Figure 3-5. Undoing a command with the no Command
Obtaining Help
Obtain a list of keywords and a brief functional description of those keywords at any CLI mode using the ?
or
help commands:
Enter
? at the prompt or after a keyword to list the keywords available in the current mode.
? after a prompt lists all of the available keywords. The output of this command is the same for the
help command.
Figure 3-6. ? Command Example
? after a partial keyword lists all of the keywords that begin with the specified letters.
FTOS(conf)# interface managementethernet 0/0
FTOS(conf-if-ma-0/0)# ip address 192.168.5.6/16
FTOS(conf-if-ma-0/0)#
FTOS(conf-if-ma-0/0)#
FTOS(conf-if-ma-0/0)#show config
!
interface ManagementEthernet 0/0
ip address 192.168.5.6/16
no shutdown
FTOS(conf-if-ma-0/0)#
FTOS(conf-if-ma-0/0)# no ip address
FTOS(conf-if-ma-0/0)#
FTOS(conf-if-ma-0/0)# show config
!
interface ManagementEthernet 0/0
no ip address
no shutdown
FTOS(conf-if-ma-0/0)#
Assign an IP address
Enter “no” form of IP address command
Verify that the IP address was removed
“?” at prompt for list of commands
FTOS#?
start Start Shell
capture Capture Packet
cd Change current directory
clear Reset functions
clock Manage the system clock
configure Configuring from terminal
copy Copy from one file to another
--More--