
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Configure Static Routing on Cisco Router?	</title>
	<atom:link href="https://www.technig.com/configure-static-routing-cisco-router/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/configure-static-routing-cisco-router/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Wed, 03 Nov 2021 21:31:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: ravinder		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-304998</link>

		<dc:creator><![CDATA[ravinder]]></dc:creator>
		<pubDate>Wed, 03 Nov 2021 21:31:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-304998</guid>

					<description><![CDATA[the last hope address in this demonstrated commands is wrong,
On R2
R2(config)#ip route 192.168.10.0 255.255.255.0 10.10.20.1 150
R2(config)#ip route 10.10.10.0 255.255.255.0 10.10.20.1 150
R2(config)#ip route 192.168.20.0 255.255.255.0 10.10.20.1 150

R3(config)#ip route 192.168.30.0 255.255.255.0 10.10.10.1 150
R3(config)#ip route 10.10.20.0 255.255.255.0 10.10.10.1 150
R3(config)#ip route 192.168.20.0 255.255.255.0 10.10.10.1 150]]></description>
			<content:encoded><![CDATA[<p>the last hope address in this demonstrated commands is wrong,<br />
On R2<br />
R2(config)#ip route 192.168.10.0 255.255.255.0 10.10.20.1 150<br />
R2(config)#ip route 10.10.10.0 255.255.255.0 10.10.20.1 150<br />
R2(config)#ip route 192.168.20.0 255.255.255.0 10.10.20.1 150</p>
<p>R3(config)#ip route 192.168.30.0 255.255.255.0 10.10.10.1 150<br />
R3(config)#ip route 10.10.20.0 255.255.255.0 10.10.10.1 150<br />
R3(config)#ip route 192.168.20.0 255.255.255.0 10.10.10.1 150</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ChennaiCisco		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-54247</link>

		<dc:creator><![CDATA[ChennaiCisco]]></dc:creator>
		<pubDate>Fri, 21 Feb 2020 19:51:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-54247</guid>

					<description><![CDATA[Static Route configuration in packet Tracer with simple topology 

]]></description>
			<content:encoded><![CDATA[<p>Static Route configuration in packet Tracer with simple topology </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jotas		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-971</link>

		<dc:creator><![CDATA[Jotas]]></dc:creator>
		<pubDate>Thu, 22 Mar 2018 13:41:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-971</guid>

					<description><![CDATA[My corret answer for this example is this:

R1(config)#ip route 192.168.30.0 255.255.255.0 10.10.20.2 150
R1(config)#ip route 192.168.10.0 255.255.255.0 10.10.10.2 150

R2(config)#ip route 192.168.10.0 255.255.255.0 10.10.20.1 150
R2(config)#ip route 192.168.20.0 255.255.255.0 10.10.20.1 150

R3(config)#ip route 192.168.30.0 255.255.255.0 10.10.10.1 150
R3(config)#ip route 192.168.20.0 255.255.255.0 10.10.10.1 150

For me works, i see pings in all networks.

Any comment??

Thanks]]></description>
			<content:encoded><![CDATA[<p>My corret answer for this example is this:</p>
<p>R1(config)#ip route 192.168.30.0 255.255.255.0 10.10.20.2 150<br />
R1(config)#ip route 192.168.10.0 255.255.255.0 10.10.10.2 150</p>
<p>R2(config)#ip route 192.168.10.0 255.255.255.0 10.10.20.1 150<br />
R2(config)#ip route 192.168.20.0 255.255.255.0 10.10.20.1 150</p>
<p>R3(config)#ip route 192.168.30.0 255.255.255.0 10.10.10.1 150<br />
R3(config)#ip route 192.168.20.0 255.255.255.0 10.10.10.1 150</p>
<p>For me works, i see pings in all networks.</p>
<p>Any comment??</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jotas		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-970</link>

		<dc:creator><![CDATA[Jotas]]></dc:creator>
		<pubDate>Thu, 22 Mar 2018 13:32:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-970</guid>

					<description><![CDATA[Maybe this exercise isn´t right?

If you packet for lan 192.168.10.0 is in R2, your next hop is 10.10.20.1 not 10.10.10.1...
R2(config)#ip route 192.168.20.0 255.255.255.0 10.10.20.1 150
Because R1 already have a route to get this network
ip route 192.168.10.0 255.255.255.0 10.10.10.2 150

Any thoughts?]]></description>
			<content:encoded><![CDATA[<p>Maybe this exercise isn´t right?</p>
<p>If you packet for lan 192.168.10.0 is in R2, your next hop is 10.10.20.1 not 10.10.10.1&#8230;<br />
R2(config)#ip route 192.168.20.0 255.255.255.0 10.10.20.1 150<br />
Because R1 already have a route to get this network<br />
ip route 192.168.10.0 255.255.255.0 10.10.10.2 150</p>
<p>Any thoughts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonas		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-969</link>

		<dc:creator><![CDATA[Jonas]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 20:11:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-969</guid>

					<description><![CDATA[I used your technig in my own task, and it worked just fine. Thank you :-)]]></description>
			<content:encoded><![CDATA[<p>I used your technig in my own task, and it worked just fine. Thank you 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAUL Cannizzaro Jr		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-968</link>

		<dc:creator><![CDATA[PAUL Cannizzaro Jr]]></dc:creator>
		<pubDate>Sun, 26 Nov 2017 17:56:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-968</guid>

					<description><![CDATA[Step 1: Configure a recursive static route.
With a recursive static route, the next-hop IP address is specified. Because only the next-hop IP is specified,
the router must perform multiple lookups in the routing table before forwarding packets. To configure
recursive static routes, use the following syntax:
Router(config)# ip route network-address subnet-mask ip-address
a. On the R1 router, configure a static route to the 192.168.1.0 network using the IP address of the Serial
0/0/0 interface of R3 as the next-hop address.Write the command you used in the space provided.
b. View the routing table to verify the new static route entry.
How is this new route listed in the routing table?
From host PC-A, is it possible to ping the host PC-C?
These pings should fail. If the recursive static route is correctly configured, the ping arrives at PC-C. PC-C
sends a ping reply back to PC-A. However, the ping reply is discarded at R3 because R3 does not have a
return route to the 192.168.0.0 network in the routing table.
Step 2: Configure a directly connected static route.
With a directly connected static route, the exit-interface parameter is specified, which allows the router to
resolve a forwarding decision in one lookup. A directly connected static route is typically used with a point-topoint
serial interface. To configure directly connected static routes with an exit interface specified, use the
following syntax:
Router(config)# ip route network-address subnet-mask exit-intf
a. On the R3 router, configure a static route to the 192.168.0.0 network using S0/0/0 as the exit interface.




Router3# config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router3(config)# ip route 192.168.0.0 255.255.255.0 10.1.1.2
%Invalid next hop address (it&#039;s this router)

these are the steps I am following where am I going wrong?]]></description>
			<content:encoded><![CDATA[<p>Step 1: Configure a recursive static route.<br />
With a recursive static route, the next-hop IP address is specified. Because only the next-hop IP is specified,<br />
the router must perform multiple lookups in the routing table before forwarding packets. To configure<br />
recursive static routes, use the following syntax:<br />
Router(config)# ip route network-address subnet-mask ip-address<br />
a. On the R1 router, configure a static route to the 192.168.1.0 network using the IP address of the Serial<br />
0/0/0 interface of R3 as the next-hop address.Write the command you used in the space provided.<br />
b. View the routing table to verify the new static route entry.<br />
How is this new route listed in the routing table?<br />
From host PC-A, is it possible to ping the host PC-C?<br />
These pings should fail. If the recursive static route is correctly configured, the ping arrives at PC-C. PC-C<br />
sends a ping reply back to PC-A. However, the ping reply is discarded at R3 because R3 does not have a<br />
return route to the 192.168.0.0 network in the routing table.<br />
Step 2: Configure a directly connected static route.<br />
With a directly connected static route, the exit-interface parameter is specified, which allows the router to<br />
resolve a forwarding decision in one lookup. A directly connected static route is typically used with a point-topoint<br />
serial interface. To configure directly connected static routes with an exit interface specified, use the<br />
following syntax:<br />
Router(config)# ip route network-address subnet-mask exit-intf<br />
a. On the R3 router, configure a static route to the 192.168.0.0 network using S0/0/0 as the exit interface.</p>
<p>Router3# config t<br />
Enter configuration commands, one per line.  End with CNTL/Z.<br />
Router3(config)# ip route 192.168.0.0 255.255.255.0 10.1.1.2<br />
%Invalid next hop address (it&#8217;s this router)</p>
<p>these are the steps I am following where am I going wrong?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Don'tknow		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-967</link>

		<dc:creator><![CDATA[Don'tknow]]></dc:creator>
		<pubDate>Fri, 10 Nov 2017 05:33:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-967</guid>

					<description><![CDATA[message sending failed]]></description>
			<content:encoded><![CDATA[<p>message sending failed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: devops online training		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-966</link>

		<dc:creator><![CDATA[devops online training]]></dc:creator>
		<pubDate>Mon, 14 Aug 2017 05:43:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-966</guid>

					<description><![CDATA[I hadn’t thought of using containers but that’s a great idea. Thanks so much for sharing!]]></description>
			<content:encoded><![CDATA[<p>I hadn’t thought of using containers but that’s a great idea. Thanks so much for sharing!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matheus Ragoso		</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/#comment-965</link>

		<dc:creator><![CDATA[Matheus Ragoso]]></dc:creator>
		<pubDate>Tue, 06 Jun 2017 00:13:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1219#comment-965</guid>

					<description><![CDATA[I used default route in R2 and R3, this is wrong?]]></description>
			<content:encoded><![CDATA[<p>I used default route in R2 and R3, this is wrong?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
