248 | Interfacesw w w . d e l l . c o m | s u p p o r t . d e l l . c o minterface range macro (define)Defines a macro for an interface range and then saves the macro in the running configuration.Syntax define interface range macro name interface , interface , ...ParametersDefaults noneCommand Modes CONFIGURATIONCommandHistoryExample Figure 14-17. define interface-range macro Command ExampleUsageInformationFigure 14-17 is an example of how to define an interface range macro named test. To display the macrodefinition, execute the show running-config command.RelatedCommandsname Enter up to 16 characters for the macro name.interface , interface ,... Enter the interface keyword (see below) and one of the interfaces slot/port,port-channel or VLAN numbers. Select the range of interfaces for bulkconfiguration. You can enter up to six comma separated ranges—spaces arenot required between the commas. Comma-separated ranges can includeVLANs, port-channels and physical interfaces.Slot/Port information must contain a space before and after the dash. Forexample, interface range tengigabitethernet 0/1 - 5 is valid;interface range tengigabitethernet 0/1-5 is not valid.• For a Port Channel interface, enter the keyword port-channel followedby a number:Range: 1-128• For a 10-Gigabit Ethernet interface, enter the keywordTenGigabitEthernet followed by the slot/port information.• For a 40-Gigabit Ethernet interface, enter the keyword fortyGigEfollowed by the slot/port information.• For a VLAN, enter the keyword vlan followed by a number from 1 to4094.Version 8.3.16.1 Introduced on MXL 10/40GbE Switch IO ModuleFTOS(conf)# define interface-range test tengigabitethernet 0/0 - 3 ,tengigabitethernet 5/0 - 47 , tengigabitethernet 13/0 - 89FTOS# show running-config | grep definedefine interface-range test tengigabitethernet 0/0 - 3 , tengigabitethernet 5/0 -47 , tengigabitethernet 13/0 - 89FTOS(conf)#interface range macro testFTOS(conf-if-range-te-0/0-3,tengig-5/0-47,tengig-13/0-89)#interface range Configures a range of command (bulk configuration)interface range macro name Runs an interface range macro.