Reference Guide

Interfaces | 135
Defaults
none
Command Modes
CONFIGURATION
Command
History
Usage
Information
Figure 11-9 is an example of how to define an interface range macro named test. To display the macro
definition, execute the show running-config command.
Example
Figure 11-9. define interface-range macro Command Example
Related
Commands
interface range macro name
Run the interface-range macro to automatically configure the pre-defined range of interfaces.
Syntax
interface range macro name
Parameters
Defaults
none
Command Modes
CONFIGURATION
Command
History
Usage
Information
Figure 11-10 runs the macro named test that was defined earlier.
Example
Figure 11-10. interface-range macro Command Example
Related
Commands
Version 8.3.17.0 Supported on M I/O Aggregator
FTOS(conf)# define interface-range test tengigabitethernet 0/0 - 3 ,
tengigabitethernet 5/0 - 47 , tengigabitethernet 13/0 - 89
FTOS# show running-config | grep define
define interface-range test tengigabitethernet 0/0 - 3 , tengigabitethernet 5/0 -
47 , tengigabitethernet 13/0 - 89
FTOS(conf)#interface range macro test
FTOS(conf-if-range-te-0/0-3,te-5/0-47,te-13/0-89)#
group Configures a range of command (bulk configuration)
interface range macro name Runs an interface range macro.
name
Enter the name of an existing macro.
Version 8.3.17.0 Supported on M I/O Aggregator
FTOS(conf)#interface range macro test
FTOS(conf-if-range-te-0/0-3,tengig-5/0-47,tengig-13/0-89)#
group Configures a range of command (bulk configuration)
interface range macro (define) Defines a macro for an interface range (bulk configuration)