<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">On the CRS 3xx line, use vlan filtering instead. This guarantees hardware offloading.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">PS. Do not use this method on the 1xx or 2xx lines.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-family:"Arial",sans-serif">/interface bonding<br>
add mode=802.3ad name=bond-inet slaves=ether9,ether10,ether8 transmit-hash-policy=layer-2-and-3<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">/interface bridge<o:p></o:p></p>
<p class="MsoNormal">add name=bridge vlan-filtering=yes<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">/interface bridge port<o:p></o:p></p>
<p class="MsoNormal">add bridge=bridge interface=bond-inet<o:p></o:p></p>
<p class="MsoNormal">add bridge=bridge interface=sfp1<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">/interface bridge vlan<o:p></o:p></p>
<p class="MsoNormal">add bridge=bridge tagged=bond-inet,sfp1 vlan-ids=201<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><span style="letter-spacing:-.1pt;border:none windowtext 1.0pt;padding:0in">Thanks<o:p></o:p></span></p>
<p class="MsoNormal"><span style="letter-spacing:-.1pt;border:none windowtext 1.0pt;padding:0in">Travis</span><o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> NANOG <nanog-bounces@nanog.org> <b>On Behalf Of
</b>Mauro Gasparini<br>
<b>Sent:</b> Friday, May 15, 2020 10:55 AM<br>
<b>To:</b> nanog@nanog.org<br>
<b>Subject:</b> Re: Switch for SFP+<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-family:"Arial",sans-serif">This works well on my CRSs:<br>
<br>
/interface bonding<br>
add mode=802.3ad name=bond-inet slaves=ether9,ether10,ether8 transmit-hash-policy=layer-2-and-3<br>
<br>
/interface bridge port<br>
add bridge=br-cabase interface=bond-inet<br>
add bridge=br-cabase interface=sfp1<br>
<br>
But if I want to bridge vlans behind some bonding Instead of bridging phy interfaces, cpu explodes:<br>
<br>
/interface vlan<br>
add name=vl201-mmen vlan-id=201 interface=sfp1<br>
add name=vl201-mment vlan-id=201 interface=bond-inet<br>
<br>
/interface bridge port<br>
add bridge=br-mment interface=vl201-mmen<br>
add bridge=br-mment interface=vl201-mment<br>
<br>
</span><o:p></o:p></p>
<div>
<p class="MsoNormal">El 15/5/20 a las 12:06, Mike Hammett escribió:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;color:black"><a href="https://wiki.mikrotik.com/wiki/Manual:CRS3xx_series_switches#Bonding">https://wiki.mikrotik.com/wiki/Manual:CRS3xx_series_switches#Bonding</a><o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;color:black"><br>
<br>
-----<br>
Mike Hammett<br>
</span><span style="font-size:10.0pt;font-family:"Arial",sans-serif;color:black"><a href="http://www.ics-il.com/" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif">Intelligent Computing Solutions</span></a></span><span style="font-size:13.5pt;font-family:"Times New Roman",serif;color:black"><br>
</span><a href="https://www.facebook.com/ICSIL" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1046" src="http://www.ics-il.com/images/fbicon.png"></span></a><a href="https://plus.google.com/+IntelligentComputingSolutionsDeKalb" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1045" src="http://www.ics-il.com/images/googleicon.png"></span></a><a href="https://www.linkedin.com/company/intelligent-computing-solutions" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1044" src="http://www.ics-il.com/images/linkedinicon.png"></span></a><a href="https://twitter.com/ICSIL" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1043" src="http://www.ics-il.com/images/twittericon.png"></span></a><span style="font-size:13.5pt;font-family:"Times New Roman",serif;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Arial",sans-serif;color:black"><a href="http://www.midwest-ix.com/" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif">Midwest Internet Exchange</span></a></span><span style="font-size:13.5pt;font-family:"Times New Roman",serif;color:black"><br>
</span><a href="https://www.facebook.com/mdwestix" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1042" src="http://www.ics-il.com/images/fbicon.png"></span></a><a href="https://www.linkedin.com/company/midwest-internet-exchange" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1041" src="http://www.ics-il.com/images/linkedinicon.png"></span></a><a href="https://twitter.com/mdwestix" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1040" src="http://www.ics-il.com/images/twittericon.png"></span></a><span style="font-size:13.5pt;font-family:"Times New Roman",serif;color:black"><br>
</span><span style="font-size:10.0pt;font-family:"Arial",sans-serif;color:black"><a href="http://www.thebrotherswisp.com/" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif">The Brothers WISP</span></a></span><span style="font-size:13.5pt;font-family:"Times New Roman",serif;color:black"><br>
</span><a href="https://www.facebook.com/thebrotherswisp" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1039" src="http://www.ics-il.com/images/fbicon.png"></span></a><a href="https://www.youtube.com/channel/UCXSdfxQv7SpoRQYNyLwntZg" target="_blank"><span style="font-size:13.5pt;font-family:"Times New Roman",serif;text-decoration:none"><img border="0" width="35" height="35" style="width:.3645in;height:.3645in" id="_x0000_i1038" src="http://www.ics-il.com/images/youtubeicon.png"></span></a><span style="font-size:10.0pt;font-family:"Arial",sans-serif;color:black"><o:p></o:p></span></p>
</div>
<div class="MsoNormal" align="center" style="text-align:center"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;color:black">
<hr size="2" width="100%" align="center" id="zwchr">
</span></div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">From:
</span></b><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">"Mauro Gasparini"
<a href="mailto:mjgasparini@gmail.com"><mjgasparini@gmail.com></a><br>
<b>To: </b><a href="mailto:nanog@nanog.org">nanog@nanog.org</a><br>
<b>Sent: </b>Friday, May 15, 2020 8:55:22 AM<br>
<b>Subject: </b>Re: Switch for SFP+<br>
<br>
Thanks. I am currently using CRS326-24G-2S+ (with routerOS) for this, but when I want to do vlan trunking through the bonding, cpu load grows from 3% to more than 90%.<br>
I'm consulting Mikrotik's support in the meantime, because routerOS probably doesn't take advantage of the switch hardware as swOS would.<br>
<br>
<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">El 15/5/20 a las 10:03, Alain Hebert escribió:<o:p></o:p></span></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">    Hi,<br>
<br>
    Mikrotik is a decent product and I'm always amazed at their features set, but...<br>
