Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

How to perform interface range commands on 7000, 8000, 8100, M6220, M6348, M8024-K N2000, N3000 and N4000 series switches

Summary: How to set up interface range command on Dell n series PowerConnect switches

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions



Article Summary: This article explains how to configure multiple interfaces at the same time.

 

To configure multiple interfaces at the same time, you have to go into an interface range command.


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

 

Note: Notice that starting after range there are no more spaces in the rest of the command syntax for both examples
 
Note: To verify the way the ports are defined on your switch, you can run a console#show interfaces status


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

 

Note: You may configure different interface types at the same time, such as a Gigabit Ethernet, and 10-Gigabit Ethernet interface

 

Article Properties


Affected Product

PowerSwitch N3000 Series, PowerConnect 7024, PowerConnect 7024F, PowerConnect 7024P, PowerConnect 8024, PowerConnect 8024F, PowerConnect 8100 Series, PowerConnect M6220, PowerConnect M6348, PowerConnect M8024, PowerConnect M8024-K

Last Published Date

21 Feb 2021

Version

3

Article Type

How To