Reference Guide

no channel-member
Enable the feature to congure commands in an OS9 environment in CONFIGURATION mode.
OS10(config)# feature config-os9-style
OS10(config)# exit
OS10# show running-configuration compressed
interface breakout 1/1/28 map 10g-4x
feature config-os9-style
Once this feature is enabled, you cannot use the OS10 format of commands in the new session.
OS10(config)# interface vlan 11
OS10(conf-if-vl-11)# tagged ethernet 1/1/15
OS10(conf-if-vl-11)# show configuration
!
interface vlan11
no shutdown
tagged ethernet 1/1/15
Common commands
alias
Creates a command alias.
Syntax
alias alias-name alias-value
Parameters
alias-name — Enter the name of the alias (up to 20 characters).
alias-value — Enter the command to be executed within double quotes (1 to 9 or *). Enter the $ followed
by either numbers ranging from
1 to 9 or with an asterisk (*) and enter the parameters while executing the
commands using the alias. When you are using asterisk (*), you can use multiple input parameters.
Default Not congured
Command Mode
EXEC
CONFIGURATION
Usage Information Use this command to create a shortcut to long commands along with arguments. Use the numbers 1 to 9 along with
the $ to provide input parameters. The no version of this command deletes an alias.
Example
OS10# alias showint "show interface $*"
OS10# showint status
---------------------------------------------------------------------------------
Port Description Status Speed Duplex Mode Vlan Tagged-Vlans
---------------------------------------------------------------------------------
Eth 1/1/1 up 40G A 1 -
Eth 1/1/2 up 40G A 1 -
Eth 1/1/3 up 40G A 1 -
Eth 1/1/4 up 40G A 1 -
Eth 1/1/5 up 40G A 1 -
Eth 1/1/6 up 40G A 1 -
Eth 1/1/7 up 40G A 1 -
Eth 1/1/8 up 40G A 1 -
Eth 1/1/9 up 40G A 1 -
Eth 1/1/10 up 40G A 1 -
Eth 1/1/11 up 40G A 1 -
Eth 1/1/12 up 40G A 1 -
Getting Started 41