Specifications

Table Of Contents
2-97
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
do
do
Use the do command to execute an EXEC mode command (such as a show command) or a privileged
EXEC command (such as show running-config ) without exiting to the relevant command mode.
do command
Syntax Description
Command Default This command has no default settings.
Command Modes All configuration modes
Command History This table includes the following release-specific history entries:
Usage Guidelines Use this command when in any configuration command mode (global configuration, linecard
configuration, or any interface configuration) to execute a user exec or privileged exec command.
Enter the entire command with all parameters and keywords as you would if you were in the relevant
command mode.
Authorization: admin
Examples The following example assumes that the on-failure action of the SCE platform has been changed to
'bypass'. The connection mode configuration is then displayed to verify that the parameter was changed.
The do command is used to avoid having to exit to the user exec mode.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#interface linecard 0
SCE(config if)#connection-mode on-failure bypass
SCE(config if)#do show interface linecard 0 connection-mode
slot 0 connection mode
Connection mode is inline
slot failure mode is bypass
Redundancy status is standalone
SCE(config if)#
command Command to be executed.
Release Modification
3.0.0 This command was introduced.