240 ExtremeWare Software 7.3.0 Command Reference Guide
Commands for Configuring Slots and Ports on a Switch
configure ports auto on
configure ports [<portlist> | mgmt | all] auto on
Description
Enables autonegotiation for the particular port type.
Syntax Description
Default
Auto on.
Usage Guidelines
On a modular switch,
<portlist>
can be a list of slots and ports. On a stand-alone switch,
<portlist>
can be one or more port numbers. For a detailed explanation of port specification, see
“Modular Switch
Numerical Ranges” or “Stand-alone Switch Numerical Ranges” in Chapter 1.
The type of ports enabled for autonegotiation are 802.3u for 10/100 Mbps ports or 802.3z for Gigabit
Ethernet ports.
Flow control is supported on Gigabit Ethernet ports only. It is enabled or disabled as part of
autonegotiation. If autonegotiation is set to off, flow control is disabled. When autonegotiation is turned
on, flow control is enabled.
For version 6.1:
• The
all
parameter specifies all ports on the switch.
Example
The following command configures the switch to autonegotiate for ports 4 and 6 on a stand-alone
switch:
configure ports 4,6 auto on
The following command configures the switch to autonegotiate for slot 1, ports 2 and 4 on a modular
switch:
configure ports 1:2, 1:4 auto on
portlist Specifies one or more ports or slots and ports. On a modular switch, can be a
list of slots and ports. On a stand-alone switch, can be one or more port
numbers. May be in the form 1, 2, 3-5, 2:*, 2:5, 2:6-2:8.
mgmt Specifies the management port. Supported only for switches that provide a
management port.
all Specifies all configured ports on the switch. (6.1 and later) See “Usage
Guidelines” for more information.