RIPng (Routing Information Protocol Next Generation)

RIPng is an extension of RIP developed for support of IPv6. Here are some of its features:

  • just like RIP for IPv4, it uses hop count as the metric
  • sends updates every 30 seconds
  • RIPng messages use the UDP port 521 and the multicast address of FF02::9

 

The configuration of RIPng is requires at least two steps:

1. enable RIPng using the global configuration command ipv6 router rip tag. The tag is used to differentiate between multiple RIP processes. It does not have to be the same on all routers in order to exchange routing information..
2. enable the routing protocol on the interface using the ipv6 rip tag enable. The tag has to match the one used in the ipv6 router rip tag command.

Here is an example:

Router(config)#ipv6 router rip router_1
Router(config)#int fa0/1
Router(config-if)#ipv6 rip router_1 enable

We have done a similar configuration on the second router. To verify that routers are indeed exchanging route information using RIPng we can use the show ipv6 route command:

Router#show ipv6 route
IPv6 Routing Table - 0 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route, M - MIPv6
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
D - EIGRP, EX - EIGRP external
C 2001:BB9:AABB:1234::/64 [0/0]
via ::, FastEthernet0/1
L 2001:BB9:AABB:1234:201:/64FF:FE8D:AC02/128 [0/0]
via ::, FastEthernet0/1
R 2001:BBBB:CCCC:DDDD::/64 [120/2]
via :FE80::20B:BEFF:FEDD:C902, FastEthernet0/1
L FF00::/8 [0/0]
via ::, Null0

 

In the picture above, we can see that the router has received a route to the network 2001:BBBB:CCCC:DDDD::/64.


Download our Free CCNA Study Guide PDF for complete notes on all the CCNA 200-301 exam topics in one book.

We recommend the Cisco CCNA Gold Bootcamp as your main CCNA training course. It’s the highest rated Cisco course online with an average rating of 4.8 from over 30,000 public reviews and is the gold standard in CCNA training: