IPV6 RIPng

1. Enable ipv6 routing
config# ipv6 unicast-routing
2. Assign your ipv6 address
config-if# ipv6 add XXXX/XX
3. Configure Ripng and dont forget the string identification
config# ipv6 router rip “string”
4. Enable Ripng on each interfaces.
config-if# ipv6 rip “string” enable
5. Verify your routing table and ping your interfaces.
Show ipv6 route rip

RIPng Default Routes

(config)#interface ( interface )
The following commands share a default route with information about every other RIP route
(config-if)#ipv6 rip ( string ) default-information originate
The following commands to share only a default route 
(config-if)#ipv6 rip ( string ) default-information only

 

Leave a Comment