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


Example: Configure RIPng

Configure RIPng:

[edit policy-options]
policy-statement redist-direct {
    from protocol direct;
    then accept;
}
[edit protocols ripng]
metric-in 3;
group wan {
    metric-out 2;
    export redist-direct;
    neighbor so-0/0/0.0;
    neighbor at-1/1/0.0;
    neighbor at-1/1/0.42;
    neighbor at-1/1/1.42 {
        receive version-2;
    }
}
group local {
    neighbor ge-2/3/0.0 {
        metric-in 1;
        send broadcast;
    }
}


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