Configuring Multiple Ports at the Same Time

In the 200 Series CLI (command-line interface), you can configure multiple ports using just one command. You do this by specifying either a list or a range of port numbers.

Specifying a List of Ports

To specify a list of ports, enter two or more interfaces in unit/slot/port format, separated by commas.

In the following example, the ports at 1/0/1 and 1/0/10 are added to LAG 1.

(Extreme 220) >enable
(Extreme 220) #configure
(Extreme 220) (Config) #interface 1/0/1,1/0/10
(Extreme 220) (Interface 1/0/1,1/0/10) #addport lag 1

Specifying a Range of Ports

To specify a range of ports, enter two interfaces in unit/slot/port format, separated by a hyphen (-).

In the following example, all ports between 1/0/1 and 1/0/10, inclusive, are added to LAG 2.

(Extreme 220) >enable
(Extreme 220) #configure
(Extreme 220) (Config) #interface 1/0/1-1/0/10
(Extreme 220) (Interface 1/0/1-1/0/10) #addport lag 2