![Cisco Small Business 300 1.1 Series Administration Manual Download Page 54](http://html.mh-extra.com/html/cisco/small-business-300-1-1-series/small-business-300-1-1-series_administration-manual_2609294054.webp)
Macro Commands
78-20269-01 Command Line Interface Reference Guide
55
3
Applying command… ‘speed 100’
Switch<config-if> #
Example 2 - The following is an example of a macro being applied without the
trace option.
Switch(config) #
interface
gi2
Switch<config-if> #
macro apply
duplex $DUPLEX full $SPEED 100
Switch<config-if> #
Example 3 - The following is an example of an incorrect macro being applied.
switch(config-if)#
macro trace dup
Applying command...'duplex full'
Applying command...'speed auto'
% bad parameter value
3.3
macro description
Use the macro description Interface Configuration mode command to append a
description, for example, a macro name, to the macro history of an interface. Use
the no form of this command to clear the macro history of an interface. When the
macro is applied to an interface, the switch automatically generates a macro
description command with the macro name. As a result, the name of the macro is
appended to the macro history of the interface.
Syntax
macro description
text
no macro description
Parameters
text—Description text. The text can contain up to 160 characters. The text must be
double quoted if it contains multiple words.
Default Configuration
The command has no default setting.