<?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: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc in Ask The Experts</title>
    <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152886#M1197</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can. It is recommended for sucessful takeover in a HA setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example from command line : (But to be persistent, it must go into /etc/rc file)&lt;BR /&gt;I assume this is IPv4, you can simply mention the Interface name instead of IP.&lt;BR /&gt;node1&amp;gt; ifconfig e0a partner e0a&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Example from my 7-mode /etc/rc file&lt;/U&gt; :&lt;BR /&gt;Standalone port example:&lt;BR /&gt;ifconfig e0M 10.x.x.x netmask 255.255.255.0 -wins flowcontrol full partner 10.x.x.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VIF example:&lt;BR /&gt;ifconfig ifgrp-NFS-712 `hostname`-ifgrp-NFS-712 netmask 255.255.255.0 partner ifgrp-NFS-712&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Nice to know&lt;/STRONG&gt; : When specifying the partner interface name, you can configure the interfaces symmetrically, for example map interface e1 on one node to interface e1 on the partner node. Though symmetrical configuration is not mandatory, though it simplifies administration!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;During a takeover, the network interface on the surviving node assumes the identity of the partner interface:&lt;BR /&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMP1368831/html/GUID-525FCF4E-109D-4E6F-9256-C6E56438CA9A.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1368831/html/GUID-525FCF4E-109D-4E6F-9256-C6E56438CA9A.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Recommendations:&lt;BR /&gt;For the partner configuration to be persistent across reboots, you must include the ifconfig command in the /etc/rc file.&lt;BR /&gt;For a successful takeover in both directions, you must repeat the partner configuration in the /etc/rc files of each node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 13:14:23 GMT</pubDate>
    <dc:creator>Ontapforrum</dc:creator>
    <dc:date>2019-12-09T13:14:23Z</dc:date>
    <item>
      <title>node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152883#M1196</link>
      <description>&lt;P&gt;H iWe have two node 7 mode netapp filer and we want to upgrade version .&lt;/P&gt;
&lt;P&gt;I saw node's interface(s) e0a do not have a failover partner interface defined in /etc/rc.&lt;/P&gt;
&lt;P&gt;Please suggest what action to be taken..&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 11:29:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152883#M1196</guid>
      <dc:creator>Bidyut</dc:creator>
      <dc:date>2019-12-09T11:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152886#M1197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can. It is recommended for sucessful takeover in a HA setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example from command line : (But to be persistent, it must go into /etc/rc file)&lt;BR /&gt;I assume this is IPv4, you can simply mention the Interface name instead of IP.&lt;BR /&gt;node1&amp;gt; ifconfig e0a partner e0a&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Example from my 7-mode /etc/rc file&lt;/U&gt; :&lt;BR /&gt;Standalone port example:&lt;BR /&gt;ifconfig e0M 10.x.x.x netmask 255.255.255.0 -wins flowcontrol full partner 10.x.x.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VIF example:&lt;BR /&gt;ifconfig ifgrp-NFS-712 `hostname`-ifgrp-NFS-712 netmask 255.255.255.0 partner ifgrp-NFS-712&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Nice to know&lt;/STRONG&gt; : When specifying the partner interface name, you can configure the interfaces symmetrically, for example map interface e1 on one node to interface e1 on the partner node. Though symmetrical configuration is not mandatory, though it simplifies administration!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;During a takeover, the network interface on the surviving node assumes the identity of the partner interface:&lt;BR /&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMP1368831/html/GUID-525FCF4E-109D-4E6F-9256-C6E56438CA9A.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1368831/html/GUID-525FCF4E-109D-4E6F-9256-C6E56438CA9A.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Recommendations:&lt;BR /&gt;For the partner configuration to be persistent across reboots, you must include the ifconfig command in the /etc/rc file.&lt;BR /&gt;For a successful takeover in both directions, you must repeat the partner configuration in the /etc/rc files of each node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 13:14:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152886#M1197</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-09T13:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152888#M1199</link>
      <description>&lt;P&gt;This current output from node A and B&lt;/P&gt;
