<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
I’ll add a hard learned lesson here:
<div class=""><br class="">
</div>
<div class="">Example:</div>
<div class="">Subscriber sends a frame >1500 bytes. IF the frame makes it through the network it will by
<b class="">dropped by the NIC</b> on the publisher if it exceeds the MTU configured on the publisher. You will not see the frame with ‘utils network capture…’ on the publisher as that dumps frames from the processor/linux kernel and not from the NIC. The frame
is dropped at the NIC before it reaches the kernel.</div>
<div class=""><br class="">
</div>
<div class="">-Wes</div>
<div class=""><br class="">
<div>
<div class="">On Oct 12, 2017, at 2:11 PM, Dave Goodwin <<a href="mailto:Dave.Goodwin@december.net" class="">Dave.Goodwin@december.net</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="gmail_default" style="font-family:tahoma,sans-serif">While I haven't tried to test this specifically, my understanding is that a network transport that fully supports jumbo frames (e.g. 9000 bytes) will cause no issues with hosts configured with
1500 byte MTU trying to communicate. I thought the issues can happen when the configured MTU in the two hosts communicating exceeds the effective transport MTU anywhere in the path between the hosts.</div>
</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Thu, Oct 12, 2017 at 1:48 PM, Mike King <span dir="ltr" class="">
<<a href="mailto:me@mpking.com" target="_blank" class="">me@mpking.com</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr" class=""><br class="">
<div class="gmail_extra"><br class="">
<div class="gmail_quote"><span class="">On Wed, Oct 11, 2017 at 4:10 AM, Ryan Huff
<span dir="ltr" class=""><<a href="mailto:ryanhuff@outlook.com" target="_blank" class="">ryanhuff@outlook.com</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="auto" class="">
<div class=""><span class=""></span></div>
<div class="">
<div class="">
<div class="">
<div class=""><br class="">
</div>
<div class="">- Make sure you’re accounting for any non-standard MTU between the publisher and subscriber nodes. By default, CUCM will use 1500 if you don’t change it (which is the typical network standard). For example; If you have jumbo frame support in the
network path between the two nodes and you set 1500 MTU on the publisher and subscriber, the subscriber installation will typically “fail node connectivity validation” with no visible clue as to why. This is because this is the first point in the subscriber
installation where there is enough back/fourth TCP with the publisher to cause the TCP window to burst, which causes the TCP retransmission error. Since it happens at this point, CUCM assumes it’s because the publisher can’t verify the subscriber.</div>
<div class=""><br class="">
</div>
</div>
</div>
</div>
</div>
</blockquote>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
</span>
<div class="">Hey Ryan, Do you have links for that? I find the behavior very odd, and not the way I understood standard MTU over a Jumbo enabled network to function. Or is this just a Cisco Caveat type deal?</div>
<span class="HOEnZb"><font color="#888888" class="">
<div class=""><br class="">
</div>
<div class="">Mike</div>
</font></span></div>
</div>
</div>
<br class="">
______________________________<wbr class="">_________________<br class="">
cisco-voip mailing list<br class="">
<a href="mailto:cisco-voip@puck.nether.net" class="">cisco-voip@puck.nether.net</a><br class="">
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank" class="">https://puck.nether.net/<wbr class="">mailman/listinfo/cisco-voip</a><br class="">
<br class="">
</blockquote>
</div>
<br class="">
</div>
_______________________________________________<br class="">
cisco-voip mailing list<br class="">
<a href="mailto:cisco-voip@puck.nether.net" class="">cisco-voip@puck.nether.net</a><br class="">
https://puck.nether.net/mailman/listinfo/cisco-voip<br class="">
</div>
</div>
<br class="">
</div>
</body>
</html>