
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CCNP Routing and Switching Lab Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/ccnp-routing-and-switching-lab/feed/" rel="self" type="application/rss+xml" />
	<link>https://168.138.42.164/tag/ccnp-routing-and-switching-lab/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Tue, 12 Apr 2016 05:30:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>CCNP Routing and Switching Lab Archives - TECHNIG</title>
	<link>https://168.138.42.164/tag/ccnp-routing-and-switching-lab/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Configure RIPng on Cisco Router?</title>
		<link>https://www.technig.com/configure-ripng-on-cisco-router/</link>
					<comments>https://www.technig.com/configure-ripng-on-cisco-router/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 12 Apr 2016 05:30:18 +0000</pubDate>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[GNS3]]></category>
		<category><![CDATA[CCNP Lab]]></category>
		<category><![CDATA[CCNP Routing and Switching Lab]]></category>
		<category><![CDATA[GNS3 CCNP Lab]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[RIPng]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=6633</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"></div>
<p>RIPng timer configuration cisco, RIPng timers cisco, RIPng commands, what is RIPng, RIPng timers cisco configuration, Configuring RIPng Packet Tracer, IPv6 RIPng Configuration in packet tracer</p>
<p>The post <a href="https://www.technig.com/configure-ripng-on-cisco-router/">How to Configure RIPng on Cisco Router?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"></div><p>This is a simple guide to configure RIPng on Cisco router using <a href="https://www.technig.com/tag/gns3/" target="_blank" rel="noopener noreferrer">GNS3</a> for CCNP Exam or real word network routing. The Routing Information Protocol (RIP) is a distance-vector routing protocol that uses hop count as a routing metric. RIP is an Interior Gateway Protocol (IGP) most commonly used in smaller networks. RIP for IPv6 also commonly referred as RIPng (Routing Information Protocol Next Generation) is designed to support IPv6 and functions the same way as <strong>RIP-v2</strong> in IPv4. RIPng uses <strong>FF02::9</strong> as the destination address for RIP update messages.</p>
<h2>Configure RIPng on Cisco Router for CCNP Exam</h2>
<p>Have you ever configured <a href="https://www.technig.com/configure-routing-information-protocol/" target="_blank" rel="noopener noreferrer">RIP on Cisco Router</a>? If yes, you know the simplicity or RIP configuration for IPv4. Its simpler as RIP configuration to configure RIPng on Cisco Router or Switch. Just follow this simple step by step guide to configure RIPng using GNS3 or real Cisco Routers.</p>
<figure id="attachment_6746" aria-describedby="caption-attachment-6746" style="width: 840px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/04/Configure-RIPng-Using-GNS3-for-CCNP-RS-Exam-Technig.jpg" rel="attachment wp-att-6746"><img fetchpriority="high" decoding="async" class="wp-image-6746 size-full" src="https://www.technig.com/wp-content/uploads/2016/04/Configure-RIPng-Using-GNS3-for-CCNP-RS-Exam-Technig.jpg" alt="Configure RIPng on Cisco Router using GNS3 for CCNP routing and switching " width="840" height="420" /></a><figcaption id="caption-attachment-6746" class="wp-caption-text">Configure RIPng on Cisco Router using GNS3 for CCNP routing and switching</figcaption></figure>
<p>Le&#8217;s start it using the above RIPng on GNS3 CCNP Lab. Create your own lab within GNS3 and configure RIPng using GNS3.</p>
<p><strong>1.</strong> Try to set IPv6 address to <strong>s4/0</strong> and <strong>s4/1</strong> on R1 router with the below IPv6 address. You can set IPv6 address on Loopback interfaces, but in this Lab, I&#8217;m doing on router serial interfaces.</p>
<pre class="toolbar:2 lang:default decode:true">R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ipv6 unicast-routing
R1(config)#interface s4/0
R1(config-if)#ipv6 address 2016::1/128
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#
R1(config)#interface s4/1
R1(config-if)#ipv6 address 2010::1/128
R1(config-if)#no shutdown</pre>
<p><strong>2.</strong> Do the IPv6 configuration on <strong>R2</strong> like the below configuration.</p>
<pre class="toolbar:2 lang:default decode:true">R2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#ipv6 unicast-routing
R2(config)#interface s4/0
R2(config-if)#ipv6 address 2010::2/128
R2(config-if)#no shutdown
R2(config-if)#exit</pre>
<p><strong>3.</strong> Now configure the R3 router also with the below IPv6 address.</p>
<pre class="toolbar:2 lang:default decode:true">R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#ipv6 unicast-routing
R3(config)#interface s4/0
R3(config-if)#ipv6 address 2016::2/128
R3(config-if)#no shutdown
R3(config-if)#exit</pre>
<p>The RIPng GNS3 CCNP Lab is ready to configure RIPng and enable routing on this network. Just do it with &#8220;IPv6 rip&#8221; command on serial interfaces.</p>
<p><strong>4.</strong> Enable RIPng on all routers interfaces which we configure them with IPv6.</p>
<p><strong>R1:</strong></p>
<pre class="toolbar:2 lang:default decode:true">R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface s4/0
R1(config-if)#ipv6 rip RIPngTest enable
R1(config-if)#exit

R1(config)#interface s4/1
R1(config-if)#ipv6 rip RIPngTest enable
R1(config-if)#exit</pre>
<p><strong>R2:</strong></p>
<pre class="toolbar:2 lang:default decode:true">R2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#interface s4/0
R2(config-if)#ipv6 rip RIPngTest enable
R2(config-if)#exit</pre>
<p><strong>R3:</strong></p>
<pre class="toolbar:2 lang:default decode:true ">R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#interface s4/0
R3(config-if)#ipv6 rip RIPngTest enable
R3(config-if)#exit</pre>
<p>That&#8217;s all. The Lab is ready and RIPng routing is enabled on all routers. Now the routers can communicate with each other. Let&#8217;s test it.</p>
<h3>Test RIPng connectivity with Ping IPv6</h3>
<p>Simply test with ping command from R2 router to R3 router IPv6 address.</p>
<pre class="toolbar:2 lang:default decode:true ">R2#ping ipv6 2016::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2016::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/19/32 ms
R2#</pre>
<p>Yes, it ping and replied successfully from R2 to R3.</p>
<p>If you have more routers, try to configure them one by one and then test them. It&#8217;s better to test from PCs and switches also.</p>
<p>Have any question about RIPng? Try to ask us and also help us to make better articles with your suggestions.<br />
<strong>Related Search for GNS3 CCNP Lab: </strong></p>
<p>What is RIPng?<br />
RIPng Configuration GNS3.<br />
RIPng Command.<br />
show ipv6 rip RIPng database.<br />
ipv6 routing not enabled.<br />
ccnp switch labs.<br />
ccnp labs pdf.<br />
gns3 labs for beginners.<br />
gns3 labs for ccnp switch.<br />
ccnp labs free.<br />
gns3 tutorial.</p>
<p>The post <a href="https://www.technig.com/configure-ripng-on-cisco-router/">How to Configure RIPng on Cisco Router?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-ripng-on-cisco-router/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6633</post-id>	</item>
	</channel>
</rss>
