Note
For information about displaying port speed, duplex, autonegotiation, and flow control settings, see Displaying Port Information.Note
Stacking ports always use the same type of connector and copper PHY, which are built in to the ExtremeSwitching switches. You cannot configure stacking port parameters such as port speed, duplex, and link fault signal. You also cannot configure data port features such as VLANs and link aggregation.Autonegotiation determines the port speed and duplex setting for each port (except 10 and 40 Gbps ports). You can manually configure the duplex setting and the speed of 10/100/1000 Mbps ports.
The 10/100/1000 Mbps ports can connect to either 10BASE-T, 100BASE-T, or 1000BASE-T networks. By default, the ports autonegotiate port speed. You can also configure each port for a particular speed (either 10 Mbps or 100 Mbps).
Note
With autonegotiation turned off, you cannot set the speed to 1000 Mbps.In general, SFP gigabit Ethernet ports are statically set to 1 Gbps, and their speed cannot be modified.
However, there are two SFPs supported by Extreme that can have a configured speed:
The 10 Gbps ports always run at full duplex and 10 Gbps. The 40 Gbps ports always run at full duplex and 40 Gbps.
Note
For switches that do not support half-duplex, the copper switch ports must have autonegotiation disabled and full duplex enabled when connecting 10/100/1000 Mbps devices that do not autonegotiate. If the switch attempts and fails to auto negotiate with its partner, it will fail to link up. A non-negotiating connected device must also be manually configured for full duplex or packet loss and port errors will occur each time it detects a collision.To configure port speed and duplex setting , use the following command:
configure ports port_list {medium [copper | fiber]} auto off speed speed duplex [half | full]
To configure the system to autonegotiate, use the following command:
configure ports port_list {medium [copper|fiber]} auto on {[{speed speed} {duplex [half | full]}] | [{duplex [half | full]} {speed speed}]}
Note
The keyword medium is used to select the configuration medium for combination ports. If port_list contains any non-combination ports, the command is rejected.ExtremeXOS does not support turning off autonegotiation on the management port.
The following table lists the support for autonegotiation, speed, and duplex setting for the various types of ports.
Port | Autonegotiation | Speed | Duplex |
---|---|---|---|
100 Gbps |
Off (default) On |
100,000 Mbps | Full duplex |
10 Gbps | Off | 10,000 Mbps | Full duplex |
40 Gbps | On | 40,000 Mbps | Full duplex |
1 Gbps fiber SFP |
On (default) Off |
1,000 Mbps | Full duplex |
100 FX SFP |
On (default) Off |
100 Mbps | Full duplex |
10/100/1,000 Mbps |
On (default) Off |
10 and 100 Mbps 1,000 Mbps |
Full/half duplex Full/half duplex |
10/100 Mbps |
On (default) Off |
10 Mbps 100 Mbps |
Full/half duplex Full/half duplex |
100/1000/2.5 Gbps |
On (default) Off |
100 and 1,000 Mbps 2,500 Mbps |
Full/half duplex Full/half duplex |
100/1,000/2.5/5 Gbps |
On (default) Off |
100, 1000, and 2,500 Mbps 5,000 Mbps |
Full duplex Full duplex |
25 Gpbs |
Off (default) On |
25,000 Mbps | Full duplex |
10 Gbps SFP+ | Off | 10,000 Mbps | Full duplex |
50 Gbps |
Off (default) On |
50,000 Mbps | Full duplex |
Note
The following products do not support half-duplex operation: ExtremeSwitching X450-G2 and X460-G2 (excluding the X460-G2-24p-24hp-10GE4 and X460-G2-24t-24ht-10GE4 models).Flow control on Gigabit Ethernet ports is enabled or disabled as part of autonegotiation (see IEEE 802.3x). If autonegotiation is set to Off on the ports, flow control is disabled. When autonegotiation is On, flow control is enabled.
With Extreme Networks devices, the 1 Gbps ports and the 10 Gbps ports implement flow control as follows:
Note
When 1G SFP optics are inserted into 10 GBps ports, you must configure autonegotiation "on" with 1G speed.ExtremeXOS allows you to enable IEEE Forward Error Correction (FEC) Clause 91 or Clause 74 (exclusively) on a per-port basis regardless of speed/type.
FEC gives the receiver the ability to correct errors without requiring a reverse channel to request retransmission of data, but at the cost of a fixed, higher forward channel bandwidth. Some devices require this to interoperate.
FEC is only available on ExtremeSwitching X870, X690, and X590 series switches.
To enable/disable FEC, use the following commands:
configure ports port_list forward-error-correction [off | on [cl74 | cl91]]
To show FEC status, use the following commands:
show port port_list forward-error-correction {refresh | no-refresh } port-number
show port {mgmt |port_list | tag tag} information {detail}