CLI Guide

Example (Single
Range)
This example shows how to define an interface range macro named test. Execute
the show running-config command to display the macro definition.
Dell(config)# define interface-range test
tengigabitethernet0/0-3,
tengigabitethernet 5/0-7
Dell# show running-config | grep define
define interface-range test tengigabitethernet0/0-3,
tengigabitethernet5/0-7,
Dell(config)#interface range macro test
Dell(config-if-range-te-0/0-3,te-5/0-7)#
Related
Commands
interface range – configures a range of command (bulk configuration)
interface range macro name – runs an interface range macro.
interface range macro name
Run the interface-range macro to automatically configure the pre-defined range of interfaces.
Syntax
interface range macro name
Parameters
name Enter the name of an existing macro.
Defaults none
Command Modes CONFIGURATION
Supported Modes Full–Switch
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the M I/O Aggregator.
8.3.16.1 Introduced on the MXL 10/40GbE Switch IO Module.
Example (Single
Range)
This example shows the macro named test that was defined earlier.
Dell(config)#interface range macro test
Dell(config-if-range-te-0/0-3,te-5/0-8)#
Related
Commands
interface range — configures a range of command (bulk configuration).
interface range macro (define) — defines a macro for an interface range (bulk
configuration).
630
Interfaces