Configure Basic Functions of RIPng
Configuration Condition
Before configuring the basic functions of RIPng, ensure that:
- The link layer protocol has been configured to ensure normal communication at the link layer.
- The IPv6 capability of the interface is enabled.
Enable RIPng Globally
Before using RIPng, make the following configurations:
- Create a RIPng process.
- Enable the RIPng protocol on the interface
Table 6-2 Enabling RIPng globally
Step
|
Command
|
Description
|
Enter the global configuration mode.
|
configure terminal
|
-
|
Create a RIPng process and enter the RIPng configuration mode.
|
ipv6 router rip process-id
|
Mandatory.
By default, the RIPng process is disabled.
|
Return to the global configuration mode
|
exit
|
-
|
Enter the interface configuration mode
|
interface interface-name
|
-
|
Enable the RIPng protocol on the interface
|
ipv6 rip enable process-id
|
Mandatory
By default, do not enable the RIPng protocol on the interface.
|