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-timeseconds;}holddownseconds;import [policy-names];metric-inmetric;receive <none>;send <none>;traceoptions {filename<replace> <sizesize> <filesnumber> <no-stamp><(world-readable | no-world-readable)>;flagflag<flag-modifier> <disable>;}groupgroup-name{export [policy-names];metric-outmetric;preferencenumber;neighborneighbor-name{import [policy-names];metric-inmetric;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:
- Minimum RIPng Configuration
- Define RIPng Global Properties
- Define RIPng Neighbor Properties
- Modify the Incoming Metric
- Configure the Holddown Timer
- Configure Update Messages
- Apply Import Policy
- Configure Group-Specific Properties
- Configure Graceful Restart
- Trace RIPng Protocol Traffic
For a configuration example, see Example: Configure RIPng.