&lt;P&gt;From Node A:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rdfile /etc/rc&lt;BR /&gt;#Auto-generated by setup Sat Dec 12 20:49:09 EST 2015&lt;BR /&gt;hostname &amp;lt;NodeA&amp;gt;&lt;BR /&gt;ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;ifconfig e0M `hostname`-e0M mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;route add default 10.X.X.X&lt;BR /&gt;routed on&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options dns.domainname tweis.net&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;From Node B:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rdfile /etc/rc&lt;BR /&gt;#Auto-generated by setup Sat Dec 12 20:49:09 EST 2015&lt;BR /&gt;hostname &amp;lt;Node B&amp;gt;&lt;BR /&gt;ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;ifconfig e0M `hostname`-e0M mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;route add default 10.x.x.X&lt;BR /&gt;routed on&lt;BR /&gt;options dns.domainname tweis.net&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;And only tbelow port is enabled .&lt;/P&gt;
&lt;P&gt;e0a: flags=0x1f4c867&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM&amp;gt; mtu 1500&lt;BR /&gt;inet 10.x.x.x netmask 0xffffff00 broadcast 10.x.x.x&lt;BR /&gt;ether 00:a0:98:88:0a:e3 (auto-1000t-fd-up) flowcontrol full&lt;BR /&gt;e0b: flags=0x1f0c866&amp;lt;BROADCAST,RUNNING,MULTICAST,TCPCKSUM&amp;gt; mtu 1500&lt;BR /&gt;ether 00:a0:98:88:0a:e4 (auto-1000t-fd-up) flowcontrol full&lt;BR /&gt;e0M: flags=0x1b4c867&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM,MGMT_PORT&amp;gt; mtu 1500&lt;BR /&gt;inet 10.x.x.x netmask 0xffffff00 broadcast 10.x.x.x noddns&lt;BR /&gt;ether 00:a0:98:88:0a:e5 (auto-1000t-fd-up) flowcontrol full&lt;BR /&gt;e0P: flags=0x1b4c867&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM,ACP_PORT&amp;gt; mtu 1500 PRIVATE&lt;BR /&gt;inet 192.168.x.x netmask 0xfffffc00 broadcast 192.168.x.x noddns&lt;BR /&gt;ether 00:a0:98:88:0a:e6 (auto-1000t-fd-up) flowcontrol full&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this correct configuration ?can you please help.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:19:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152888#M1199</guid>
      <dc:creator>Bidyut</dc:creator>
      <dc:date>2019-12-09T14:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152891#M1200</link>
      <description>&lt;P&gt;Looks alright!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just add the 'Partner' bit, I have added it just for your reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rdfile /etc/rc&lt;BR /&gt;#Auto-generated by setup Sat Dec 12 20:49:09 EST 2015&lt;BR /&gt;hostname &amp;lt;NodeA&amp;gt;&lt;BR /&gt;ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500 &lt;STRONG&gt;partner e0a&lt;/STRONG&gt;&lt;BR /&gt;ifconfig e0M `hostname`-e0M mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500 partner &lt;STRONG&gt;e0M&lt;/STRONG&gt;&lt;BR /&gt;route add default 10.X.X.X&lt;BR /&gt;routed on&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options dns.domainname tweis.net&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;From Node B:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rdfile /etc/rc&lt;BR /&gt;#Auto-generated by setup Sat Dec 12 20:49:09 EST 2015&lt;BR /&gt;hostname &amp;lt;Node B&amp;gt;&lt;BR /&gt;ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500 &lt;STRONG&gt;partner e0a&lt;/STRONG&gt;&lt;BR /&gt;ifconfig e0M `hostname`-e0M mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500 &lt;STRONG&gt;partner e0M&lt;/STRONG&gt;&lt;BR /&gt;route add default 10.x.x.X&lt;BR /&gt;routed on&lt;BR /&gt;options dns.domainname tweis.net&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 16:15:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152891#M1200</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-09T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152915#M1201</link>
      <description>&lt;P&gt;Can you please help me with the command to add&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I add the entry editing the file ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I run below comand nothing will change right except the tail entry of hostname and port..right ?&lt;/P&gt;
&lt;P&gt;ifconfig e0a partner e0a&lt;/P&gt;
&lt;P&gt;ifconfig e0b partner e0m&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rc file output will show like below right ?&lt;/P&gt;
&lt;P&gt;ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500 partner e0a&lt;BR /&gt;ifconfig e0M `hostname`-e0M mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500 partner e0M&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:13:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152915#M1201</guid>
      <dc:creator>Bidyut</dc:creator>
      <dc:date>2019-12-10T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152917#M1202</link>
      <description>&lt;P&gt;Can I add the entry editing the file ?&lt;BR /&gt;Yes, you can. Before editing copy the contents or make copy of the /etc/rc file. This is important so that if you lost connection to your putty or you want to restore the previous content back, it willl be useufl.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rc file output will show like below right ?&lt;BR /&gt;Yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I run below comand nothing will change right except the tail entry of hostname and port..right ?&lt;BR /&gt;Yes.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Please note&lt;/STRONG&gt; : (7-mode) 'Ifconfig' command &lt;U&gt;does not add entries in the /etc/rc file&lt;/U&gt;. The contents of the /etc/rc file is used only for the &lt;U&gt;subsequent storage system reboots&lt;/U&gt;. Therefore, 'ifconfig' command is good to make changes while storage system is operating, however when the system reboots, it will only read the entries from the rc file. This the reason, there is so much emphasis on updating the rc file if you want the settings to be persistent.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:56:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152917#M1202</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-10T10:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152987#M1205</link>
      <description>&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 12:16:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152987#M1205</guid>
      <dc:creator>Bidyut</dc:creator>
      <dc:date>2019-12-12T12:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152989#M1206</link>
      <description>&lt;P&gt;Thanks for the update. You're welcome!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 12:43:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/152989#M1206</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-12T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/154998#M1382</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;can you please help me with command to take backup of rdfile&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:18:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/154998#M1382</guid>
      <dc:creator>Bidyut</dc:creator>
      <dc:date>2020-03-18T14:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/155002#M1383</link>
      <description>&lt;P&gt;I guess you mean 'rc' file (boot configuration file)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All you need to do is : (7-mode only)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Either copy the 'rc' file itself,&amp;nbsp; if you have access to \\filer\c$&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Simply copy the content of this file, just copy it from ssh session:&lt;BR /&gt;ssh to filer:&lt;BR /&gt;filer&amp;gt;rdfile /etc/rc&lt;BR /&gt;copy the content to notepad. that's it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: rc file default volume&amp;nbsp; is = /vol/vol0/etc/rc&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 15:42:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/155002#M1383</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-03-18T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: node's interface(s) e0a do not have a failover partner interface defined in /etc/rc</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/155005#M1384</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 16:12:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/node-s-interface-s-e0a-do-not-have-a-failover-partner-interface-defined-in-etc/m-p/155005#M1384</guid>
      <dc:creator>Bidyut</dc:creator>
      <dc:date>2020-03-18T16:12:17Z</dc:date>
    </item>
  </channel>
</rss>

