<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
I’d second the MTU problem, especially if frame 13 in the capture (the 1514 one) has DF set. 
<div class=""><br class="">
</div>
<div class="">Assuming this was taken at the remote CUCM, the retransmitted packets at the bottom are all 1514 bytes, so it’s very likely whatever frame 13 was never received by PLM. </div>
<div class=""><br class="">
<div class="">
<div style="color: rgb(0, 0, 0); font-family: "Lucida Grande"; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
 - Ryan Ratliff</div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Dec 21, 2018, at 1:51 PM, Brian Meade <<a href="mailto:bmeade90@vt.edu" class="">bmeade90@vt.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">One thing to start looking at would be why the TLS Client Hello from PLM is showing as malformed.  There's some large packets in there as well (1482 and 1514).  I'd bet you've got an MTU issue somewhere on the path.
<div class=""><br class="">
</div>
<div class="">Was the capture taken from the CUCM side?  I would bet it does since it's sending 1514 byte packets and those are the ones you're not getting Acks from PLM on.</div>
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Fri, Dec 21, 2018 at 12:17 PM Anthony Holloway <<a href="mailto:avholloway%2Bcisco-voip@gmail.com" class="">avholloway+cisco-voip@gmail.com</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div dir="ltr" class="">To echo what Brian is saying with his question: 443 is a server listening port (HTTPS), and therefore, the port on PLM talking to it, is an ephemeral client port, or random port, and wouldn't be documented anywhere.
<div class=""><br class="">
</div>
<div class="">This is similar to the whole UAS/UAC discussion with SIP and 5060.</div>
<div class=""><br class="">
</div>
<div class="">Take this Outbound call for example, where my CUBE (UAS) is talking SIP with CUCM (UAC) (10.10.10.10) on CUCM's port 50124</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><font face="monospace, monospace" class="">PeerAddress=+16125551212</font></div>
<div class=""><font face="monospace, monospace" class="">PeerId=2100</font></div>
<div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">RemoteSignallingIPAddress=10.10.10.10</font></span></div>
<div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">RemoteSignallingPort=50124</font></span></div>
<div class=""><font face="monospace, monospace" class="">RemoteMediaIPAddress=10.20.20.20</font></div>
<div class=""><font face="monospace, monospace" class="">RemoteMediaPort=28326</font></div>
<div class=""><font face="monospace, monospace" class="">tx_DtmfRelay=rtp-nte</font></div>
<div class=""><font face="monospace, monospace" class="">VAD = disabled</font></div>
<div class=""><font face="monospace, monospace" class="">CoderTypeRate=g711ulaw</font></div>
<div class=""><br class="">
</div>
<div class="">And then this Inbound call example, where my CUBE (UAC) is talking SIP with CUCM (UAS) (10.10.10.10) on CUCM's port 5060</div>
</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><font face="monospace, monospace" class="">PeerAddress=+16215551212</font></div>
<div class=""><font face="monospace, monospace" class="">PeerId=2200</font></div>
<div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">RemoteSignallingIPAddress=10.10.10.10</font></span></div>
<div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">RemoteSignallingPort=5060</font></span></div>
<div class=""><font face="monospace, monospace" class="">RemoteMediaIPAddress=10.20.20.20</font></div>
<div class=""><font face="monospace, monospace" class="">RemoteMediaPort=28524</font></div>
<div class=""><font face="monospace, monospace" class="">tx_DtmfRelay=rtp-nte</font></div>
<div class=""><font face="monospace, monospace" class="">VAD = disabled</font></div>
<div class=""><font face="monospace, monospace" class="">CoderTypeRate=g711ulaw</font></div>
</div>
<div class=""><font face="monospace, monospace" class=""><br class="">
</font></div>
<div class=""><i class="">PS I get that output from the following command on CUBE: show call active voice | in PeerAddr|PeerId|RemoteS|RemoteM|Dtmf|Coder|VAD</i><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Put that in an alias command, and you're a few short keystrokes away from some sexy data.</div>
<div class=""><br class="">
</div>
<div class="">Now, back to the TCP re-transmissions, this is most likely a lower layer issue, and not a problem with PLM/CUCM.</div>
<div class=""><br class="">
</div>
<div class="">A quick google search resulted in this article, which I found well written, but does go deep, with links to other articles which take you even deeper:</div>
<div class=""><br class="">
</div>
<div class=""><a href="https://www.netcraftsmen.com/application-analysis-using-tcp-retransmissions-part-1/" target="_blank" class="">https://www.netcraftsmen.com/application-analysis-using-tcp-retransmissions-part-1/</a><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Since you have the same PLM talking to multiple CUCM clusters, and only a problem with one cluster (or so it sounded like), I'd wager this problem is not with the PLM side, but is probably on the network path where it begins to be unique for this
 CUCM cluster in question, to include the CUCM cluster (or more specifically, the Publisher) itself.</div>
