This section provides an overview of RIPng configuration.
Enabling RIPng on the device starts the RIPng process which then begins populating its routing table and sending and receiving routing updates. Use the ipv6 router rip command in configuration command mode to both enable RIPng on the device and enter RIPng configuration command mode.
Within RIPng configuration command mode:
Because IPv6 addressing prefix is ambiguous concerning network addressing compared to IPv4, you do not directly specify a network destination address. Instead, you enable RIPng on the interface using the ipv6 rip enable command and the interface address is automatically set as the network destination address.
An offset can be added or removed to the hop metric for all incoming or outgoing RIPng routes for a given interface. Adding an offset is used for the purpose of making an interface a backup. Use the ipv6 rip offset command in interface configuration mode to add or remove an offset for either incoming or outgoing RIPng routes.
The following configuration example:
System(rw-config)->ipv6 router rip System(rw-config-ripng)->passive-interface vlan 10 System(rw-config-ripng)->timers basic 25 150 100 System(rw-config-ripng)->redistribute ospf 16546 System(rw-config-ripng)->exit System(rw-config)->ipv6 access-list standard ipv6list1 System(rw-cfg-ipv6-std-acl)->deny 2001:0:0:0:21f:45ff:fe3d:21be/64 System(rw-cfg-ipv6-std-acl)->exit System(rw-config)->ipv6 router rip System(rw-config-ripng)->distribute-list ipv6list1 out vlan 20 System(rw-config-ripng)->exit System(rw-config)->interface vlan 10 System(rw-config-intf-vlan.0.10)->ipv6 rip enable System(rw-config-intf-vlan.0.10)->exit System(rw-config-)->interface vlan 20 System(rw-config-intf-vlan.0.20)->ipv6 rip enable System(su-config-intf-vlan.0.20)->exit System(rw-config)->