<br>
    Using the UI to configuring the switch will punt too much traffic toward the CPU.  However, it is possible to configure the switch fabric with the cli and attain the desired results.<br>
<br>
    It does not compare to a JNP QFX5100 or a Extreme Network x650, x670...  etc.<o:p></o:p></span></p>
<pre><span style="color:black">-----<o:p></o:p></span></pre>
<pre><span style="color:black">Alain Hebert                                <a href="mailto:ahebert@pubnix.net" target="_blank">ahebert@pubnix.net</a>   <o:p></o:p></span></pre>
<pre><span style="color:black">PubNIX Inc.        <o:p></o:p></span></pre>
<pre><span style="color:black">50 boul. St-Charles<o:p></o:p></span></pre>
<pre><span style="color:black">P.O. Box 26770     Beaconsfield, Quebec     H9W 6G7<o:p></o:p></span></pre>
<pre><span style="color:black">Tel: 514-990-5911  <a href="http://www.pubnix.net" target="_blank">http://www.pubnix.net</a>    Fax: 514-990-9443<o:p></o:p></span></pre>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">On 2020-05-14 15:11, Adam Thompson wrote:<o:p></o:p></span></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div id="divtagdefaultwrapper">
<p><span style="font-size:12.0pt;color:black">Have you actually looked at Mikrotik switches?  I don't like the OS, but the hardware does what you want it to.<o:p></o:p></span></p>
<p><span style="font-size:12.0pt;color:black">    <a href="https://mikrotik.com/products/group/switches?filter&s=c&r=%7b%22sfp_plus_interface%22:%7b%22s%22:%223%22,%22e%22:%2224%22%7d%7d#!" target="_blank">https://mikrotik.com/products/group/switches?filter&s=c&r={%22sfp_plus_interface%22:{%22s%22:%223%22,%22e%22:%2224%22}}#!</a><o:p></o:p></span></p>
<p><span style="font-size:12.0pt;color:black">If necessary, buy your SFP modules from FS.com and get them coded as Mikrotik modules at the factory - that's what we do for Cisco, Brocade, Juniper, Extreme, etc.<o:p></o:p></span></p>
<p style="margin-bottom:12.0pt"><span style="font-size:12.0pt;color:black">Even the top-of-the-line Mikrotik only costs US$899.<o:p></o:p></span></p>
<p><span style="font-size:12.0pt;color:black">-Adam<o:p></o:p></span></p>
<p><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
<div id="Signature">
<div id="divtagdefaultwrapper">
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-size:10.0pt;color:#44546A">Adam Thompson</span></b><span style="font-size:9.0pt;color:#44546A"><br>
Consultant, Infrastructure Services<br>
</span><span style="font-size:9.0pt;color:#44546A"><img border="0" id="_x0000_i1037" src="https://mail.merlin.mb.ca/owa/%0ab0lEQVR42u1bbVBTVxp+6LIrXMFGuXZBSUgy5SOKQwIWdwlCEJnZVpmgTovMjjWoO926dAzVwZ2u%0aFtTOrDJ1Sbfqtq5KqLOidRRYxaWCEmCjK1tImBGT0A4fAcWRWMNXQEdlfwQuCd58YQXp3ucPyc05%0a59573ue87/O+5+A1MjIyAhdQNeqhOF2JsloNACAqlA1hGAeyVWJIoiPAYGbCy8vLy8sVAZ" alt="[MERLIN LOGO]"></span><span style="font-size:9.0pt;color:#44546A"><br>
100 - 135 Innovation Drive<br>
Winnipeg, MB, R3T 6A8<br>
(204) 977-6824 or 1-800-430-6404 (MB only)<br>
<a href="mailto:athompson@merlin.mb.ca" target="_blank"><span style="color:#44546A">athompson@merlin.mb.ca</span></a><br>
<a href="http://www.merlin.mb.ca/" target="_blank"><span style="color:#44546A">www.merlin.mb.ca</span></a></span><span style="font-size:12.0pt;color:black"><o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black"><o:p> </o:p></span></p>
</div>
</div>
</div>
<div class="MsoNormal" align="center" style="text-align:center"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">
<hr size="2" width="98%" align="center">
</span></div>
<div id="divRplyFwdMsg">
<p class="MsoNormal"><b><span style="color:black">From:</span></b><span style="color:black"> NANOG
<a href="mailto:nanog-bounces@nanog.org" target="_blank"><nanog-bounces@nanog.org></a> on behalf of Mauro Gasparini
<a href="mailto:mjgasparini@gmail.com" target="_blank"><mjgasparini@gmail.com></a><br>
<b>Sent:</b> Thursday, May 14, 2020 8:46:21 AM<br>
<b>To:</b> Mehmet Akcin<br>
<b>Cc:</b> nanog<br>
<b>Subject:</b> Re: Switch for SFP+</span><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">
<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black"> <o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:12.0pt;font-family:"Arial",sans-serif;color:black">Thank you. The problem is that to get a price lower than U$D 3000 I have to resort to a used device.</span><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black"><o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">El 14/5/20 a las 01:08, Mehmet Akcin escribió:<o:p></o:p></span></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">Used Juniper QFX5100-48T will do it. Probably overkill but you can grab one cheap @ebay<o:p></o:p></span></p>
</div>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black"><o:p> </o:p></span></p>
<div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">On Wed, May 13, 2020 at 16:36 Mauro Gasparini <<a href="mailto:mjgasparini@gmail.com" target="_blank">mjgasparini@gmail.com</a>> wrote:<o:p></o:p></span></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">Good afternoon.<br>
<br>
I'm looking for a switch with the following capabilities:<br>
. transport for more than 20 gbps<br>
. link aggregation LACP<br>
. slots for SFP+<br>
. seamlessly when trunking vlans through the link aggregation.<br>
<br>
And essentially that doesn't exceed US$D 2000 and is compatible with <br>
10GBASE-ER and/or 10GBASE-ZR modules that are not from the vendor itself <br>
(e.g. SPFs: Huawei, Mikrotik, Sumitomo, OEMs).<br>
<br>
If any of you have a good experience with a device that meets these <br>
requirements (which are minimal with the exception of price and <br>
compatibility) ?<br>
<br>
Regards.<br>
Mauro Gasparini<o:p></o:p></span></p>
</blockquote>
</div>
</div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">--
<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black">Mehmet<br>
+1-424-298-1903<o:p></o:p></span></p>
</div>
</blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black"><o:p> </o:p></span></p>
</div>
</blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black"><o:p> </o:p></span></p>
</blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Helvetica",sans-serif;color:black"><o:p> </o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;color:black"><o:p> </o:p></span></p>
</div>
</blockquote>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>