By CLI:
admin@sonic:~$ sudo config interface speed Ethernet48 40000 admin@sonic:~$ sudo config interface speed Ethernet52 40000 admin@sonic:~$ sudo config reload -y
Check the status:
admin@sonic:~$ show interface status | grep 'Ethernet28\|Ethernet60' Ethernet28 101,102,103,104 40G 9100 rs Ethernet28 routed down up N/A N/A Ethernet60 69,70,71,72 40G 9100 rs Ethernet60 routed down up N/A N/A
By editing /etc/sonic/config_db.json file:
"PORT": { .... "Ethernet28": { "admin_status": "up", "alias": "Ethernet28", "autoneg": "1", "fec": "rs", "index": "7", "lanes": "101,102,103,104", "mtu": "9100", "speed": "100000" .... }
And reload the config by “admin@sonic:~$ sudo config reload -y”
This section shows a sample port configuration to enable forward error correction (FEC) mode in SONiC.
In Netberg SONiC, FEC is enabled by default on the interfaces.
FEC mode support three options:
rs – Reed-Solomon
fc – FireCode
none – no FEC applied.
admin@sonic:~$ sudo config interface fec Ethernet4 none admin@sonic:~$ sudo config reload -y admin@sonic:~$ show interfaces status Interface Lanes Speed MTU FEC Alias Vlan Oper Admin Type Asym PFC ----------- --------------- ------- ----- ----- ----------- ------ ------ ------- --------------- ---------- Ethernet4 125,126,127,128 100G 9100 none Ethernet4 routed down up N/A N/A
Or edit /etc/sonic/config_db.json file:
"PORT": { .... "Ethernet28": { "admin_status": "up", "alias": "Ethernet28", "autoneg": "1", "fec": "rs", "index": "7", "lanes": "101,102,103,104", "mtu": "9100", "speed": "100000" .... }
Taipei, Taiwan 8th of November 2021. Netberg’s SONiC platform code for Aurora 715 and Aurora 615 Innovium Teralynx-based switches is accepted into the official GitHub repository.
Taipei, Taiwan 1st of June 2021. Netberg, a leading open networking vendor, announces two new Aurora 715 and Aurora 615 models - high-performance 25/100G switches for future-proof Cloud, Enterprise, and Edge data centers.
Taipei, Taiwan 17th of November 2020. Netberg announces new services - custom networking software and hardware development.
Taipei, Taiwan 1st of September 2020. Netberg enables the era of next-gen SDN with its programmable Aurora 610, Aurora 710, and Aurora 750 switches.
Taipei, Taiwan 11th of August 2020. Netberg confirms its commitment to open standards and open source communities by joining the Telecom Infra Project (TIP).
Taipei, Taiwan 19th of February 2020. Today Netberg launches a new Academia and Research Program, designed to meet a constantly increasing demand from the research community for high-performance and programmable Tofino-based platforms.