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


vrrp-group

Syntax

vrrp-group group-number {
    
virtual-address [addresses];
    
priority number;
    (accept-data | no-accept-data);
    
advertise-interval seconds;
    
authentication-type authentication;
    
authentication-key key;
    (
preempt | no-preempt);
    
track {
        interface
interface-name priority-cost cost;
    }
}

Hierarchy Level

[edit interfaces interface-name unit logical-unit-number family inet address address]

Description

For Fast Ethernet and Gigabit Ethernet interfaces only, configure a VRRP group.

Options

group-number—VRRP group identifier. If you enable MAC source address filtering on the interface, as described in Configure MAC Address Filtering, you must include the virtual MAC address in the list of source MAC addresses that you specify in the source-address-filter statement. 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 2338. The VRRP group number must be the decimal equivalent of the last hexadecimal byte of the virtual MAC address.
Range: 0 through 255

The remaining statements are explained separately.

Usage Guidelines

See Configure VRRP.

Required Privilege Level

interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.


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