Users Guide

Table Of Contents
discard
Discards changes made to the candidate configuration file.
Syntax
discard
Parameters None
Default Not configured
Command Mode EXEC
Usage Information None
Example
OS10# discard
Supported
Releases
10.2.0E or later
do
Executes most commands from all CONFIGURATION modes without returning to EXEC mode.
Syntax
do command
Parameters command — Enter an EXEC-level command.
Default Not configured
Command Mode INTERFACE
Usage Information None
Example
OS10(config)# interface ethernet 1/1/7
OS10(conf-if-eth1/1/7)# no shutdown
OS10(conf-if-eth1/1/7)# do show running-configuration
...
!
interface ethernet1/1/7
no shutdown
!
...
Supported
Releases
10.2.0E or later
end
Returns to EXEC mode from any other command mode.
Syntax
end
Parameters None
Default Not configured
Command Mode All
Usage Information Use the end command to return to EXEC mode to verify currently configured settings with show commands.
Example
OS10(config)# end
OS10#
Supported
Releases
10.2.0E or later
CLI Basics 63