speed

Sets the speed of an Ethernet interface.

Syntax

[no] speed auto|10|100|1000|2500|5000|10000

Syntax Description

Keyword
Description

no

(Optional) Returns the interface speed to its default value.

auto

The interface speed is set via auto-negotiation.

10

The interface is speed is set to 10 Mbps.

100

The interface is speed is set to 100 Mbps.

1000

The interface is speed is set to 1 Gbps.

2500

The interface is speed is set to 2.5 Gbps.

5000

The interface is speed is set to 5 Gbps.

10000

The interface is speed is set to 10 Gbps.

Defaults

Interface speed is set via auto-negotiation by default.

Usage Guidelines

This command can be used to force the speed of an interface if autonegotiation is unavailable or undesirable.

If speed is explicitly configured for an interface, the interface duplex should also be explicitly configured. In other words, auto-negotiation should be enabled or disabled identically for both speed and duplex.

Note that specific interface may not support all of the speeds defined above.

This command is valid only in interface context.

Examples

speed 2500
interfaceduplex

Last updated