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


RIPng Configuration Guidelines

To configure Routing Information Protocol Next-Generation (RIPng), you include statements at the [edit protocols ripng] hierarchy level of the configuration. You can include the following statements in the configuration:

protocols {
    ripng {
        graceful-restart {
            disable;
            restart-time seconds;
        }
        holddown seconds;
        import [ policy-names ];
        metric-in metric;
        receive <none>;
        send <none>;
        traceoptions {
            file name <replace> <size size> <files number> <no-stamp> 
                <(world-readable | no-world-readable)>;
            flag flag <flag-modifier> <disable>; 
        }
        group group-name {
            export [ policy-names ]; 
            metric-out metric;
            preference number;
            neighbor neighbor-name { 
                import [ policy-names ]; 
                metric-in metric;
                receive <none>;
                send <none>;
            }
        }
    }
} 

By default, RIPng is disabled.


By default, RIPng routes are not redistributed. You must configure export policy needs to redistribute RIPng routes.


To have a router exchange routes with other routers, you must configure RIPng groups and neighbors. RIPng routes received from routers not configured as RIPng neighbors are ignored. Likewise, RIPng routes are advertised only to routers configured as RIPng neighbors.

This chapter discusses the following topics that provide information for configuring and monitoring RIPng:

For a configuration example, see Example: Configure RIPng.


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