Instructions for configuring RIPng routing protocol for IPv6

If you are interested in IPv6 technology, you may know that the exhaustion of IPv4 address space is only a matter of time. 2012 is the year for network engineers and people looking to become network engineers to learn how to configure routing protocols for IPv6, especially RIPng, EIGRP and OSPFv3.

As you will realize, configuration is similar to deploying on IPv4, but they also have some changes to work with the IPv6 network model. The article will guide users to basic RIPng configuration for IPv6.

Configure RIPng

The configuration of RIP for IPv4 is not complicated and is often used as the basis for initial configuration towards routing protocols other than actual deployment. RIPng has a similar purpose. The protocol will probably not be widely deployed, but the configuration is relatively easy, helping users familiarize themselves with the routing protocol. Table 1 shows the commands needed to configure RIPng on a network device.

1 Enter global configuration mode (router) configure # configure terminal 2 Activate IPv6 single point forwarding for the router device (config) # ipv6 unicast-routing 3 Enter the configuration mode for the router interface (config) # interface interface 4 Enable RIPng on the router (config-if) interface # ipv6 rip process-name enable

Table 1 - Basic RIPng configuration commands

The configuration of RIPng is also performed in interface configuration mode. RIP for IPv4 uses the network command when in router configuration mode to find out which interface RIP will be activated. But with RIPng, instead of the network statement, each interface that only needs to be RIPng enabled is sufficient.

RIPng uses RIPv2-like multicast addresses to connect between neighboring devices with RIP enabled. The multicast address is used just like the RIP FF02 :: 9 address (very similar to 224.0.0.9). However, the optional configuration commands for RIPng made in RIP router configuration are different. Table 2 shows the commands needed to enter the RIP router configuration mode.

1 Go to router # configure terminal mode 2 Enter the RIP router configuration mode IPv6 router (config) # ipv6 router rip process-name

Table 2 - Accessing RIPng router configuration mode

The following is an example of RIPng configuration. The following figure shows the basic network model of 2 routers R1 and R2 connected to each other via the FastEthernet interface. We need to configure RIPng for 2 routers, assuming the parameters are default.

Instructions for configuring RIPng routing protocol for IPv6 Picture 1

1 Enter R1 # configure terminal mode 2 Enable Ipp6 single-point forwarding for the device
R1 (config) # ipv6 unicast-routing 3 Enter R1 configuration interface (config) # interface f0 / 0 4 Configure the interface IPv6 R1 (config-if) # ipv6 address 2050 :: 1/64 5 Activate RIPng on R1 (config-if) interface # ipv6 rip Petri enable To R2 6 In the global configuration mode R1 # configure terminal 7 Enable Ipv6 point forwarding for R1 (config) # ipv6 unicast-routing 8 Enter R1 (config) # interface f0 / 0 configuration mode 9 Configure IPv6 R1 (config-if) interface # ipv6 address 2050 :: 2/64 10 Activate RIPng on R1 (config-if) interface # ipv6 rip Petri enable

Table 3 - RIPng configuration

summary

As you can see, the configuration for RIPng in IPv6 is very simple, just like the previous RIP versions. The most important thing to remember is that the configuration no longer uses the network command for the interface anymore. Hopefully this article will help you initially join the routing protocol world of IPv6.

5 ★ | 1 Vote

May be interested

  • How to Disable IPv6 on UbuntuHow to Disable IPv6 on Ubuntu
    while ipv6 is essential for the long-term growth of the internet, there are cases where you may need to disable it on your ubuntu system.
  • Learn about Border Gateway Protocol (BGP)Learn about Border Gateway Protocol (BGP)
    border gateway protocol (bgp) is used to exchange routing information for the internet and is the protocol used between isps (which are different ass).
  • Cisco Router Configuration Guide 1800 series (Cisco 1801, 1802, 1803, 1811, 1812)Cisco Router Configuration Guide 1800 series (Cisco 1801, 1802, 1803, 1811, 1812)
    this article will show you how to configure cisco 1800 series routers (cisco 1801, 1802, 1803, 1811, 1812) details from global parameter settings, routing, interface protocols, and command line access.
  • How to browse anonymously with Garlic RoutingHow to browse anonymously with Garlic Routing
    garlic routing is an improved browsing technology, utilizing multiple layers of encryption to anonymize internet traffic from companies, hackers and network service providers.
  • How IP addresses workHow IP addresses work
    any device connected to a network such as a computer, tablet, camera, etc., will need a unique identifier for other devices to know how to access it. in the tcp / ip protocol, that identifier is called an internet protocol address or ip (internet protocol - ip) address.
  • 9 things to know when moving to IPv69 things to know when moving to IPv6
    ipv4 has provided billions of addresses, helping people around the world get closer together. however, the explosion of the internet has made the number of ipv4 addresses become insufficient ...
  • Set up static routing between the router and another networkSet up static routing between the router and another network
    static routing is an advanced feature on linksys routers that allows you to control the router's routing capabilities. this is not suitable for normal internet use because the router will not be able to automatically route the addresses of websites.
  • Configure Windows 2008 Server IP RoutingConfigure Windows 2008 Server IP Routing
    in this article, i will show you the options for ip routing and how to configure ip routing in windows server 2008 with a number of ip routing changes that you need to know.
  • Instructions for configuring LDPlayer for each game typeInstructions for configuring LDPlayer for each game type
    instructions for configuring ldplayer for each type of game, ultimate guide on how to configure ram and cpu for ldplayer properly, helping to improve performance
  • Switching to IPv6 is not easySwitching to IPv6 is not easy
    switching networks to ipv6 is really a tiring problem because even your network hardware is not ready.