Administrator Guide
interface group
Create or delete group of VLANs with a single command. You can also use this command to apply a set of configurations on a
group of interfaces.
Syntax
interface group [interface | vlan vlanid {- vlanid } ]
To delete a range of VLANs, use the following command:
no interface group vlan vlanid {- vlanid}
Parameters
interface,
interface,...
Enter the keywords interface group and one of the interfaces — slot/port or
VLAN number. Select the range of interfaces for bulk configuration. Spaces are not
required between the commas. Comma-separated ranges can include VLANs and
physical interfaces.
Enter the member VLANs using VLAN IDs (separated by commas), a range of
VLAN IDs (separated by a hyphen), a single VLAN ID, or a combination. For
example: VLAN IDs (comma-separated): 3, 4, 6. Range (hyphen-separated): 5-10.
Slot/Port information need not contain a space before and after the dash. For
example, both of the following commands are valid: interface group
gigabitethernet 1/1 - 1/5; interface group gigabitethernet
1/1-1/5.
● For a 1-GigabitEthernet interface, enter the keyword GigabitEthernet then
the slot/port information.
● For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet then the slot/port information.
● For a VLAN interface, enter the keyword vlan then a number from 1 to 4094.
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
EMC Networking OS Command Line Reference Guide.
Version Description
9.10(0.1) Introduced on the S6010-ON and S4048T-ON.
9.8(2.0) Introduced on the S3100 series.
9.8(0.0P5) Introduced on the S4048-ON.
9.8(0.0P2) Introduced on the S3048-ON.
9.7(0.0) Introduced on the S6000-ON.
9.4(0.0) Introduced on the S4810, S4820T, S6000, Z9000, and MXL Switch.
Usage
Information
The interface group command will create all the non-existent VLANs specified in the range. On
successful command execution, the CLI switches to the interface group context.
The configuration commands inside the group context will be the similar to that of the existing range
command.
Note: For release 9.4(0.0), the group command is supported only for VLANs and physical interfaces.
Example
DellEMC(conf)# interface group ?
gigabitethernet GigabitEthernet interface IEEE 802.3z
tengigabitethernet TenGigabit Ethernet interface
vlan VLAN keyword
DellEMC(conf)# interface group vlan 1 - 2 , tengigabitethernet 1/10
DellEMC(conf-if-group-vl-1-2,gi-1/10)# no shutdown
DellEMC(conf-if-group-vl-1-2,gi-1/10)# end
Interfaces 625