Difference between revisions of "SFP/QSFP Compatibility Matrix"

From NesevoWiki
Jump to navigationJump to search
Line 29: Line 29:
 
  iface eth0 inet dhcp
 
  iface eth0 inet dhcp
 
   
 
   
  auto vlan
+
  '''auto vlan'''
  iface vlan
+
  '''iface vlan'''
       bridge-vlan-aware yes
+
       '''bridge-vlan-aware yes'''
       bridge-ports glob swp1-54
+
       '''bridge-ports glob swp1-54'''
       bridge-stp on
+
       '''bridge-stp on'''
  
 
* <code>sudo ifreload --all</code>
 
* <code>sudo ifreload --all</code>

Revision as of 09:34, 20 May 2021


Setup

  • 2 Laptops configured with an IP in an chosen Subnet.
  • 2 Switches connected using the same SFP on both sides.
  • One Laptop connected to the first switch, and the other one connected to the other switch.
  • Connect to serial switch console, log in with cumulus/CumulusLinux!

Edgecore

Additionally needed steps for Edgecore (Rolled back using sudo mv /etc/network/interfaces.bak /etc/network/interfaces and sudo ifreload --all):

  • cp /etc/network/interfaces /etc/network/interfaces.bak
  • sudo nano etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).


source /etc/network/interfaces.d/*.intf

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

auto vlan
iface vlan
     bridge-vlan-aware yes
     bridge-ports glob swp1-54
     bridge-stp on
  • sudo ifreload --all

Test Results

Switch Manufacturer Switch PN SFP PN Kabel-Typ Modul-Typ SFP EEPROM Erkannt Interface Auto Up Cross-Switch-Ping Firmware
Quanta T1048-LY4R GLC-SX-MM (3rd Party, Cisco-Compatible) LC/PC-LC/PC-MM Multi Mode SFP OK NO NA Cumulus Linux 3.7.2
Quanta T1048-LY4R SFP-10G-SR (3rd Party, Cisco-Compatible) LC/PC-LC/PC-MM Multi Mode SFP OK YES OK Cumulus Linux 3.7.2
Quanta T1048-LY4R GLC-LH-SM (3rd Party, Cisco-Compatible) LC/PC-LC/PC-SM Single Mode SFP OK NO NA Cumulus Linux 3.7.2
Quanta T1048-LY4R SFP-10G-LR (3rd Party, Cisco-Compatible) LC/PC-LC/PC-MM Multi Mode SFP OK YES OK Cumulus Linux 3.7.2
Edgecore CX-4048-T-R-B QSFP-40G-SR4 (3rd Party, Cisco-Compatible) MPO OM4 Single Mode QSFP OK YES OK Cumulus Linux 3.7.13
Edgecore CX-4048-T-R-B QSFP-40G-UNIV (3rd Party, Cisco-Compatible) LC/PC-LC/PC-MM Multi Mode QSFP OK YES OK Cumulus Linux 3.7.13
Edgecore CX-4048-T-R-B AQOMLBQ4EDNA0882 (3rd Party, Cisco-Compatible) MPO OM4 ? QSFP OK YES OK Cumulus Linux 3.7.13

Commands used

sudo ethtool --dump-module-eeprom swp49
net show interface all | grep "swp49" -A 4
ip link show swp49