Command Line Reference Guide
460 | Interfaces
www.dell.com | support.dell.com
Parameters
Defaults
This command has no default behavior or value
Command Modes
CONFIGURATION
Command
History
Example
Figure 15-15. define interface-range macro Command Example
Usage
Information
Figure 15-15 is an example of how to define an interface range macro named test. Execute the show
running-config
command to display the macro definition. Applying the macro is shown in
Figure 15-17.
Related
Commands
name
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 bulk
configuration. You can enter up to six comma separated ranges—spaces are
not required between the commas. Comma-separated ranges can include
VLANs, port-channels and physical interfaces.
Slot/Port information must contain a space before and after the dash. For
example,
interface range gigabitethernet 0/1 - 5 is valid;
interface range gigabitethernet 0/1-5 is not valid.
• For a 1-Gigabit Ethernet interface, enter the keyword
GigabitEthernet followed by the slot/port information.
• For a port channel interface, enter the keyword
port-channel
followed by a number:
C-Series and S-Series Range: 1-128
E-Series Range: 1 to 255 for TeraScale and ExaScale
• For a SONET interface, enter the keyword
sonet followed by the slot/
port information.
• For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet followed by the slot/port information.
• For a VLAN, enter the keyword
vlan followed by a number from 1 to
4094.
Version 8.3.5.0 Introduced on the S55.
Version 8.2.1.0 Support for 4093 VLANs on E-Series ExaScale. Prior releases supported 2094.
Version 8.1.1.0 Introduced on E-Series ExaScale
Version 7.6.1.0 Introduced on S-Series
Version 7.5.1.0 Introduced on C-Series
Version 6.2.1.1 Introduced
Force10(config)# define interface-range test tengigabitethernet 0/0 - 3 ,
gigabitethernet 5/0 - 47 , gigabitethernet 13/0 - 89
Force10# show running-config | grep define
define interface-range test tengigabitethernet 0/0 - 3 , gigabitethernet 5/0 - 47 ,
gigabitethernet 13/0 - 89
Force10(config)#interface range macro test
Force10(config-if-range-te-0/0-3,gi-5/0-47,gi-13/0-89)#
interface range Configure a range of command (bulk configuration)
interface range macro name Run an interface range macro.










