How to configure breakout port 4x100G ?

How to configure breakout port 4x100G ?

To configure a port to 4x100G breakout on a supported interface and optics, use the following syntax:

admin@DellSONiC:~$ sonic-cli DellSONiC# configure terminal DellSONiC (config)# interface breakout port <port> mode 4x100G DellSONiC (config)# interface media-fec port <port> mode {ieee | custom}
Note:-
  • Enter ieee to enable the IEEE KP/KP4 RS FEC mode on a supported transceiver (default).
  • Enter custom to enable a proprietary or custom FEC mode on a supported transceiver. For example, the BRCM proprietary KP/KP4 RS FEC mode on the Q56DD-400G-SR4.2 transceiver.
Verification commands:-
To check supported breakout modes -  show interface breakout port <port>
Check current status of breakout on port - show interface breakout modes port <port>
Check current status of interface - show interface Eth <port>

    • Related Articles

    • How to configure Sub Interface

      Sub interfaces divide the parent interface into two or more virtual interfaces on which you can assign unique Layer 3 parameters such as IP addresses and dynamic routing protocols. The IP address for each sub interface should be in a different subnet ...
    • How to configure LLDP in Broadcom SoNiC?

      LLDP Basic Configurations 1. LLDP modes configuration (receive and transmit) at the interface level Commands- interface range <iface_range_num > lldp <mode> To remove configuration -no lldp <mode> Note- Mode options are receive and transmit . 2. To ...
    • What is Static Routing and how to configure it

      Static routing is a form of routing that occurs when a router uses a manually configured routing entry, rather than information from dynamic routing traffic. In many cases, static routes are manually configured by a network administrator by adding in ...
    • Where can I get the Configuration guide for SONiC

      Attached document provides the details about the Configuration of SONiC
    • IP Helper Configuration on Broadcom SoNiC

      1. To Display IP helper global information Command: show ip forward-protocol 2. To Displays IP helper server addresses configured on interface Command: show ip helper-address [ <iface> ] 3.To Display IP helper packet counters and statistics on ...