I have the following portion of a config...
circuit VLAN2
ip address 10.248.64.9 255.255.255.0
ip virtual-router 1 priority 200
ip virtual-router 10 priority 200
ip redundant-interface 1 10.248.64.8
I'm trying to add ip redundant-vip 10 199.x.x.x and receive an error of
%% Address outside of allowed range.
I have IP Opportunistic ALL enabled. In the past (using box to box redundancy) I could have VIP's that did not require having a circuit with the same network / mask. I would simply add routes for the public VIP's pointing towards my circuit IP.
Is this not possible with VIP/Interface redundancy?
The options I see are either running interface redundancy but not VIP redundancy and pointing the route for the VIP addresses to the redundant IP. Or, possibly bringing up muliple IP addresses under the circuit.
Thoughts?
Thanks!