vrrp vlan

Use this command to configure this IPv4 or IPv6 virtual server to participate in VRRP state changes.

Syntax

vrrp vlan vlan vrid
no vrrp vlan

Parameters

vlan Specifies the VLAN on which the VRRP is configured.
vrid Specifies the virtual router ID associated with the routing interface for this VRRP. Valid Values: 1 - 255.

Defaults

None.

Mode

Configuration command, SLB Virtual Server Configuration mode.

Usage

The LSNAT VRRP feature is used to provide LSNAT redundancy in multiple chassis without connection state mirroring support. For firmware release 7.0 or greater, by default LSNAT does not participate in VRRP state changes. Virtual servers configured for VRRP, using this command, match the configured VLAN and virtual router ID with any configured VRRPs. If a matching VRRP returns a state of master then the virtual server will be allowed to come up. Any other VRRP state would prevent the virtual server from ever coming up.

The “no” form of this command clears the virtual server configuration.

Examples

This example shows how to configure this IPv4 virtual server to participate in VRRP state changes for VLAN 10 virtual router 1 :

System(rw-config)->ip slb vserver virtual-http
System(rw-config-slb-vserver)->serverfarm myproductHTTP
System(rw-config-slb-vserver)->virtual 10.1.4.5 tcp www
System(rw-config-slb-vserver)->vrrp vlan 10 1

This example shows how to configure this IPv6 virtual server to participate in VRRP state changes for VLAN 10 virtual router 1 :

System(rw-config)->ipv6 slb vserver virtual-http66
System(rw-config-slb-vserver)->serverfarm myproductHTTP66
System(rw-config-slb-vserver)->virtual 2001:11ac:fd34::5 udp tftp
System(rw-config-slb-vserver)->vrrp vlan 10 1