Users Guide

Table Of Contents
default (alias)
Congures default values for input parameters in a multi-line alias.
Syntax
default n value
Parameters
n — Enter the number of the argument, from 1 to 9.
value — Enter the value for the input parameter.
Default Not congured
Command Mode ALIAS
Usage Information To use special characters in the input parameter value, enclose the string in double quotation marks ("). The no
version of this command removes the default value.
Example
OS10(config)# alias mTest
OS10(config-alias-mTest)# default 1 "ethernet 1/1/1"
Supported Releases 10.4.0E(R1) or later
description (alias)
Congures a textual description for a multi-line alias.
Syntax
description string
Parameters string — Enter a text string for a multi-line alias description.
Default Not congured
Command Mode ALIAS
Usage Information
To use special characters as a part of the description string, enclose the string in double quotation marks (").
Spaces between characters are not preserved after entering this command unless you enclose the entire
description in quotation marks, for example, text description.”
To overwrite any previous text strings that you congured as the description, enter a text string after the
description command.
The no version of this command removes the description.
Example
OS10(config)# alias mTest
OS10(config-alias-mTest)# description "This alias configures interfaces"
Supported Releases 10.4.0E(R1) or later
line (alias)
Congures the commands to execute in a multi-line alias.
Syntax
line nn command
94 Advanced CLI tasks