<html><body style="margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;"><!DOCTYPE html>
<!--<div style="color:#ffffff">---- DO NOT EDIT BELOW THIS LINE ----</div>-->
<html>
   <head>
      <title>BuyGoods</title>
      <meta charset="utf-8">
      <!-- utf-8 works for most cases -->
      
      <meta name="viewport" content="width=device-width">
      <!-- Forcing initial-scale shouldn't be necessary -->
      
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <!-- Use the latest (edge) version of IE rendering engine -->
     
      <meta name="x-apple-disable-message-reformatting" content="x-apple-disable-message-reformatting">
      <!-- Disable auto-scale in iOS 10 Mail entirely -->

      <!-- The title tag shows in email notifications, like Android 4.4. -->
      <!-- Web Font / @font-face : BEGIN -->
      <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
      <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
      <!--[if mso]>
      <style>
         * {
         font-family: sans-serif !important;
         }
      </style>
      <![endif]-->

      
      

      <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
      <!--[if !mso]><!-->
      <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
      <!--<![endif]-->
      <!-- Web Font / @font-face : END -->
      <!-- CSS Reset -->
      <style>
         /* What it does: Remove spaces around the email design added by some email clients. */
         /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
         html,
         body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
            background-color: #f6f8f8 !important;
         }
         /* What it does: Stops email clients resizing small text. */
         * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
         }
         /* What it does: Centers email on Android 4.4 */
         div[style*="margin: 16px 0"] {
            margin:0 !important;
         }

         /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
         table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
            width: 100%;
         }
         table table table {
            table-layout: auto;
         }
         /* What it does: Uses a better rendering method when resizing images in IE. */
         img {
          -ms-interpolation-mode:bicubic;
         }
         .spi-html-emailcontainer img {
            max-width: 100% !important;
            height: auto;
         }
         /* What it does: A work-around for iOS meddling in triggered links. */
         *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
         }
         /* What it does: A work-around for Gmail meddling in triggered links. */
         .x-gmail-data-detectors,
         .x-gmail-data-detectors *,
         .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
         }
         /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
         .a6S {
            display: none !important;
            opacity: 0.01 !important;
         }
         /* If the above doesn't work, add a .g-img class to any image in question. */
         img.g-img + div {
            display:none !important;
         }
         /* What it does: Prevents underlining the button text in Windows 10 */
         .button-link {
            text-decoration: none !important;
         }
         /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
         /* Create one of these media queries for each additional viewport size you'd like to fix */
         /* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
         @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
            .email-container {
               min-width: 375px !important;
            }
         }
      </style>
      <!-- Progressive Enhancements -->
      <style>
         /* What it does: Hover styles for buttons */
         .button-td,
         .button-a {
            transition: all 100ms ease-in;
         }
         .button-td:hover,
         .button-a:hover {
            background: #2274ae !important;
            border-color: #2274ae !important;
         }
         .spiemail-left-column {
            width: 5% !important;
            vertical-align: top;
            padding: 5px;
         }
         .spiemail-right-column {
            width: 95% !important;
            padding: 5px;
         }
         .spiemail-left-column img {
            width: 100% !important;
            height: auto !important;
            border-radius: 50%;
         }
         /* Media Queries */
         @media screen and (max-width: 600px) {
         /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
               font-size: 17px !important;
               line-height: 22px !important;
            }
         }
         @media (max-width: 700px) {
            .spiemail-left-column img {
               width: 40px !important;
               height: auto !important;
               border-radius: 50%;
            }
            .spiemail-left-column {
               width: 20% !important;
            }
            .spiemail-right-column {
               width: 80% !important;
            }
         }
      </style>

   </head>
   <body style="background-color: #f6f8f8; padding-bottom: 30px !important; margin: 0; mso-line-height-rule: exactly;">
      

      <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> 
      <!--[if gte mso 9]>
      <xml>
         <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
         </o:OfficeDocumentSettings>
      </xml>
      <![endif]-->
      <div style="text-align:left;">
         <!-- Visually Hidden Preheader Text : BEGIN -->
         <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: sans-serif;">
            <!-- (Optional) This text will appear in the inbox preview, but not the email body. -->
         </div>
         <!-- Visually Hidden Preheader Text : END -->
         <!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.
            2. MSO tags for Desktop Windows Outlook enforce a 600px width.
            -->
         <div style="border: 1px solid #dadfe1;background-color: #fff;padding: 10px;" class="email-container">
            <!--[if mso]>
            <table role="presentation" style="border-spacing:0;padding:0;margin-left:auto" aria-hidden="true"   border="0" width="600">
               <tr>
                  <td>
                     <![endif]-->
                     <!-- Email Header : BEGIN -->
                     <table class='template_header' role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;margin-left:auto" aria-hidden="true">
                        <tbody>
                           <tr>
                              <td style="padding: 10px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #dddddd; width:50px;">
                                 <img src="https://www.buygoods.com/images/buygoodslogo.png" width="140" alt="BuyGoods Logo" style="border:0;height:auto;font-family:sans-serif;font-size:24px;line-height: 27px;color:#555555;">
                              </td>
                              <td style="text-align: right;padding: 10px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #dddddd;width:50px;vertical-align:middle">
                                 <h1 style="margin: 0 0 10px 0;font-family: sans-serif;font-size: 24px;line-height: 27px;color: #23375b;font-weight: normal;">BuyGoods Support</h1>
                              </td>
                           </tr>
                        </tbody>
                     </table>
                     <!-- Email Header : END -->
                     <!-- Email Body : BEGIN -->
                     <table role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;margin-left:auto" aria-hidden="true">
                        <!-- Hero Image, Flush : BEGIN -->
                        <tbody>
                           <!-- Hero Image, Flush : END -->
                           <!-- 1 Column Text + Button : BEGIN -->
                           <tr>
                              <td style='background-color:#ffffff'>
                                 <table role="presentation" style="border-spacing:0;padding:0;width:100%;border:0;" aria-hidden="true">
                                    <tbody>
                                       <tr>
                                          <td style="padding: 40px 10px;font-family: sans-serif;font-size: 15px;line-height: 20px;color: #555555;" class="spi-html-emailcontainer ticket_body">
                                             <table>
                                <tr>
                                        <td class="spiemail-left-column" width="5%" style="width:5%;">
                                                <img src="https://www.softwareprojects.com/images/default_avatar.png" width="70" height="70" style="width: 100% !important;height: auto !important;border-radius: 50%;" class="sender_image media-object">
                                        </td><td class="spiemail-right-column" width="95%" style="width:95%;padding: 5px;">           
                                        <h1 class="media-heading status" style="margin:0; mso-line-height-rule:exactly;color: #6B696B;font-size: initial;font-weight: normal;">
                                                <b style="color:black;">Colton Conor</b> started this conversation        
                                                
                                                <br>
                                                <span style="font-size: small;">Monday, October 19th, 2020, 11:55am EDT</span>                                                                                                                            
                                        </h1>
                                </td>
                        </tr><tr><td class="spiemail-left-column" style="width: 5%;vertical-align: top;padding: 5px;"> </td>
                                                <td class="spiemail-right-column" style="width: 90%;padding: 5px;font-family:Verdana, Geneva, sans-serif; font-size:12px; color:black"><div dir="ltr">I haven't tried one myself, but Dasan Zhone has the M2400 and M3000. Basically, a whitebox with IP Infusion code on it. New, I think the price point is sub $2000 to $4000 new. That's a ton of ports for that price point. Anyone tried these yet?<a href="https://u51012.ct.sendgrid.net/ls/click?upn=EhPlf17glKOZNVwhASoWuDgg-2FgvW5A5MFuGE0qlkslKLqOw6shUYbqzlwICX1qvhGrxrQp154CA7oriDMMFX-2Fg-3D-3DQpaT_FXQS9GGQnf2NUciIM2Uj1P5Rmzx6-2Fb1NEqYJ37Xi2EZMpF2sV5IjocGMHgSEBTdyCoaEAeH9c9lGwtKtJ2Ke3cVqR-2F5XbW-2F5ws-2BNu-2Fr1PzXN7hxbOaS0C9ugeFitLlDnmdoH1WHhr8OcqrV3vpfIX7VtJreNqInEdN6b4LBOQu-2BzQ88FPsMhv8SnCo3eSyk8yuyWT3hWcWgV36K0i5qJUfUehvj-2FsmYf3ZuCKbsqmAEfYAMOmi7HuTy6JewM-2FDQ16DeWWl2sAVwXfYduXjsutw-3D-3D"><a href="https://dzsi.com/product-category/mobile-xhaul/">https://dzsi.com/product-category/mobile-xhaul/</a></a><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 19, 2020 at 3:38 AM <a href="mailto:tim@pelican.org">tim@pelican.org</a> <<a href="mailto:tim@pelican.org">tim@pelican.org</a>> wrote:<br></div><noblockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Saturday, 17 October, 2020 00:41, "Tony Wicks" <<a href="mailto:tony@wicks.co.nz" target="_blank">tony@wicks.co.nz</a>> said:<br>
