To configure VRRP, include the following statements at either of these hierarchy levels:
- vrrp-group group-id {
- (accept-data | no-accept-data);
- advertise-interval seconds;
- authentication-key key;
- authentication-type authentication;
- fast-interval milliseconds;
-
- (preempt | no-preempt) {
- hold-time seconds;
- }
- priority number;
-
- track {
-
- interface interface-name {
-
- priority-cost priority;
-
- bandwidth-threshold bits-per-second {
- priority-cost priority;
- }
- }
- priority-hold-time seconds;
-
- route prefix routing-instance instance-name {
- priority-cost priority;
- }
- }
- virtual-address [ addresses ];
- }