<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SnapMirror handshake change between ONTAP 7.3.6 and 8.0.3 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19725#M4620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10.5pt; mso-fareast-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;"&gt;I am not sure what you mean. Maybe you could explain (or point me to the right source) how SnapmMirror handshake is done in ONTAP 8? I hope it's not a proprietory information.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2013 17:02:51 GMT</pubDate>
    <dc:creator>LKHAIMOVICH</dc:creator>
    <dc:date>2013-02-25T17:02:51Z</dc:date>
    <item>
      <title>SnapMirror handshake change between ONTAP 7.3.6 and 8.0.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19716#M4617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on the code processing Snapmirror traffic. It worked with ONTAP 7.3.6, but fails with a setup, which has 8.0.3 installed. I can see a considerable change in the way handshake is performed and wonder if it's a general change made between the above two versions, or the 8.0.3 systems I inherited have some kind of unusual setup. If it's the general change, when exactly did it occur and what was the goal of introducing it? If the difference is caused by a specific setup, which one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the description of the differences captured by tcpdump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONTAP 7.3.6, the source volume, dest volume/host name are sent in one packet from&lt;/P&gt;&lt;P&gt;dest filer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;68&amp;nbsp; 28.579160&amp;nbsp;&amp;nbsp; 10.5.129.241&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5.129.221&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP 128 52802 &amp;gt; 10566 [PSH,&lt;/P&gt;&lt;P&gt;ACK] Seq=9 Ack=9 Win=5840 Len=62 TSval=101187495 TSecr=10305856&lt;/P&gt;&lt;P&gt;Data&amp;amp;colon; 00701e0005000000766f6c34000b000000766f6c3164656d...&lt;/P&gt;&lt;P&gt;0x701e00 5 vol4 10 vol1demo4 7 lsnap2 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONTAP 8.0.3, the source volume, dest volume/host name are sent in separate packets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first dest filer sends two packets with volume info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;64&amp;nbsp; 58.164679&amp;nbsp;&amp;nbsp; 10.5.140.169&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5.140.157&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP 70&amp;nbsp; 41555 &amp;gt; 10566 [PSH,&lt;/P&gt;&lt;P&gt;ACK] Seq=9 Ack=9 Win=5840 Len=4 TSval=98444041 TSecr=1944069156&lt;/P&gt;&lt;P&gt;Data&amp;amp;colon; 00701e00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;68&amp;nbsp; 58.204660&amp;nbsp;&amp;nbsp; 10.5.140.169&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5.140.157&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP 79&amp;nbsp; 41555 &amp;gt; 10566 [PSH,&lt;/P&gt;&lt;P&gt;ACK] Seq=13 Ack=9 Win=5840 Len=13 TSval=98444081 TSecr=1944069156&lt;/P&gt;&lt;P&gt;Data&amp;amp;colon; 09000000746573745f79616f00&lt;/P&gt;&lt;P&gt;9 test_yao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the source filer send back its filer name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;73&amp;nbsp; 58.244352&amp;nbsp;&amp;nbsp; 10.5.140.157&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5.140.169&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP 76&amp;nbsp; 10566 &amp;gt; 41555 [PSH,&lt;/P&gt;&lt;P&gt;ACK] Seq=13 Ack=26 Win=7340800 Len=10 TSval=1944069165&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;TSecr=98444041&lt;/P&gt;&lt;P&gt;Data&amp;amp;colon; 69726f6e666f72676500&lt;/P&gt;&lt;P&gt;ironforge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;75&amp;nbsp; 58.256681&amp;nbsp;&amp;nbsp; 10.5.140.169&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5.140.157&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP 70&amp;nbsp; 41555 &amp;gt; 10566 [PSH,&lt;/P&gt;&lt;P&gt;ACK] Seq=26 Ack=23 Win=5840 Len=4 TSval=98444133 TSecr=1944069165&lt;/P&gt;&lt;P&gt;Data&amp;amp;colon; 09000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that, the dest filer sends the volume/host name&lt;/P&gt;&lt;P&gt;80&amp;nbsp; 58.296662&amp;nbsp;&amp;nbsp; 10.5.140.169&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5.140.157&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP 116 41555 &amp;gt; 10566 [PSH,&lt;/P&gt;&lt;P&gt;ACK] Seq=30 Ack=23 Win=5840 Len=50 TSval=98444173 TSecr=1944069165&lt;/P&gt;&lt;P&gt;Data&amp;amp;colon; 746573745f79616f000a00000073746f726d77696e64000b...&lt;/P&gt;&lt;P&gt;test_yao stormwind ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;--Leon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:09:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19716#M4617</guid>
      <dc:creator>LKHAIMOVICH</dc:creator>
      <dc:date>2025-06-05T06:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: SnapMirror handshake change between ONTAP 7.3.6 and 8.0.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19720#M4618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TCP stream does not have packets, your application should not depend on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 04:06:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19720#M4618</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2013-02-22T04:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: SnapMirror handshake change between ONTAP 7.3.6 and 8.0.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19725#M4620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10.5pt; mso-fareast-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;"&gt;I am not sure what you mean. Maybe you could explain (or point me to the right source) how SnapmMirror handshake is done in ONTAP 8? I hope it's not a proprietory information.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 17:02:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19725#M4620</guid>
      <dc:creator>LKHAIMOVICH</dc:creator>
      <dc:date>2013-02-25T17:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: SnapMirror handshake change between ONTAP 7.3.6 and 8.0.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19729#M4621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean that TCP is stream based, so there is no packet boundary in TCP. No, I do not have any information about internal implementation of SnapMirror, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 08:28:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19729#M4621</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2013-02-26T08:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: SnapMirror handshake change between ONTAP 7.3.6 and 8.0.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19734#M4623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, TCP is stream based. How is this relevant for the handshake question I have? During the handshake there should be a very structured and repeatable exchange of clearly defined packets ( or we may call them segments), right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 21:11:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SnapMirror-handshake-change-between-ONTAP-7-3-6-and-8-0-3/m-p/19734#M4623</guid>
      <dc:creator>LKHAIMOVICH</dc:creator>
      <dc:date>2013-02-26T21:11:08Z</dc:date>
    </item>
  </channel>
</rss>

