The problem:
Get 100G connectivity between CCR2216-1G-12XS-2XQ and DELL EMS S4148F-ON (Profile 1).
Equipment:
Code: Select all
MIKROTIK
# jan/02/1970 00:23:15 by RouterOS 7.8
# software id = BWS2-FISS
#
# model = CCR2216-1G-12XS-2XQ
# serial number = HE308SWXXXX
================================
DELL
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2020 by Dell Inc. All Rights Reserved.
OS Version: 10.5.0.4
Build Version: 10.5.0.4.638
Build Time: 2020-01-30T21:08:56+0000
System Type: S4148F-ON
Architecture: x86_64
Road so far:
On dell side by default I have interface 100G-1x. No luck to connect to Mikrotik using different DAC QSFP28 100G cables. Played with different MTU on Mikrotik side up to 9570, auto-negotiation=no.
On dell side I can breakout the interface so I played with than too:
Code: Select all
interface breakout 1/1/29 map 100g-1x 50g-2x 25g-4x 10g-4x
No luck with breakout 25g-4x, tried different DAC QSFP28 cables, configurations, MTU.
I get connectivity with breakout on dell side 10g-4x only (with pretty much any MTU on Mikrotik side):
Code: Select all
/interface ethernet
set [ find default-name=qsfp28-1-1 ] auto-negotiation=no speed=10Gbps
set [ find default-name=qsfp28-1-2 ] auto-negotiation=no speed=10Gbps
set [ find default-name=qsfp28-1-3 ] auto-negotiation=no speed=10Gbps
set [ find default-name=qsfp28-1-4 ] auto-negotiation=no speed=10Gbps
1. Can I somehow to combine qsfp28-1-1,2,3,4 to one 100G interface like it is on dell switch? Maybe then it will work..
2. How actually I should make this connection?
I searched the forums for answers without success. I would appreciate any ideas or advice. Spent a lot of time with this problem.
Thanks for your time.