So the answer to your question do you need this on each stack yes and no ....
So on LPARB I would put the following
DYNAMICXCF x.x.x.b 255.255.255.0 1
SYSPLEXROUTING
VIPADYNAMIC
VIPADEFINE 255.255.255.0 x.x.x.V
ENDVIPADYNAMIC
lpar a IS YOUR BACKUP SO code the following
DYNAMICXCF x.x.x.a 255.255.255.0 1
SYSPLEXROUTING
VIPADYNAMIC
VIPABACKUP 150 x.x.x.V 255.255.255.255
ENDVIPADYNAMIC
on C you would just have the dynamic xcf statement unless you want to make it a back up as well
DYNAMICXCF x.x.x.c 255.255.255.0 1
Now in an include file put your Vipadistributor and use an include file for in the following
VIPADYNAMIC
VIPADISTRIBUTE DEFINE DISTM HOTSTANDBY x.x.x.V
PORT xxx DESTIP
x.x.x.b PREFERRED
x.x.x.a BACKUP 250
x.x.x.c BACKUP 1
ENDVIPADYNAMIC
ENDVIPADYNAMIC
------------------------------
Thomas Cosenza
------------------------------