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


group

Syntax

group group-name {
    
export [ policy-names ];
    
metric-out metric;
    
preference number;
    
neighbor neighbor-name {
        
import policy-name;
        
metric-in metric;
        receive <none>;
        send <none>;
    }
}

Hierarchy Level

[edit protocols ripng]

Description

Configure a set of RIPng 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 a group, up to 16 characters long.

The remaining statements are explained separately.

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]