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

Configuring Group-Specific Properties

You can group together neighbors that share the same export policy and export metric defaults. You configure group-specific RIP properties by including the group statement at the [edit protocols rip] hierarchy level. Each group must contain at least one neighbor. You should create a group for every export policy you have. To configure neighbors, see Defining RIP Global Properties.

[edit protocols rip]
group group-name {
bfd-liveness-detection {
detection-time {
threshold milliseconds;
}
minimum-interval milliseconds;
minimum-receive-interval milliseconds;
transmit-interval {
threshold milliseconds;
minimum-interval milliseconds;
}
multiplier number;
version (0 | 1 | automatic);
}
export [ policy-names ];
preference number;
metric-out metric;
neighbor neighbor-options;
}

This section discusses the following tasks:


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