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 Discussions

Adding LIF to network route

Atish1
3,722 Views

Hi Team,

 

How can I add the LIFs to network route lifs?

 

I have ran the command Network route show and Network route show-lifs,

 

Please check the screenshot attached for more details.

 

Thanks,

Atish Lohade

 

 

1 ACCEPTED SOLUTION

darr613
3,598 Views

Hello Atish,

Cedric is right, you cannot associate a lif to a static route, you must do it to a vserver.

network route show: it shows the associations between a static route and the Vservers.
network route show-lifs: it shows the association between a static route and the lifs.

The reason behind this is that all LIFs in a Vserver must be able to access the same paths in the network.

View solution in original post

2 REPLIES 2

cedric_renauld
3,596 Views

Hello,

In fact you cannot add route to a specific LIF, you need to add route to the vserver

darr613
3,599 Views

Hello Atish,

Cedric is right, you cannot associate a lif to a static route, you must do it to a vserver.

network route show: it shows the associations between a static route and the Vservers.
network route show-lifs: it shows the association between a static route and the lifs.

The reason behind this is that all LIFs in a Vserver must be able to access the same paths in the network.

Public