Connectivity Guide

Table Of Contents
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 congured
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
feature cong-os9-style
Congure commands in an OS9 environment.
Syntax
feature config-os9-style
Parameters None
Default Not congured
Command Mode CONFIGURATION
Usage Information
After you enable the feature to congure commands in OS9 format, log out of the session. In the next session, you
can congure the commands in OS9 format. This feature does not have an impact on the show commands. Use
the no form of the command to disable the feature.
Example
OS10(config)# feature config-os9-style
OS10# show running-configuration compressed
interface breakout 1/1/28 map 10g-4x
feature config-os9-style
Supported Releases 10.3.0E or later
exit
Returns to the next higher command mode.
Syntax
exit
Parameters None
64 Getting Started