<?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: network trace route from two nodes to cluster-mgmt-lif failed. in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156642#M35394</link>
    <description>&lt;P&gt;It could be any number of issues, storage side or switch side.&amp;nbsp; Below assumes that cluster management IP and node management IPs are on same subnet / VLAN / Broadcast Domain.&lt;/P&gt;
&lt;P&gt;1) verify that the LIFs configured and where you expect them to be; IP addresses, Subnets, Ports.&lt;/P&gt;
&lt;P&gt;::&amp;gt; network interface show -role node-mgmt|cluster-mgmt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) verify that the ports the LIFs are currently residing on ports that are in the correct broadcast domains.&lt;/P&gt;
&lt;P&gt;::&amp;gt; network port show&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) identify the network switch ports and see if actual the switch ports connected have configurations match server side config.&lt;/P&gt;
&lt;P&gt;::&amp;gt; system node run -node * -command cdpd show-neighbors&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 18:59:14 GMT</pubDate>
    <dc:creator>bmccullough</dc:creator>
    <dc:date>2020-06-02T18:59:14Z</dc:date>
    <item>
      <title>network trace route from two nodes to cluster-mgmt-lif failed.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156641#M35393</link>
      <description>&lt;P&gt;I have 6 nodes in the cluster, two nodes in the HA failed to cluster-mgmt-lif when I do "network traceroute -node prod-node1 -destination cluster_mgmt_ip". I am fine on all the other 4 nodes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can somebody here please shed the light on this issue please?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:07:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156641#M35393</guid>
      <dc:creator>netappmagic</dc:creator>
      <dc:date>2025-06-04T11:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: network trace route from two nodes to cluster-mgmt-lif failed.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156642#M35394</link>
      <description>&lt;P&gt;It could be any number of issues, storage side or switch side.&amp;nbsp; Below assumes that cluster management IP and node management IPs are on same subnet / VLAN / Broadcast Domain.&lt;/P&gt;
&lt;P&gt;1) verify that the LIFs configured and where you expect them to be; IP addresses, Subnets, Ports.&lt;/P&gt;
&lt;P&gt;::&amp;gt; network interface show -role node-mgmt|cluster-mgmt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) verify that the ports the LIFs are currently residing on ports that are in the correct broadcast domains.&lt;/P&gt;
&lt;P&gt;::&amp;gt; network port show&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) identify the network switch ports and see if actual the switch ports connected have configurations match server side config.&lt;/P&gt;
&lt;P&gt;::&amp;gt; system node run -node * -command cdpd show-neighbors&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 18:59:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156642#M35394</guid>
      <dc:creator>bmccullough</dc:creator>
      <dc:date>2020-06-02T18:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: network trace route from two nodes to cluster-mgmt-lif failed.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156676#M35408</link>
      <description>&lt;P&gt;First do this (turn oncdp/lldp):&lt;/P&gt;
&lt;PRE&gt;system node run -node * options cdpd.enable on&lt;BR /&gt;system node run -node * options lldp.enable on&lt;/PRE&gt;
&lt;P&gt;Wait for 3 minutes for LLDP/CDP to talk.&lt;/P&gt;
&lt;P&gt;Then do this (assuming all your MGMT and ClusMGMT are on e0M):&lt;/P&gt;
&lt;PRE&gt;network device-discovery show -port e0M&lt;/PRE&gt;
&lt;P&gt;This should show which switches and switch ports you e0M ports are connected to. Maybe you are connected to a wrong switch. Maybe the access VLAN is set incorrectly at the switch port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try testing to the gateway&lt;/P&gt;
&lt;PRE&gt;network ping -lif &amp;lt;node-mgmt&amp;gt; -vserver &amp;lt;admin-svm&amp;gt; -destination &amp;lt;gateway_ip&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Repeat for each NODE-MGMT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check your Broadcast-Domains&lt;/P&gt;
&lt;P&gt;broadcast-domain show&lt;/P&gt;
&lt;P&gt;You should see one (unless you renamed it, it will be called Default) that includes the e0M ports.&lt;/P&gt;
&lt;P&gt;Make sure ***ALL THE PORTS*** in that broadcast domain are correct! When adding in new nodes, *ALL* ports get added to the Default broadcast-domain. You may need to remove ports that should not be there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the LIFs failover ports:&lt;/P&gt;
&lt;PRE&gt;network interface show -role n&lt;SPAN&gt;ode-mgmt|cluster-mgmt -failover&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;VERIFY the ports listed are correct. If not, the broadcast-domain is incorrect!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Finally, check failover-policy:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;network interface show -role node-mgmt|cluster-mgmt -fields failover-polcy&lt;/PRE&gt;
&lt;P&gt;All the NODE-MGMT LIFs should be local-only. The Cluster-MGMT could be system-defined. I would modify to broadcast-domain-wide:&lt;/P&gt;
&lt;PRE&gt;network interface modify -lif &amp;lt;cluster_mgmt&amp;gt; -vserver &amp;lt;admin_svm&amp;gt; -failover-policy&amp;nbsp;broadcast-domain-wide&lt;/PRE&gt;
&lt;P&gt;Hope that helps. If you still have trouble, please think about posting some of the out from the commands above here.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:00:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156676#M35408</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2020-06-03T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: network trace route from two nodes to cluster-mgmt-lif failed.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156682#M35414</link>
      <description />
      <pubDate>Wed, 03 Jun 2020 18:00:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/network-trace-route-from-two-nodes-to-cluster-mgmt-lif-failed/m-p/156682#M35414</guid>
      <dc:creator>heightsnj</dc:creator>
      <dc:date>2020-06-03T18:00:38Z</dc:date>
    </item>
  </channel>
</rss>

