Administrator Guide

Example-Multiple
Range Bulk
Configuration
Gigabit Ethernet
and Ten Gigabit
Ethernet
The following example shows how to use commas to add different interface types to the range enabling
all TenGigabit Ethernet interfaces in the range 5/1 to 5/23 and both Ten Gigabit Ethernet interfaces 1/1
and 1/2.
Dell(conf-if)# interface range tengigabitethernet 5/1 - 23,
tengigabitethernet 1/1 - 2
Dell(conf-if-range)# no shutdown
Dell(conf-if-range)#
Example-Multiple
Range Bulk
Configuration
with VLAN and
port channel
The following example shows how to use commas to add VLAN and port-channel interfaces to the range.
Dell(conf-if)# interface range tengigabitethernet 5/1 - 23,
tengigabitethernet 1/1 2,
Vlan 2 100 , Port 1 25
Dell(conf-if-range)# no shutdown
Dell(conf-if-range)#
Related
commands
show config (from INTERFACE RANGE mode) Shows the bulk configuration interfaces.
show interfaces status Displays a summary of interface information.
interface vlan
Configure a VLAN. Configure the default VLAN to enable Static or DCHP IP configuration. You can configure up to 4094 VLANs.
Syntax
interface vlan vlan-id
To delete a VLAN, use the no interface vlan vlan-id command.
Parameters
vlan-id
Enter 1 for the default VLAN. Enter a number as the VLAN identifier. The range is
from 1 to 4096.
Defaults Not configured, except for the default VLAN, which is configured as VLAN 1.
Command Modes CONFIGURATION
Supported Modes All Modes
Command
History
Version Description
9.4(0.0) Supported on the FN I/O Aggregator.
8.3.17.0 Supported on the M I/O Aggregator.
Usage
Information
For more information about VLANs and the commands to configure them, refer to Virtual LAN (VLAN)
Commands.
FTP, TFTP, and SNMP operations are not supported on a VLAN. MAC/IP ACLs are not supported.
Examples
Dell(conf)#int vlan 1
Dell(conf-if-vl-1)#
Dell(conf)#int vlan 3
Dell(conf-if-vl-3)#
Related
commands
show vlan Displays the current VLAN configuration on the switch.
vlan tagged Adds a Layer 2 interface to a VLAN as a tagged interface.
vlan untagged Adds a Layer 2 interface to a VLAN as an untagged interface.
Interfaces 173