Reference 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 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
feature config-os9-style
Configure commands in OS9 environment.
Syntax
feature config-os9-style
Parameters None
Default Not configured
Command Mode CONFIGURATION
Usage
Information
Once you enable the feature to configure the commands in OS9 format, log out of the session. In the next
session, you can configure the commands in OS9 format.
The current release supports VLAN tagging and Port channel grouping commands.
This feature does not have any 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
Default Not configured
Getting Started 57