RIPng Configuration Guidelines
To configure Routing Information Protocol next generation (RIPng), you include the following statements:
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> ;}}}}For a list of hierarchy levels at which you can configure these statements, see the statement summary sections for these statements.
By default, RIPng is disabled.
NOTE: 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 Hold-Down 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.