Configuring a RIPng Process to Import External Routes
Context
A RIPng process can import the routes learned by other processes or routing protocols to enrich its routing information.
Procedure
- Run system-view
The system view is displayed.
- Run ripng [ process-id ] [ vpn-instance vpn-instance-name ]
The RIPng view is displayed.
- (Optional) Run default-cost cost
The default cost of external routes to be imported is set.
By default, the default cost of RIPng routes is 0.
If no cost is set for external routes to be imported, the default cost is used.
When a RIPng process imports IBGP routes, routing loops may occur. Therefore, exercise caution before you configure this function.
- Run import-route { direct | static | { isis | ospfv3 | ripng } [ process-id ] | bgp [ permit-ibgp ] } [ cost cost | route-policy route-policy-name ] *
External routes are imported.
- Run commit
The configuration is committed.