<br>
> Well, there is always the MX104 (if you want redundancy) or MX80 if you<br>
> dont. That will give you 80gig wire speed just dont load it up with<br>
> more than one full table.<br>
<br>
Bear in mind that the MX80 is now in the EoL process, you have <4 years of support left. Depending on your expected life-time / depreciation rules, buying one new right now might be unwise.<br>
<br>
Do *not* throw a full table at it (or any of the PowerPC Junipers) unless you have a lot of patience for reconvergence, and black-holes while you wait.<br>
<br>
MX104 is a nice box for getting dual-RE in something relatively compact and cheap, and has environmental hardening if that matters to you, but is still not best pleased with full tables.<br>
<br>
OP could do with clarifying "cheap" :)<br>
<br>
Regards,<br>
Tim.<br>
<br>
<br>
</noblockquote></div></td></tr></table>
                                          </td>
                                       </tr>
                                    </tbody>
                                 </table>
                              </td>
                           </tr>
                           <!-- 1 Column Text + Button : END -->
                           <!-- 2 Even Columns : BEGIN -->
                           <!-- Two Even Columns : END -->
                           <!-- Clear Spacer : BEGIN -->
                           <tr>
                              <td style="font-size: 0; line-height: 0; height:40px;">
                                  
                              </td>
                           </tr>
                           <!-- Clear Spacer : END -->
                           <!-- 1 Column Text : BEGIN -->
                           <!-- 1 Column Text : END -->
                        </tbody>
                     </table>
                     <!-- Email Body : END -->
                     <!-- Email Footer : BEGIN -->                    
                     <!-- Email Footer : END -->
                     <!--[if mso]>
                  </td>
               </tr>
            </table>
            <![endif]-->
         </div>
      </div>
   </body>
</html><img src="https://u51012.ct.sendgrid.net/wf/open?upn=x1kRTgIQoVhlGSsMYVp-2FUYWcytH725erWxP0yLhGCi62xeS2jkuPUzlslev-2BPIzT71OSaSoCFLT5KjlBd8kg5Kv4pgw9I5KkIDtBb7UOeX3lExNkd6-2B8nRN662h1Z9-2Fbys5dIOd26ax8b-2B1-2F3Pr9Xiii8yeqbBflBw7mUhIKD8bMciQ2i3u6gER-2F5emhi0H1DpitnqYLErhi7gRHmVKzt-2FYsDW0jnEa83l2Mu-2F4WjUaV3Si-2BAHMU-2BCcV64xErOy2n6xm9fdqPeljdHcdylYBTNomkBOOxQIIYXwITMbU7OY-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/></body></html>