<?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: Confused about &amp;quot;partner&amp;quot; argument in ifgrp and vlan in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Confused-about-quot-partner-quot-argument-in-ifgrp-and-vlan/m-p/101726#M20610</link>
    <description>As you supposed, "ifconfig ifgrp10GBE partner ifgrp10GBE" is not needed.&lt;BR /&gt;You should use interface name rather than host name or IP address for partner option.&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Mar 2015 06:19:24 GMT</pubDate>
    <dc:creator>YIshikawa</dc:creator>
    <dc:date>2015-03-13T06:19:24Z</dc:date>
    <item>
      <title>Confused about "partner" argument in ifgrp and vlan</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Confused-about-quot-partner-quot-argument-in-ifgrp-and-vlan/m-p/101700#M20604</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not quite sure if my HA configuration is correct and all interfaces will come up on HA partner in case of failover (now it's a bit to late for testing ...).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no IP configured on the ifgrp, so do I have to set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifconfig ifgrp10GBE partner ifgrp10GBE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or doesn't it matter because it is configured on the vlan interfaces?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have to use the interface name or the partner IP-Address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wrong?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifconfig ifgrp01-80 192.168.9.20 netmask 255.255.255.0 partner 192.168.9.22&lt;/P&gt;&lt;P&gt;Right?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifconfig ifgrp01-2 172.28.10.34 netmask 255.255.0.0 partner ifgrp01-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Config is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Node1:&lt;/P&gt;&lt;P&gt;hostname MN-Array-04&lt;BR /&gt;ifgrp create multi ifgrp01 e0a e0c&lt;BR /&gt;ifgrp create single ifgrp10GBE e1a e1b&lt;BR /&gt;ifgrp favor e1a&lt;BR /&gt;vlan create ifgrp01 80&lt;BR /&gt;vlan add ifgrp01 2&lt;BR /&gt;vlan add ifgrp01 70&lt;BR /&gt;vlan add ifgrp01 120&lt;BR /&gt;vlan add ifgrp01 110&lt;BR /&gt;vlan create ifgrp10GBE 4008&lt;BR /&gt;vlan add ifgrp10GBE 88&lt;BR /&gt;ifconfig ifgrp01-80 192.168.9.20 netmask 255.255.255.0 partner 192.168.9.22&lt;BR /&gt;ifconfig ifgrp01-2 172.28.10.34 netmask 255.255.0.0 partner ifgrp01-2&lt;BR /&gt;ifconfig ifgrp01-70 `hostname`-ifgrp01-70 netmask 255.255.255.0 partner ifgrp01-70 mtusize 1500 trusted -wins up&lt;BR /&gt;ifconfig ifgrp01-120 172.26.10.34 netmask 255.255.255.0&lt;BR /&gt;ifconfig ifgrp10GBE-4008 `hostname`-ifgrp10GBE-4008 netmask 255.255.255.0 mtusize 1500 trusted -wins up&lt;BR /&gt;ifconfig ifgrp10GBE-88 `hostname`-ifgrp10GBE-88 netmask 255.255.255.0 mtusize 1500 trusted wins up&lt;BR /&gt;route add default 192.168.9.250 1&lt;BR /&gt;vfiler run sn-nas-04 route add default 172.28.10.250 1&lt;BR /&gt;vfiler run an-nas-04 route add default 172.26.10.250 1&lt;BR /&gt;routed on&lt;BR /&gt;options dns.domainname metronet.lg&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Node2:&lt;/P&gt;&lt;P&gt;hostname MN-Array-05&lt;BR /&gt;ifgrp create multi ifgrp01 e0a e0c&lt;BR /&gt;ifgrp create single ifgrp10GBE e1a e1b&lt;BR /&gt;ifgrp favor e1a&lt;BR /&gt;vlan create ifgrp01 80&lt;BR /&gt;vlan add ifgrp01 2&lt;BR /&gt;vlan add ifgrp01 70&lt;BR /&gt;vlan add ifgrp01 120&lt;BR /&gt;vlan add ifgrp01 110&lt;BR /&gt;vlan create ifgrp10GBE 88&lt;BR /&gt;vlan add ifgrp10GBE 4008&lt;BR /&gt;ifconfig ifgrp01-80 192.168.9.22 netmask 255.255.255.0 partner 192.168.9.20&lt;BR /&gt;ifconfig ifgrp01-2 172.28.10.35 netmask 255.255.0.0 partner ifgrp01-2&lt;BR /&gt;ifconfig ifgrp01-70 `hostname`-ifgrp01-70 netmask 255.255.255.0 partner ifgrp01-70 mtusize 1500 trusted wins up&lt;BR /&gt;ifconfig ifgrp01-120 172.26.10.35 netmask 255.255.255.0 partner ifgrp01-120&lt;BR /&gt;ifconfig ifgrp01-110 172.27.10.35 netmask 255.255.255.0 partner ifgrp01-110&lt;BR /&gt;ifconfig ifgrp10GBE-4008 partner ifgrp10GBE-4008 mtusize 1500 trusted wins down&lt;BR /&gt;ifconfig ifgrp10GBE-88 `hostname`-ifgrp10GBE-88 netmask 255.255.255.0 mtusize 1500 trusted wins up&lt;BR /&gt;route add default 192.168.9.250 1&lt;BR /&gt;vfiler run sn-nas-05 route add default 172.28.10.250 1&lt;BR /&gt;vfiler run an-nas-05 route add default 172.26.10.250 1&lt;BR /&gt;vfiler run kn-nas-05 route add default 172.27.10.250 1&lt;BR /&gt;routed on&lt;BR /&gt;options dns.domainname metronet.lg&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:53:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Confused-about-quot-partner-quot-argument-in-ifgrp-and-vlan/m-p/101700#M20604</guid>
      <dc:creator>Thomas_Schmidt</dc:creator>
      <dc:date>2025-06-05T04:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about "partner" argument in ifgrp and vlan</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Confused-about-quot-partner-quot-argument-in-ifgrp-and-vlan/m-p/101726#M20610</link>
      <description>As you supposed, "ifconfig ifgrp10GBE partner ifgrp10GBE" is not needed.&lt;BR /&gt;You should use interface name rather than host name or IP address for partner option.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2015 06:19:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Confused-about-quot-partner-quot-argument-in-ifgrp-and-vlan/m-p/101726#M20610</guid>
      <dc:creator>YIshikawa</dc:creator>
      <dc:date>2015-03-13T06:19:24Z</dc:date>
    </item>
  </channel>
</rss>

