[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Basic VRRP Support

An interface can be a member of one or more VRRP groups.

To configure basic VRRP support, configure VRRP groups on interfaces by including the following statements at either of these hierarchy levels:

vrrp-group group-id {
priority number;
virtual-address [ addresses ];
}

To configure basic VRRP for IPv6 support, configure VRRP group support on interfaces by including the following statements at the either of these hierarchy levels:

vrrp-inet6-group group-id {
priority number;
virtual-inet6-address [ addresses ];
virtual-link-local-address ipv6-address;
}

On a single routing platform, you can assign a unique VRRP group to only one interface and you can configure only one virtual IP address for the group. Within a VRRP group, the master virtual router and the backup virtual router must be configured on two different routing platforms.

For each VRRP group, you must configure the following:

Note: Mixed tagging (configuring two logical interfaces on the same Ethernet port, one with single-tag framing and one with dual-tag framing) is supported only for interfaces on Gigabit Ethernet IQ2 and IQ PICs. If you include the flexible-vlan-tagging statement at the [edit interfaces interface-name] hierarchy level for a VRRP-enabled interface on a PIC that does not support mixed tagging, VRRP on that interface is disabled. In the output of the show vrrp summary command, the interface status is listed as Down.

Note: If you enable MAC source address filtering on an interface, you must include the virtual MAC address in the list of source MAC addresses that you specify in the source-address-filter statement at the [edit interfaces interface-name] hierarchy. (For more information, see the JUNOS Network Interfaces Configuration Guide.) MAC addresses ranging from 00:00:5e:00:01:00 through 00:00:5e:00:01:ff are reserved for VRRP, as defined in RFC 2378. The VRRP group number must be the decimal equivalent of the last hexadecimal byte of the virtual MAC address.


[Contents] [Prev] [Next] [Index] [Report an Error]