1430 CLI Macro CommandsDefault ConfigurationNo parameters are substituted unless supplied on the command line.Command ModeGlobal Configuration modeUser GuidelinesCommands applied are additive in nature. That is, they do not removeexisting configuration information by default.macro global traceUse the macro global trace command in Global Configuration mode to applyand trace a macro. The trace command will display each line of the macro asit is executed and list any errors encountered.Syntaxmacro global tracemacro-name [parameter value] [parametervalue][parameter value]•macro-name— The name of the macro.•parameter — The name of the parameter recognized by the macro. Theparameter must begin with a dollar sign ($).•value— The string to be substituted within the macro for the specifiedparameter name.Default ConfigurationNo parameters are substituted unless supplied on the command line.Command ModeGlobal Configuration modeUser GuidelinesThe line number of the first error encountered is printed. The script isaborted after the first error.