Configures breakout mode for the supported connectors.
By default, breakout mode is not configured.
Hardware connector configuration mode
You do not need to reboot a device for the breakout configuration change to take effect.
When you configure a breakout mode on an Ethernet port, the original interface is de-configured and deleted. The new breakout interfaces in the default configuration are created automatically. These new interfaces are identified with the name of the original interface followed by a suffix. For example, the breakout interfaces of connector 0/25 have the following naming convention:
interface ethernet 0/25:1 interface ethernet 0/25:2 interface ethernet 0/25:3 interface ethernet 0/25:4
Use the no form of the command to reset the port to non-breakout mode. When you run the no form of the command, the breakout interfaces are de-configured and deleted. The original Ethernet interface in the default configuration is created automatically.
To switch from one breakout mode to another, set the port to non-breakout mode and then run the command to configure the new breakout mode.
(SLX 9250) This platform supports only the 4x1g breakout mode, which supports the redundant management interface feature. This feature is used with Mellanox network adapters and 1GB copper SFPs.
(SLX 9150, SLX 9540, SLX 9640, and Extreme 8520) These platforms support the 4x10g and 4x25g breakout modes. The number of connectors and connector IDs that support the breakout function varies by platform. For more information, see the Technical Specifications guide for your platform.
(Extreme 8720) This platform supports the 4x10g and 4x25g breakout modes on all ports.
(SLX 9740/Extreme 8820) These platforms have breakout restrictions related to port macros (PM). A PM is a port group. Each PM has four ports, which are contiguous. PM0 has ports 0/1 – 0/4, PM1 has ports 0/5 – 0/8, PM2 has ports 0/9 – 0/12, and so on. In any PM, 40g and 10g ports cannot coexist with 25g ports. The following configurations are not supported.
If any port in a PM is configured as 40g or 4x10g breakout, no 4x25g breakout is allowed in the PM unless the 40g ports will be removed as part of the breakout operation. For example:
If 4x25g breakout is configured in a PM, no 40g or 4x10g is allowed in the PM. For example:
Breakout is allowed only on odd ports. Breakout is not allowed on the following ports:
Only 100G is allowed on the following ports:
This example configures 4x25g breakout mode on connector 0/25 on SLX 9640.
device(config)# hardware device(config-hardware)# connector 0/25 device(config-connector-0/25)# breakout mode 4x25g
This example reverts a port to non-breakout mode on SLX 9640.
device(config)# hardware device(config-hardware)# connector 0/25 device(config-connector-0/25)# no breakout
This example configures 4x10g breakout mode on connector 0/25 on SLX 9640.
device(config)# hardware device(config-hardware)# connector 0/25 device(config-connector-0/25)# breakout mode 4x10g
This example configures 4x1g breakout mode on connector 0/15 on SLX 9250.
device(config)# hardware device(config-hardware)# connector 0/21 device(config-connector-0/15)# breakout mode 4x1g