Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
293
Switch# configure terminal
Switch(config)# interface eth2/0/5
Switch(config-if)#
This example shows how to enter the interface configuration mode for VLAN 100.
Switch# configure terminal
Switch(config)# interface vlan100
Switch(config-if)#
This example shows how to enter interface configuration mode for port channel 3.
Switch# configure terminal
Switch(config)# interface port-channel 3
Switch(config-if)#
32-4 interface range
This command is used to enter the interface range configuration mode for multiple interfaces.
interface range INTERFACE-ID [, | -]
Parameters
INTERFACE-ID
Specifies the physical port interface.
,
(Optional) Specifies the interface range by delimiting a list of interface
IDs with commas. No spaces are allowed before and after the comma.
-
(Optional) Specifies an interface range by delimiting the start and the
ending interface numbers with a hyphen. No spaces are allowed
before and after the hyphen.
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command enters the interface configuration mode for the specified range of interfaces. Commands
configured in the interface range mode, applies to interfaces in the range.
Example
This example shows how to enter the interface configuration mode for the range of ports 2/0/1 to 2/0/5:
and port 3/0/3.
Switch# configure terminal
Switch(config)# interface range eth2/0/1-5,3/0/3
Switch(config-if-range)#