Reference Guide

Table Of Contents
Dell PowerConnect W-Series ArubaOS 6.1 CLI | Reference Guide interface range | 287
interface range
interface range {fastethernet|gigabitethernet} <slot>/<port>-<port>
duplex {auto|full|half}
ip access-group <acl> {in|out|session {vlan <vlanId>}}
no ...
poe [cisco]
shutdown
spanning-tree [cost <value>] [port-priority <value>] [portfast]
speed {10|100|auto}
switchport {access vlan <vlan>|mode {access|trunk}|
trunk {allowed vlan {<vlans>|add <vlans>|all|except <vlans>|remove
<vlans>}|
native vlan <vlan>}}
trusted {vlan <word>}
Description
This command configures a range of FastEthernet or GigabitEthernet interfaces on the controller.
Syntax
This command includes the following configuration parameters
Parameter Description Range Default
range Range of Ethernet ports in the format <slot>/<port>-<port>.
duplex Transmission mode on the interface: full- or half-duplex or auto
to automatically adjust transmission.
auto/full/
half
auto
ip access-group Applies the specified access control list (ACL) to the interface.
Use the ip access-list command to configure an ACL.
——
in Applies ACL to interface’s inbound traffic.
out Applies ACL to interface’s outbound traffic.
session Applies session ACL to interface and optionally to a selected
VLAN associated with this port.
——
no Negates any configured parameter.
poe Enables Power-over-Ethernet (PoE) on the interface.
cisco Enables Cisco-style PoE on the interface.
shutdown Causes a hard shutdown of the interface.
spanning-tree Enables spanning tree.
cost Administrative cost associated with the spanning tree. 1-65535
port-priority Spanning tree priority of the interface. A lower setting brings the
port closer to root port position (favorable for forwarding traffic)
than does a higher setting. This is useful if ports may contend for
root position if they are connected to an identical bridge.
0-255
portfast Enables forwarding of traffic from the interface.
speed Sets the interface speed: 10 Mbps, 100 Mbps, or auto
configuration.
10|100|auto auto
switchport Sets switching mode parameters for the interface.
access vlan Sets the interface as an access port for the specified VLAN. The
interface carries traffic only for the specified VLAN.
——