Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The set interface gigabit-ethernet breakout command breaks out the 40G and 100G ports into four 40GE, 100GE and 400GE interfaces into four sub-interfaces. The 40GE interface is split into four 10GE interfaces; the 100GE interface is split into four 25GE interfaces; the 400GE interface is split into four 100GE interfaces.

NOTENOTEs:

  • Restart PICOS after
  • commit
  • committing this command to make the setting take effect.
  • For 400GE interfaces, after executing this command, you can furtherly configure the breakout type through command set interface gigabit-ethernet breakout-type. For details, see Configuring set interface gigabit-ethernet breakout-type.
  • When performing the port breakout and merge operation, before restarting the system, you need to manually delete the configurations of the unavailable interfaces, to make sure that the configuration file can be loaded normally when the system boots up.
  • From PICOS 3.7.3.4, AS7726_32X supports splitting a 100G port into 2x50G or 4x25G or 4x10G ports using command set interface gigabit-ethernet <port-name> breakout true and set interface gigabit-ethernet breakmap under L2/L3 mode.

...

Parameter

Description

gigabit-ethernet <port-name>

Specifies the port name of 40G, 100G or 100G 400G port.

breakout <true | false>

Specifies the breakout mode. The value could be true or false.

  •   true: Breakout breakout the 40G or 100G specified port. 
  •   false: Not breakout the 40G or 100G merge the specified port.

Usage Guidelines

The 40GE interfaces can be split into 4 x 10GE interfaces, the 100GE interface can be split into 4 x 25G or 4 x 10G Ethernet interfaces. By default, the 100G interface is split into 4 x 25G Ethernet interfaces. If you want to split into 4 x 10G Ethernet interfaces, you need to configure the four interfaces rate to 10G through the command line after port breakout. Note: The rate of the four interfaces is required to be consistent.

The 400GE interfaces can be split into 4 x 100GE or 2 x 200GE interfaces. By default, the 400GE interface is split into 4 x 100GE interfaces. To split into 2 x 200G Ethernet interfaces, execute the set interface gigabit-ethernet breakout-type command.

After a single interface is split into four interfaces, the 10GE split optical interface or the 25GE split optical interface supports the same configurations and features as other non-breakout optical interface except that the interface is named in a different way. For example, the port name of the 100GE and 40GE optical interfaces is xe-1/1/n before port breakout; however, after port breakout the port names of the four interfaces are xe-1/1/n.1, xe-1/1/n.2, xe-1/1 /n.3 and xe- 1/1/n.4.

...