I have one VLAN for customer access to various production and development VLANs.
I need to create multiple redundant-vip for each web server farms. Is this possible on CSS11051 using different virtual routers ie.
circuit VLAN920
vip address 10.10.10.1 255.255.255.0
ip virtual-router 100
ip redundant-vip 100 10.10.10.50
ip virtual-router 101
ip redundant-vip 101 10.10.10.51
ip virtual-router 102
ip redundant-vip 102 10.10.10.52
Appreciate you help on this