NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Hardware

default gateway, wrong interface?

ADMINARTS
5,230 Views

Hello,

We have 2 x FAS2240 running ONTAP 8.1. Filer1 cannot reach autosupport, while filer2 reports correctly. Networking appears functionally equivalent between the 2, except for:

 

admnetappmgt1> netstat -rn
Routing tables

Internet:
Destination      Gateway            Flags     Refs     Use  Interface           
default          10.192.51.1        UGS         4    91380  admntap1_iscsi 

 and:

admnetappmgt2> netstat -rn
Routing tables

Internet:
Destination      Gateway            Flags     Refs     Use  Interface           
default          10.192.51.1        UGS         7  8058092  e0M

 I'm guessing the assigned interface shown could be the culprit. How can I fix that (without downtime)?

 

Jon

2 REPLIES 2

aborzenkov
5,196 Views

Data ONTAP does not provide any way to associate gateway with specific interface; I assume it takes whatever interface is the first one. So the only way to fix it seems to be

  1. delete default route
  2. unconfigure e0M
  3. add default route and check that it is now associated with interface you want
  4. configure e0M again

But keep in mind that you have no control of what happens after reboot.

 

The only reason to have e0M is when you need dedicated management network. Having e0M address on the same network as data network makes very little sense and only creates problems as you found.

 

rwelshman
5,155 Views

Could you provide the interface configuration settings? Showing which interfaces have what IPs, etc.

Public