Interface port speed configuration

By default, ports on SR Linux devices operate at the speeds listed in Default and supported port speeds for SR Linux devices. You can optionally configure ports to operate a different speed as long as that speed is supported for the port. On all devices, the Mgmt ports operate at 1G.

On 7220 IXR-D1 systems, it is possible to configure auto-negotiation for the port. See Configuring link auto-negotiation (7220 IXR-D1 only).

Table 1. Default and supported port speeds for SR Linux devices

SR Linux Device

Port range

Default port speed

Supported port speeds

7250 IXR

IMM ports 1-32

100G

40G, 100G

Note: Ports 9-12 cannot operate at different port speeds (some at 40G and others at 100G). The required speed of ports 9-12 is based on the port-speed of the lowest-numbered configured port in this block; if any higher-numbered port in the block is configured with a different port speed that port does not come up.

IMM ports 33-36

100G

40G, 100G, 400G

7220 IXR-D1

Ports 1-48

1G

10M, 100M, 1G

Ports 49-52

10G

10G

7220 IXR-D2

Ports 1-48

25G

1G, 10G, 25G

Note: If one port in each consecutive group of 4 ports (1-4, 5-8, and so on) is 25G, the other 3 ports must also be 25G. If one port in each consecutive group of 4 ports is 1G or 10G, the other 3 ports must also be 1G or 10G.

Ports 49-56

100G

40G, 100G

7220 IXR-D3

Ports 1-2

10G

10G

ethernet-1/[3-34]

100G

40G, 100G

ethernet-1/[3-33]/n

none

10G, 25G

7220 IXR-H2

Ports 1-128

100G

100G

7220 IXR-H3

Ports 1-2

10G

10G

Ports 3-34

400G

40G, 100G, 400G

Configuring interface port speed

The following example configures the port speed for an interface.

--{ * candidate shared default }--[  ]--
# info from state interface ethernet-1/1
    interface ethernet-1/1 {
        ethernet {
            port-speed 100G
            }
        }
    }