Article Summary: This article explains how to configure multiple interfaces at the same time.
Run the following commands to enter a range of interfaces.
console>enable
console#configure
For consecutive ports, the following example uses Gigabit Ethernet ports 1-5 on Unit 1
console(config)#interface range gi1/0/1-5
For non-consecutive ports, the following example uses Gigabit Ethernet ports 48 on Unit 1 and 2
console(config)#interface range gi1/0/48,gi2/0/48
Below is an example to configure the consecutive ports 1 through 5, as well as 8 and 9.
console(config)#interface range gi1/0/1-5,gi1/0/8,gi1/0/9