Users Guide

Table Of Contents
Parameters
nn — Enter the line number, from 1 to 99. The commands are executed in the order of the line numbers.
command — Enter the command to execute enclosed in double quotation marks (").
Default Not congured
Command Mode ALIAS
Usage Information The no version of this command removes the line number and the corresponding command from the multi-line
alias.
Example
OS10(config)# alias mTest
OS10(config-alias-mTest)# line 1 "interface $1 $2"
OS10(config-alias-mTest)# line 2 "no shutdown"
OS10(config-alias-mTest)# line 3 "show configuration"
Supported Releases 10.4.0E(R1) or later
show alias
Displays congured alias commands available in both Persistent and Non-Persistent modes.
Syntax
show alias [brief | detail]
Parameters
brief — Displays brief information of the aliases.
detail — Displays detailed information of the aliases.
Default None
Command Mode EXEC
Usage Information None
Example
OS10# show alias
Name Type
---- ----
govlt Config
goint Config
mTest Config
shconfig Local
showint Local
shver Local
Number of config aliases : 3
Number of local aliases : 3
Example (brief —
displays the rst 10
characters of the
alias value))
OS10# show alias brief
Name Type Value
---- ---- -----
govlt Config "vlt-domain..."
goint Config "interface ..."
mTest Config line 1 "interface ..."
line 2 "no shutdow..."
line 3 "show confi..."
default 1 "ethernet"
default 2 "1/1/1"
shconfig Local "show runni..."
showint Local "show inter..."
shver Local "show versi..."
Advanced CLI tasks 95