Wildcard Virtuals & Partitions
I'm setting up a new LTM/AFM pair and want to use partitions to separate the AFM virtuals from the LTM virtuals. I am having a hard time understanding how to process outbound traffic to the internet (unknown destinations).
Normally I would just set up a wildcard forwarding VS and enable it on the specific VLANs I want to have outside access. Since the VLANs are in partitions, I have to create one for each. However I receive an error when attempting to create two 0.0.0.0/0 VSs even when they are enabled on different VLANs.
01070726:3: virtual server /SharedLB/FwdVS-Wildcard in partition SharedLB cannot reference virtual address /SharedFW/0.0.0.0 in partition SharedFW
Is this expected behavior? If so, what are my options?
The problem is I have separate VLANs for the normal VS addresses and I do not want to enable access for them. Would creating a wildcard VS and disabling only those VLANs work instead, regardless of which partition it resides?
Would I be better off creating a FastL4 VS and using a default gateway pool (the same one that my default route uses)?
I'm sure I could get this working with multiple route domains but I'd like to avoid that complexity if at all possible.