ONTAP Discussions

multiple vfiler in the same ipspace

lagenevoise
3,737 Views

Dear Community Members,

I have an issue with my vFiler network configuration.

I have 3 ipspaces:

default-ipspace               (c0a c0b e0M losk VIF VIF-10 VIF-6)
VIF-1210                      (VIF-1210)
VIF-1215                      (VIF-1215)

I have 3 vFilers:

Vfiler Name
vFiler IPSpace
vfiler IP
vfiler01VIF-121010.254.0.96
vfiler02VIF-121010.254.0.97
vfiler03VIF-1215

10.128.0.100

my RC file:

ifgrp create lacp vif01_1GB -b ip e0a e0b

ifgrp create lacp vif02_10GB -b ip e6a e6b

ifgrp create single VIF vif01_1GB vif02_10GB

ifgrp favor vif02_10GB

vlan create VIF 10 6

vlan add VIF 1215 1210

ifconfig VIF-1215 partner VIF-1215

ifconfig VIF-1210 partner VIF-1210

ifconfig VIF-1215 vfiler03 netmask 255.255.255.0

ifconfig VIF-1210 vfiler01 netmask 255.255.255.0

vfiler run fridafs02 setup -e VIF-1210:10.254.0.97:255.255.255.0    >   < This line permit to have 2 vFiler in the same VLAN and replace the line ifconfig VIF-1210 vfiler02 netmask 255.255.255.0



vfiler run fridafs01 route add default 10.254.0.254 1

vfiler run fridafs02 route add default 10.254.0.254 1

vfiler run fridafs03 route add default 10.128.0.254 1

I ping my three vfilers the 3 are reachable

I restart my controler

During the reboot no response from vfiler (Normal)

after the reboot

vfiler01 & vfiler03 are reachable but vfiler02 is not reachable until i run the orange line.

My question how integrate the orange line in the rc.

Regards.

1 ACCEPTED SOLUTION

lagenevoise
3,737 Views

Dear Community Members

I find a solution in my rc file:

Setup IP directly in the vfiler

vfiler run vfiler01 setup -e VIF-1210:10.254.0.96:255.255.255.0

vfiler run vfiler02 setup -e VIF-1210:10.254.0.97:255.255.255.0

vfiler run fridafs01 route add default 10.254.0.254 1

vfiler run fridafs02 route add default 10.254.0.254 1

View solution in original post

1 REPLY 1

lagenevoise
3,738 Views

Dear Community Members

I find a solution in my rc file:

Setup IP directly in the vfiler

vfiler run vfiler01 setup -e VIF-1210:10.254.0.96:255.255.255.0

vfiler run vfiler02 setup -e VIF-1210:10.254.0.97:255.255.255.0

vfiler run fridafs01 route add default 10.254.0.254 1

vfiler run fridafs02 route add default 10.254.0.254 1

Public