<div class=""><br class="">
</div>
<div class="">As for logs, I'd imagine it wont show you anything more valuable than your packet capture; that's probably pretty telling.</div>
<div class=""><br class="">
</div>
<div class="">Good luck.  I'm curious to see how this turns out.</div>
</div>
</div>
</div>
</div>
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Fri, Dec 21, 2018 at 10:08 AM Brian Meade <<a href="mailto:bmeade90@vt.edu" target="_blank" class="">bmeade90@vt.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr" class="">Are you sure the destination port is 56648 and it's not the source port in that handshake?</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Fri, Dec 21, 2018 at 10:51 AM Jason Aarons (Americas) <<a href="mailto:jason.aarons@dimensiondata.com" target="_blank" class="">jason.aarons@dimensiondata.com</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div lang="EN-US" class=""><br class="">
<br class="">
<div class="gmail-m_-5129224552412524315gmail-m_-5046867934431012211gmail-m_-5233718741927375366WordSection1">
<p class="MsoNormal">Have a centralized Prime License Manager (PLM) for several clusters.   One cluster the Product Instance shows “Unknown error”.  We have firewalls between PLM and clusters.<u class=""></u><u class=""></u></p>
<p class="MsoNormal"><u class=""></u> <u class=""></u></p>
<p class="MsoNormal">I hit Test Connection in PLM and see traffic from source PLM coming in to remote cluster on TCP/443 and then I see traffic back source TCP/443 to destination TCP/56648 and then lots of TCP retransmissions.  The GUI in PLM says “Test Connection
 Failed.The cause of the error is unknown. Check the Cisco Prime License Manager log for details.”<u class=""></u><u class=""></u></p>
<p class="MsoNormal"><u class=""></u> <u class=""></u></p>
<p class="MsoNormal">I can’t find in the Port Usage guide where TCP/56648 is documented?  What log file do I look at via RTMT on PLM?<u class=""></u><u class=""></u></p>
<p class="MsoNormal"><u class=""></u> <u class=""></u></p>
<p class="MsoNormal"><span id="cid:167d1814bba4cff311"><image001.png></span><u class=""></u><u class=""></u></p>
<p class="MsoNormal"><u class=""></u> <u class=""></u></p>
<p class="MsoNormal">Jason Aarons, CCIEx2 No. 38564<u class=""></u><u class=""></u></p>
<p class="MsoNormal">Advanced Technology Consultant<u class=""></u><u class=""></u></p>
<p class="MsoNormal">Dimension Data<u class=""></u><u class=""></u></p>
<p class="MsoNormal">904-338-3245<u class=""></u><u class=""></u></p>
<p class="MsoNormal"><u class=""></u> <u class=""></u></p>
</div>
<br class="">
<br class="">
<font class="">This email and all contents are subject to the following disclaimer:<br class="">
<a href="http://www.dimensiondata.com/Global/Policies/Pages/Email-Disclaimer.aspx" target="_blank" class="">"http://www.dimensiondata.com/emaildisclaimer"</a>
</font><font color="white" class=""></font></div>
_______________________________________________<br class="">
cisco-voip mailing list<br class="">
<a href="mailto:cisco-voip@puck.nether.net" target="_blank" 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/mailman/listinfo/cisco-voip</a><br class="">
</blockquote>
</div>
_______________________________________________<br class="">
cisco-voip mailing list<br class="">
<a href="mailto:cisco-voip@puck.nether.net" target="_blank" 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/mailman/listinfo/cisco-voip</a><br class="">
</blockquote>
</div>
</blockquote>
</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>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>