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


group

Syntax

group group-name {
    
preference number;
    metric-out metric;
    
export policy;
    
neighbor neighbor-name {
        
authentication-key password;
        
authentication-type type;
        (
check-zero | no-check-zero);
        
import policy-name;
        
message-size number;
        
metric-in metric;
        metric-out
metric;
        receive
receive-options;
        send
send-options;
    }
}

Hierarchy Level

[edit protocols rip],
[edit routing-instances
routing-instance-name protocols rip]

Description

Configure a set of RIP neighbors that share an export policy and metric. The export policy and metric govern what routes to advertise to neighbors in a given group.

Options

group-name—Name of an up to 16-character group.

The remaining statements are explained separately in this chapter.

Usage Guidelines

See Configure Group-Specific Properties.

Required Privilege Level

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


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