<?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: Which NIC should I use for SnapMirror? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34340#M8120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to put a close to the ticket ... I grouped all four of my interfaces (e0a-e0d) on each filer into one big dynamic multimode lacp vif and configured lacp on the switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filer A is my production filer&lt;/P&gt;&lt;P&gt;Filer B is my backup (snapmirror destination) filer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Controller A (iSCSI) on Filer A and Filer B are connected to switch A&lt;/P&gt;&lt;P&gt;Controller B (NFS) on Filer A and Filer B are connected to switch B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN 246 (1.1.1.0/24) is my data network&lt;/P&gt;&lt;P&gt;VLAN 006 (1.1.2.0/24) is for iSCSI&lt;/P&gt;&lt;P&gt;VLAN 007 (1.1.3.0/24) is for NFS&lt;/P&gt;&lt;P&gt;VLAN 010 (1.1.6.0/24) is for management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those aren't real IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;/etc/rc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NETAPP01=&amp;gt; rdfile /etc/rc&lt;/P&gt;&lt;P&gt;hostname NETAPP01&lt;/P&gt;&lt;P&gt;ifgrp create lacp dmvif01 e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;vlan create dmvif01 6 7 10 246&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-246 1.1.1.90 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-246&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-6 1.1.2.30 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-6&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-7 1.1.3.30 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-7&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-10 1.1.6.30 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-10&lt;/P&gt;&lt;P&gt;route add default 1.1.1.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options dns.domainname domain.com&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;rdfile /etc/hosts&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;127.0.0.1&lt;/TD&gt;&lt;TD&gt;localhost localhost-stack&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;127.0.10.1&lt;/TD&gt;&lt;TD&gt;localhost-10 localhost-bsd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;127.0.20.1&lt;/TD&gt;&lt;TD&gt;localhost-20 localhost-sk&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.30&lt;/TD&gt;&lt;TD&gt;NETAPP01-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.31&lt;/TD&gt;&lt;TD&gt;NETAPP02-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.40&lt;/TD&gt;&lt;TD&gt;NETAPP03-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.41&lt;/TD&gt;&lt;TD&gt;NETAPP04-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.30&lt;/TD&gt;&lt;TD&gt;NETAPP01-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.31&lt;/TD&gt;&lt;TD&gt;NETAPP02-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.40&lt;/TD&gt;&lt;TD&gt;NETAPP03-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.41&lt;/TD&gt;&lt;TD&gt;NETAPP04-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.30&lt;/TD&gt;&lt;TD&gt;NETAPP01 NETAPP01-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.31&lt;/TD&gt;&lt;TD&gt;NETAPP02 NETAPP02-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.40&lt;/TD&gt;&lt;TD&gt;NETAPP03 NETAPP01-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.41&lt;/TD&gt;&lt;TD&gt;NETAPP04 NETAPP02-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.90&lt;/TD&gt;&lt;TD&gt;NETAPP01-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.91&lt;/TD&gt;&lt;TD&gt;NETAPP02-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.122&lt;/TD&gt;&lt;TD&gt;NETAPP03-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.123&lt;/TD&gt;&lt;TD&gt;NETAPP04-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.102&lt;/TD&gt;&lt;TD&gt;mailhost&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Switch Config&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel2&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0A E0B E0C E0D&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/35&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0A&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/36&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0B&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/37&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0C&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/38&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0D&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 20:19:50 GMT</pubDate>
    <dc:creator>chris_davis</dc:creator>
    <dc:date>2014-09-12T20:19:50Z</dc:date>
    <item>
      <title>Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34275#M8095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently setting up a SnapMirror relationship and I noticed that my transfer was going extremely slow.&amp;nbsp; Turns out the e0M interface is only 100mb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a FAS2240-4 with two controllers running 8.1.4P1 7-Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both controllers use this setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e0a and e0c are used for my iSCSI VIF&lt;/P&gt;&lt;P&gt;e0b and e0d are used for my NFS VIF&lt;/P&gt;&lt;P&gt;Both VIFs are configured to use lacp&lt;/P&gt;&lt;P&gt;e0m is my management nic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, DNS points to the management IP for each server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have Exchange data stored on this filer and SnapDrive on my Exchange servers configured to point to the management interface.&amp;nbsp; I'm working with support to figure out why SME won't interface with SnapMirror but that's outside the scope of this discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are my options for getting my SnapMirror on a gigabit interface?&amp;nbsp; Is it a good idea to piggyback on one of my VIFs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:30:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34275#M8095</guid>
      <dc:creator>chris_davis</dc:creator>
      <dc:date>2025-06-05T05:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34280#M8096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im not a fan of e0m, and never was... It changes on the 8000 series, but i've been in shops with 200+ filers and we never used e0m..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We usually send snapmirror traffic over 10g vif as well.. e0m is useless &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 19:20:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34280#M8096</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-08-13T19:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34288#M8097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you manage your filer without using the management interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My nfs and my iscsi vifs are both vlanned so the traffic for each is isolated from the rest of the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my only option to use one of the nfs and iscsi vifs and vlan for my snapmirror traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I add another ethernet nic to the controllers and use a port off of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 20:50:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34288#M8097</guid>
      <dc:creator>chris_davis</dc:creator>
      <dc:date>2014-08-13T20:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34292#M8098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have that e0M interfaced disabled. &lt;/P&gt;&lt;P&gt;then&amp;nbsp; group e1a and e1b using ifgrp (could be e0a and e0b up to you)&amp;nbsp; &lt;/P&gt;&lt;P&gt;created vifs and tag them for management traffic iscsi, nfs and so on. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 22:10:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34292#M8098</guid>
      <dc:creator>vims</dc:creator>
      <dc:date>2014-08-13T22:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34301#M8099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not be confused. You do not &lt;STRONG&gt;need&lt;/STRONG&gt; to use e0M - any interface can be used to manage filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add mezzanine card with 2 x 10G. You can't add more 1GbE to 2240.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 03:05:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34301#M8099</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2014-08-14T03:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34303#M8100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e0m confuses people... In my opinion, at 100mbit, it's useless.. and in both the environments where i've been (large) we never uses it.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 12:10:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34303#M8100</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-08-14T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34308#M8101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only reason to use e0M is when you absolutely need separate physical management network and do not want to waste 1GbE (or 10G) for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 13:11:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34308#M8101</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2014-08-14T13:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34313#M8103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to get&amp;nbsp; a riser card in that box and use it for your transfers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 13:20:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34313#M8103</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-08-14T13:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34318#M8105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is where the documentation doesn't transfer to the real world. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a little more information on my setup.&amp;nbsp; Perhaps you guys can tell me how you would configure it so I'm getting the most out of these systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e0a and e0c connected to switch1 (2960-S).&amp;nbsp; lacp is enabled and the port groups are configured for my iscsi vlan (exchange and file servers)&lt;/P&gt;&lt;P&gt;e0b and e0d connected to switch2 (2960-S).&amp;nbsp; lacp is enabled and the port groups are configured for my nfs vlan (vmware)&lt;/P&gt;&lt;P&gt;e0m on both controllers are either connected to switch3 or switch4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switch1 and switch2 are disparate and do not have any connectivity to the public network aside from one management port.&lt;/P&gt;&lt;P&gt;switch3 and switch4 are my internal facing switches for my vm traffic, management, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My second filer, my snapmirror destination filer, is configured the same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I talk to my network team about stacking switches 1 and 2?&amp;nbsp; I could then use a 4-port lacp for e0a-e0d and use vlan tagging in my rc file.&amp;nbsp; It wouldn't take much to add my management vlan to that switch.&lt;/P&gt;&lt;P&gt;Then configure the hosts file on each controller to point to either the nfs or the iscsi vif on my second filer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or would it be the same to just leave it as it is, and configure the hosts file for each filer to use the nfs or iscsi for all communication, including snapmirror transfers, leaving e0m for management.&amp;nbsp; That would be the easiest and least disruptive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 15:44:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34318#M8105</guid>
      <dc:creator>chris_davis</dc:creator>
      <dc:date>2014-08-14T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34322#M8107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Documentation vs real-world... yeah.. that's always a treat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see no issue with vlan tagging and lacp.. But it's up to you.. I fyou want to keep it all segrated, get a riser card&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 17:41:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34322#M8107</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-08-14T17:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34326#M8110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To expand from my earlier question and get slightly off topic ....&amp;nbsp; what is the preferred network configuration that you guys use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you guys mind posting your /etc/rc file and your cisco configs for the ports your filers are connected to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to resolve this without purchasing additional hardware if at all possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's mine and maybe you guys can let me know what to change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;gt; rdfile /etc/rc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;hostname FILER1&lt;/P&gt;&lt;P&gt;ifgrp create lacp VIF_ISCSI -b ip e0a e0c&lt;/P&gt;&lt;P&gt;ifgrp create lacp VIF_NFS -b ip e0b e0d&lt;/P&gt;&lt;P&gt;ifconfig VIF_ISCSI `hostname`-VIF_ISCSI netmask 255.255.255.0 partner VIF_ISCSI mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig VIF_NFS `hostname`-VIF_NFS netmask 255.255.255.0 partner VIF_NFS mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig e0M `hostname`-e0M netmask 255.255.255.0 partner 10.10.10.91 mtusize 1500&lt;/P&gt;&lt;P&gt;route add default 10.10.10.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options dns.domainname domain.com&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;gt; rdfile /etc/hosts&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;127.0.0.1 localhost localhost-stack&lt;/P&gt;&lt;P&gt;127.0.10.1 localhost-10 localhost-bsd&lt;/P&gt;&lt;P&gt;127.0.20.1 localhost-20 localhost-sk&lt;/P&gt;&lt;P&gt;172.30.2.30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILER1-VIF_ISCSI&lt;/P&gt;&lt;P&gt;172.30.2.31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILER2-VIF_ISCSI&lt;/P&gt;&lt;P&gt;172.30.3.30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILER1 FILER1-VIF_NFS&lt;/P&gt;&lt;P&gt;172.30.3.31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILER2 FILER2-VIF_NFS&lt;/P&gt;&lt;P&gt;10.10.10.90&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILER1-e0M&lt;/P&gt;&lt;P&gt;10.10.10.91&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILER2-e0M&lt;/P&gt;&lt;P&gt;10.127.11.35&amp;nbsp;&amp;nbsp; mailhost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILER3 is my SnapMirror destination:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;FILER1*&amp;gt; getXXbyYY gethostbyname_r FILER3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;name: filer3.domain.com&lt;/P&gt;&lt;P&gt;aliases:&lt;/P&gt;&lt;P&gt;IPv4 addresses: 10.10.10.122&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;FILER3*&amp;gt; getXXbyYY gethostbyname_r FILER1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;name: filer1.domain.com&lt;/P&gt;&lt;P&gt;aliases:&lt;/P&gt;&lt;P&gt;IPv4 addresses: 10.10.10.90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;And here are the Cisco port configs:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel5&lt;/P&gt;&lt;P&gt; description Virtual interface for Etherchannel for FILER1 VIF_ISCSI&lt;/P&gt;&lt;P&gt; switchport access vlan 6&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt; flowcontrol receive on&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt; spanning-tree guard loop&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Port-channel6&lt;/P&gt;&lt;P&gt; description Virtual interface for Etherchannel for FILER1 VIF_NFS&lt;/P&gt;&lt;P&gt; switchport access vlan 7&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt; flowcontrol receive on&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt; spanning-tree guard loop&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/27&lt;/P&gt;&lt;P&gt; description FILER1 E0A VIF_ISCSI&lt;/P&gt;&lt;P&gt; switchport access vlan 6&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt; flowcontrol receive on&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt; spanning-tree guard loop&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 5 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/28&lt;/P&gt;&lt;P&gt; description FILER1 E0C VIF_ISCSI&lt;/P&gt;&lt;P&gt; switchport access vlan 6&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt; flowcontrol receive on&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt; spanning-tree guard loop&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 5 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/29&lt;/P&gt;&lt;P&gt; description FILER1 E0B VIF_NFS&lt;/P&gt;&lt;P&gt; switchport access vlan 7&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt; flowcontrol receive on&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt; spanning-tree guard loop&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 6 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/30&lt;/P&gt;&lt;P&gt; description FILER1 E0D VIF_NFS&lt;/P&gt;&lt;P&gt; switchport access vlan 7&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt; flowcontrol receive on&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt; spanning-tree guard loop&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 6 mode active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:12:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34326#M8110</guid>
      <dc:creator>chris_davis</dc:creator>
      <dc:date>2014-08-20T14:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34330#M8113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rc file is below, there is nothing special in hosts file.&lt;/P&gt;&lt;P&gt;I have no access to CISCO configuration, managed bu network team. &lt;/P&gt;&lt;P&gt; &lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;/etc/rc &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;#Generated&amp;nbsp; July 2012&lt;/P&gt;&lt;P&gt;hostname van-netapp-opr1&lt;/P&gt;&lt;P&gt;# Log on to Host and run an "ifconfig -a" to find your interface names.&lt;/P&gt;&lt;P&gt;# To create the dynamic multi-mode ifgrp for an LACP connection. Node 1 will have dmvif1&lt;/P&gt;&lt;P&gt;ifgrp create lacp dmvif1 e2a e2b&lt;/P&gt;&lt;P&gt;# To Create the VLans interfaces for dmvif1&lt;/P&gt;&lt;P&gt;vlan create dmvif1 216 629 630 632&lt;/P&gt;&lt;P&gt;# Internal Server network&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-216 10.8.131.8 netmask 255.255.240.0 mtusize 1500 partner dmvif2-216&lt;/P&gt;&lt;P&gt;# iSCSI Network - Jumbo frames enabled for this network&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-629 10.219.240.27 netmask 255.255.255.128 mtusize 9000 partner dmvif2-629&lt;/P&gt;&lt;P&gt;# NFS Network - Jumbo Frames enabled for this network&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-630 10.219.240.132 netmask 255.255.255.128 mtusize 9000 partner dmvif2-630&lt;/P&gt;&lt;P&gt;# SAM Backup Network - Jumbo Frames enabled for this network&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-632 10.219.241.134 netmask 255.255.255.128 mtusize 9000 partner dmvif2-632&lt;/P&gt;&lt;P&gt;# Config for Vfiler van-swebpr-opr1&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-216 alias 10.8.131.62 netmask 255.255.240.0&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-632 alias 10.219.241.137 netmask 255.255.255.128&lt;/P&gt;&lt;P&gt;# Config for Vfiler van-swebqa-opr1&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-216 alias 10.8.131.63 netmask 255.255.240.0&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-632 alias 10.219.241.138 netmask 255.255.255.128&lt;/P&gt;&lt;P&gt;# Config for vfiler van-ky-opr1&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-216 alias 10.8.131.71 netmask 255.255.240.0&lt;/P&gt;&lt;P&gt;# Config for vfiler jackjackopr1&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-216 alias 10.8.131.65 netmask 255.255.240.0&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-630 alias 10.219.240.163 netmask 255.255.255.128&lt;/P&gt;&lt;P&gt;# Config for vfiler bane2&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-216 alias 10.8.131.125 netmask 255.255.240.0&lt;/P&gt;&lt;P&gt;ifconfig dmvif1-629 alias 10.219.240.69 netmask 255.255.255.128&lt;/P&gt;&lt;P&gt;route add default 10.8.143.254 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;route add net 10.219.192.0/21 10.219.241.129 1&lt;/P&gt;&lt;P&gt;route add net 10.219.252.0/22 10.219.241.129 1&lt;/P&gt;&lt;P&gt;options dns.domainname coastcapital.local&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 16:14:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34330#M8113</guid>
      <dc:creator>vims</dc:creator>
      <dc:date>2014-08-20T16:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34336#M8117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you use vfilers, your setup is going to be a little different than mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't have any issues with pushing all that data through 2 ports?&amp;nbsp; Is NetApp smart enough to monitor the bandwidth and switch ports if needed or do you run the risk of having iSCSI, NFS, backup, and your management all over one port?&amp;nbsp; Would there be any benefit of adding a 3rd interface to the mix?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking of putting my iSCSI, NFS, and management on one VIF that's comprised of 3 ports (e0a, b, and c)&lt;/P&gt;&lt;P&gt;Then utilizing e0d and going straight to e0d of my backup filer (completely bypassing the switch) for SnapMirror transfers.&lt;/P&gt;&lt;P&gt;* As demonstrated here: &lt;A href="http://keepingitclassless.net/2012/04/a-quick-and-dirty-netapp-snapmirror/" title="http://keepingitclassless.net/2012/04/a-quick-and-dirty-netapp-snapmirror/" target="_blank"&gt;http://keepingitclassless.net/2012/04/a-quick-and-dirty-netapp-snapmirror/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will require changing my switch's lacp groups and ports to trunk mode and tagging my netapp packets with the necessary vlan data like you're doing in your /etc/rc file.&amp;nbsp; I never thought about enabling jumbo frames ... probably a good idea to configure my switches and vmware servers to utilize those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not looking forward to shutting everything down again (netapp filers and all of my 100+ VMs) and pulling an all-nighter to get this changed over but my snapmirror transfers are taking DAYS to update.&amp;nbsp; 6 days for the baseline Exchange transfer PER DATABASE so that was a month-long process.&amp;nbsp; And now that all that extra SnapMirror traffic (vmware, exchange, file server, data network traffic) is going over a 100 mb link I'm getting a lot of SnapMirror errors and timeouts.&amp;nbsp; It has become a very unstable system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your snapmirror.conf file ... are you utilizing compression for your transfers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:30:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34336#M8117</guid>
      <dc:creator>chris_davis</dc:creator>
      <dc:date>2014-08-28T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Which NIC should I use for SnapMirror?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34340#M8120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to put a close to the ticket ... I grouped all four of my interfaces (e0a-e0d) on each filer into one big dynamic multimode lacp vif and configured lacp on the switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filer A is my production filer&lt;/P&gt;&lt;P&gt;Filer B is my backup (snapmirror destination) filer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Controller A (iSCSI) on Filer A and Filer B are connected to switch A&lt;/P&gt;&lt;P&gt;Controller B (NFS) on Filer A and Filer B are connected to switch B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN 246 (1.1.1.0/24) is my data network&lt;/P&gt;&lt;P&gt;VLAN 006 (1.1.2.0/24) is for iSCSI&lt;/P&gt;&lt;P&gt;VLAN 007 (1.1.3.0/24) is for NFS&lt;/P&gt;&lt;P&gt;VLAN 010 (1.1.6.0/24) is for management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those aren't real IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;/etc/rc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NETAPP01=&amp;gt; rdfile /etc/rc&lt;/P&gt;&lt;P&gt;hostname NETAPP01&lt;/P&gt;&lt;P&gt;ifgrp create lacp dmvif01 e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;vlan create dmvif01 6 7 10 246&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-246 1.1.1.90 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-246&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-6 1.1.2.30 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-6&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-7 1.1.3.30 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-7&lt;/P&gt;&lt;P&gt;ifconfig dmvif01-10 1.1.6.30 netmask 255.255.255.0 mtusize 1500 -wins partner dmvif01-10&lt;/P&gt;&lt;P&gt;route add default 1.1.1.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options dns.domainname domain.com&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;rdfile /etc/hosts&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;127.0.0.1&lt;/TD&gt;&lt;TD&gt;localhost localhost-stack&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;127.0.10.1&lt;/TD&gt;&lt;TD&gt;localhost-10 localhost-bsd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;127.0.20.1&lt;/TD&gt;&lt;TD&gt;localhost-20 localhost-sk&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.30&lt;/TD&gt;&lt;TD&gt;NETAPP01-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.31&lt;/TD&gt;&lt;TD&gt;NETAPP02-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.40&lt;/TD&gt;&lt;TD&gt;NETAPP03-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.2.41&lt;/TD&gt;&lt;TD&gt;NETAPP04-dmvif01-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.30&lt;/TD&gt;&lt;TD&gt;NETAPP01-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.31&lt;/TD&gt;&lt;TD&gt;NETAPP02-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.40&lt;/TD&gt;&lt;TD&gt;NETAPP03-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.3.41&lt;/TD&gt;&lt;TD&gt;NETAPP04-dmvif01-7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.30&lt;/TD&gt;&lt;TD&gt;NETAPP01 NETAPP01-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.31&lt;/TD&gt;&lt;TD&gt;NETAPP02 NETAPP02-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.40&lt;/TD&gt;&lt;TD&gt;NETAPP03 NETAPP01-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.6.41&lt;/TD&gt;&lt;TD&gt;NETAPP04 NETAPP02-dmvif01-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.90&lt;/TD&gt;&lt;TD&gt;NETAPP01-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.91&lt;/TD&gt;&lt;TD&gt;NETAPP02-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.122&lt;/TD&gt;&lt;TD&gt;NETAPP03-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.123&lt;/TD&gt;&lt;TD&gt;NETAPP04-dmvif01-246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1.1.102&lt;/TD&gt;&lt;TD&gt;mailhost&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Switch Config&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel2&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0A E0B E0C E0D&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/35&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0A&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/36&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0B&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/37&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0C&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/38&lt;/P&gt;&lt;P&gt; description NETAPP01 LACP DMVIF01 E0D&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt; channel-protocol lacp&lt;/P&gt;&lt;P&gt; channel-group 2 mode active&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 20:19:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Which-NIC-should-I-use-for-SnapMirror/m-p/34340#M8120</guid>
      <dc:creator>chris_davis</dc:creator>
      <dc:date>2014-09-12T20:19:50Z</dc:date>
    </item>
  </channel>
</rss>

