
<?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>Cisco Router Configuration Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/cisco-router-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/cisco-router-configuration/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Wed, 23 Jun 2021 08:18:49 +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>Cisco Router Configuration Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/cisco-router-configuration/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Configure SSH on Cisco Router or Switch?</title>
		<link>https://www.technig.com/configure-ssh-on-cisco-router/</link>
					<comments>https://www.technig.com/configure-ssh-on-cisco-router/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 08 May 2018 05:00:16 +0000</pubDate>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNA Certification]]></category>
		<category><![CDATA[CCNA Lab Manual]]></category>
		<category><![CDATA[CCNA Packet Tracer Lab]]></category>
		<category><![CDATA[Cisco Router Configuration]]></category>
		<category><![CDATA[Cisco Switch Configuration]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=14677</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Configure SSH on Cisco Router or Switch - Technig" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Short and complete guide to configure SSH on Cisco router and switch for secure remote connection. The Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. The best-known example application is for remote login to computer systems by users. SSH provides a secure channel over an unsecured [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-ssh-on-cisco-router/">How to Configure SSH on Cisco Router or Switch?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Configure SSH on Cisco Router or Switch - Technig" decoding="async" srcset="https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Cisco-Router-or-Switch-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Short and complete guide to configure SSH on <a href="https://www.cisco.com/c/en_au/products/routers/index.html" target="_blank" rel="noopener noreferrer">Cisco router</a> and switch for secure remote connection. The Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. The best-known example application is for remote login to computer systems by users.</p>
<p>SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an SSH server. Common applications include remote command-line login and remote command execution, but any network service can be secured with SSH. The protocol specification distinguishes between two major versions, referred to as SSH-1 and SSH-2.</p>
<p><strong>The typical use of SSH Protocol</strong></p>
<p>The protocol is used in corporate networks for:</p>
<ul>
<li>providing secure access for users and automated processes</li>
<li>interactive and automated file transfers</li>
<li>issuing remote commands</li>
<li>managing network infrastructure and other mission-critical system components.</li>
</ul>
<h2>Configure SSH on Cisco Router or Switch</h2>
<p>To configure SSH on Cisco router, you need to do:</p>
<ol>
<li>Enable SSH on Cisco router.</li>
<li>Set Password for SSH.</li>
<li>Force remote access to use SSH.</li>
<li>Enable Password Encryption.</li>
<li>Add domain name Server (DNS).</li>
<li>Add Username and Password.</li>
</ol>
<p>Let&#8217;s enable and configure SSH on Cisco router or switch using the below packet tracer lab. The configure on a packet tracer lab and real Cisco devices are the same. Just try to learn and do it what the SSH remote authentication needs.</p>
<p>Download the packet tracer lab or create your own lab. <a href="https://www.technig.com/wp-content/uploads/2018/05/How-to-Configure-SSH-on-Ciscor-Router-or-Switch.zip" target="_blank" rel="noopener noreferrer"><strong>SSH Configuration Packet Tracer Lab</strong></a>.</p>
<figure id="attachment_14680" aria-describedby="caption-attachment-14680" style="width: 916px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2018/05/Configure-SSH-on-Cisco-Router-or-Switch-Technig.jpg"><img decoding="async" class="wp-image-14680 size-full" src="https://www.technig.com/wp-content/uploads/2018/05/Configure-SSH-on-Cisco-Router-or-Switch-Technig.jpg" alt="Configure SSH on Cisco Router or Switch - Technig" width="916" height="495" srcset="https://www.technig.com/wp-content/uploads/2018/05/Configure-SSH-on-Cisco-Router-or-Switch-Technig.jpg 916w, https://www.technig.com/wp-content/uploads/2018/05/Configure-SSH-on-Cisco-Router-or-Switch-Technig-300x162.jpg 300w, https://www.technig.com/wp-content/uploads/2018/05/Configure-SSH-on-Cisco-Router-or-Switch-Technig-768x415.jpg 768w" sizes="(max-width: 916px) 100vw, 916px" /></a><figcaption id="caption-attachment-14680" class="wp-caption-text">Configure SSH on Cisco Router or Switch &#8211; Technig</figcaption></figure>
<p>In this example, I just enable and configure SSH on SW1 and trying to access it from PC1. It&#8217;s enough to learn how to configure SSH on Cisco router.</p>
<pre class="font-size-enable:false nums:false lang:default decode:true">R1&gt;
R1&gt;enable 
R1#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#
R1(config)#ip domain-name Technig.com
R1(config)#crypto key generate rsa 
The name for the keys will be: R1.Technig.com
Choose the size of the key modulus in the range of 360 to 2048 for your
  General Purpose Keys. Choosing a key modulus greater than 512 may take
  a few minutes.

How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]

R1(config)#
*Mar 1 0:5:57.974:  %SSH-5-ENABLED: SSH 1.99 has been enabled 
R1(config)#
R1(config)#username Admin password Technig
R1(config)#line vty 0 4
R1(config-line)#login local 
R1(config-line)#transport input ssh 
R1(config-line)#exit
R1(config)#ip ssh version 2
R1(config)#ip ssh authentication-retries 3
R1(config)#
R1(config)#ip ssh time-out 120
R1(config)#exit
R1#

</pre>
<p>That&#8217;s all. Let&#8217;s check the process one by one.</p>
<ol>
<li>I have set DNS domain name with &#8220;<strong>IP domain-name</strong>&#8221; command.</li>
<li>Then configure the router to use <strong>RSA</strong> key pair with modulus size of <strong>1024</strong> bites for remote service authentication with &#8220;<strong style="text-transform: initial;">crypto key generate rsa</strong><span style="text-transform: initial;">&#8221; command.</span></li>
<li>Add username &#8220;<strong>Admin</strong>&#8221; with Password of &#8220;<strong>Technig</strong>&#8221; for ssh authentication.</li>
<li>Enabled ssh with &#8220;<strong>line vty 0 4</strong>&#8221; command.</li>
<li>Configure ssh to use local username and password with &#8220;<strong>login local</strong>&#8221; command. <strong>Remember</strong> that you can set a username and password for ssh with &#8220;<strong>username Admin password Technig</strong>&#8221; command as well. But here we configure ssh to use local username and password.</li>
<li>Configure the router to accept only ssh connection with &#8220;<strong>transport input ssh</strong>&#8221; command.</li>
<li>Configure ssh to version 2 using &#8220;<strong>IP ssh version 2</strong>&#8221; and set the authentication times to 3 with &#8220;<strong>IP ssh authentication-retries 3</strong>&#8221; command.</li>
<li>Finally set the ssh timeout to 120 seconds with &#8220;<strong>IP ssh time-out 120</strong>&#8221; command.</li>
</ol>
<p><strong>Related Article:</strong> <a href="https://www.enlinux.com/install-configure-ssh-on-centos/" target="_blank" rel="noopener noreferrer">Install SSH on CentOS 8.x and Red Hat Linux</a></p>
<p>The final step is to test the connectivity of ssh from PC1 with &#8220;<strong>ssh -l Admin 192.168.1.1</strong>&#8221; command for command prompt.</p>
<pre class="font-size-enable:false nums:false lang:default decode:true ">C:\&gt;ssh -l Admin 192.168.1.1
Open
Password: 


R1&gt;en
R1&gt;enable 
Password: 
R1#</pre>
<p>OK, the ssh works perfectly.</p>
<p>The post <a href="https://www.technig.com/configure-ssh-on-cisco-router/">How to Configure SSH on Cisco Router or Switch?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-ssh-on-cisco-router/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14677</post-id>	</item>
		<item>
		<title>How to Configure Banner MOTD on Cisco Switch and Router?</title>
		<link>https://www.technig.com/how-to-configure-banner-motd-on-cisco-switch-and-router/</link>
					<comments>https://www.technig.com/how-to-configure-banner-motd-on-cisco-switch-and-router/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Mon, 07 May 2018 02:24:13 +0000</pubDate>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNA Certification]]></category>
		<category><![CDATA[CCNA Lab Manual]]></category>
		<category><![CDATA[CCNA Packet Tracer Lab]]></category>
		<category><![CDATA[CCNA Security]]></category>
		<category><![CDATA[Cisco Router Configuration]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=14609</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure Banner Motd on Cisco Switch and Router - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig.png 840w, https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>If you faced with the below error when you try to configure banner motd on Cisco switch or router. You can easily fix Cisco Motd banner ASCII art using this MOTD Banner configuration guide. SW1(config-line)#motd-banner !No Access for You?! ^ % Invalid input detected at '^' marker. It means that you did not type the banner [&#8230;]</p>
<p>The post <a href="https://www.technig.com/how-to-configure-banner-motd-on-cisco-switch-and-router/">How to Configure Banner MOTD on Cisco Switch and Router?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure Banner Motd on Cisco Switch and Router - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig.png 840w, https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>If you faced with the below error when you try to configure banner motd on Cisco switch or router. You can easily fix Cisco Motd banner ASCII art using this MOTD Banner configuration guide.</p>
<pre class=""><code class="language-markup">SW1(config-line)#motd-banner !No Access for You?!
^
% Invalid input detected at '^' marker.</code></pre>
<p>It means that you did not type the banner motd command correctly. Let&#8217;s test it and configure banner motd on Cisco switch and router using packet tracer.</p>
<h3>What is MOTD Banner?</h3>
<p>A <i>banner</i> is a message presented to a user who is using the Cisco switch. The type of banner you configured for use determines when this message is shown. You can configure three main types of banners on your Cisco switch, as shown here:</p>
<ul class="level-one">
<li>
<p class="first-para"><b>The message of the Day (MOTD):</b> This type of login message has been around for a long time on Unix and mainframe systems. The idea of the message is to display a temporary notice to users, such as issues with system availability.</p>
<p class="child-para">However, because the message displays when a user connects to the device before login, most network administrators are now using it to display legal notices regarding access to the switch, such as <i>unauthorized access to this device is prohibited and violators will be prosecuted to the full extent of the law</i> and other such cheery endearments.</p>
</li>
<li>
<p class="first-para"><b>Login:</b> This banner is displayed before login to the system, but after the MOTD banner is displayed. Typically, this banner is used to display a permanent message to the users.</p>
</li>
<li>
<p class="first-para"><b>Exec:</b> This banner displays after the login is complete when the connecting user enters User EXEC mode. Whereas all users who attempt to connect to the switch see the other banners, only users who successfully log on to the switch see this banner, which can be used to post reminders to your network administrators.</p>
</li>
</ul>
<figure id="attachment_14615" aria-describedby="caption-attachment-14615" style="width: 840px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig.png"><img loading="lazy" decoding="async" class="wp-image-14615 size-full" src="https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig.png" alt="Configure Banner Motd on Cisco Switch and Router - Technig" width="840" height="420" srcset="https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig.png 840w, https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2018/05/Configure-Banner-Motd-on-Cisco-Switch-and-Router-Technig-768x384.png 768w" sizes="(max-width: 840px) 100vw, 840px" /></a><figcaption id="caption-attachment-14615" class="wp-caption-text">Configure Banner Motd on Cisco Switch and Router &#8211; Technig</figcaption></figure>
<div class="ad x2">
<h2 id="article_page_content_ad" class="du-ad-region row"> Configure Banner MOTD on Cisco Switch and Router</h2>
<div>
<p>To configure each of these banners and set them up on your switch, follow these commands:</p>
</div>
</div>
<pre class="code">SW1#enable 
SW1#configure terminal 
Enter configuration commands, one per line. End with CNTL/Z.
SW1(config)#banner motd #Admin Access only!#
SW1(config)#</pre>
<p>Now, the Motd banner has configured on a Cisco switch. Let&#8217;s test it what is going on?</p>
<pre class="nums:false lang:default decode:true">Press RETURN to get started!
Admin Access Only
User Access Verification
Password: 
</pre>
<p>Yes, you can see the message that prompts you before user authentication.</p>
<h3>Related Search Queries:</h3>
<p>Motd banner examples<br />
Cisco MOTD banner ASCII art<br />
Why should every switch have a motd banner?<br />
Show banner motd<br />
Cisco banner motd examples<br />
Banner motd packet tracer<br />
Cisco banner motd multiple lines<br />
Banner exec</p>
<p>The post <a href="https://www.technig.com/how-to-configure-banner-motd-on-cisco-switch-and-router/">How to Configure Banner MOTD on Cisco Switch and Router?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/how-to-configure-banner-motd-on-cisco-switch-and-router/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14609</post-id>	</item>
		<item>
		<title>How to Configure Static Routing on Cisco Router?</title>
		<link>https://www.technig.com/configure-static-routing-cisco-router/</link>
					<comments>https://www.technig.com/configure-static-routing-cisco-router/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Thu, 01 Jun 2017 05:25:28 +0000</pubDate>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[CCNA Certification]]></category>
		<category><![CDATA[CCNA Lab]]></category>
		<category><![CDATA[Cisco Packet Tracer]]></category>
		<category><![CDATA[Cisco Router Configuration]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Routing & Switching]]></category>
		<category><![CDATA[Static Route]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1219</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CCNA Lab- How to Configure Static Routing - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Configure Static Routing is the routing that network administrator configures the network routers manually, instead of using routing protocols RIP, OSPF, etc. which utilized in the dynamic routing. The benefits of static routing are minimum bandwidth usage, no overhead on router CPU and much more and perfect for a small network with a few routers. But [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-static-routing-cisco-router/">How to Configure Static Routing 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;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CCNA Lab- How to Configure Static Routing - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-How-to-Configure-Static-Routing-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Configure Static Routing is the routing that network administrator configures the network routers manually, instead of using routing protocols RIP, OSPF, etc. which utilized in the dynamic routing. The benefits of static routing are minimum bandwidth usage, no overhead on router CPU and much more and perfect for a small network with a few routers. But it is not without cons. It &#8216;s hard to configure all routers manually in the vast network and troubleshooting is always harder than configuration.</p>
<p>As a network administrator or student of CCNA, you must know the configuration of static routing. It helps you understand the process and functions of routing in the network apparently.</p>
<h2>Configure Static Routing Using Cisco Packet Tracer</h2>
<p>To perform this task, you must create a lab and configure the basic IP addressing for all PCs and Routers or download my CCNA Lab &#8211; Static Route with Cisco packet tracer. <a href="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Static-Route-no-Configure.zip">CCNA Lab &#8211; Static Route &#8211; no Configure</a>.</p>
<figure id="attachment_1222" aria-describedby="caption-attachment-1222" style="width: 1045px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-Static-Routing.jpg"><img loading="lazy" decoding="async" class="wp-image-1222 size-full" src="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-Static-Routing.jpg" alt="CCNA Lab- Configure Static Routing" width="1045" height="531" srcset="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-Static-Routing.jpg 1045w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-Static-Routing-300x152.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-Static-Routing-768x390.jpg 768w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-Static-Routing-1024x520.jpg 1024w" sizes="(max-width: 1045px) 100vw, 1045px" /></a><figcaption id="caption-attachment-1222" class="wp-caption-text">CCNA Lab- Configure Static Routing</figcaption></figure>
<p>I have configured the Static Route the same as the screenshot, and it is not yet configured routing. You must configure it with below step by step Static Routing guide.</p>
<p style="padding-left: 30px;"><strong>Static Routing command syntax</strong>: Ip route [<strong>destination network address</strong>] [<strong>mask</strong>] [next hop address or interface name]</p>
<p><strong>1.</strong> In the <strong>R1</strong> type the following commands to introduce two LANs 192.168.10.0/24 and 192.168.30.0/24 for Router 1.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">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</pre>
<p><strong>2. Router2:</strong> Add three networks for router 2 and be sure that do not configure it with wrong IP address.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">R2(config)#ip route 192.168.10.0 255.255.255.0 10.10.10.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</pre>
<p><strong>3. Router3:</strong> Do the same as router 2 but with different destination and exit interface address.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">R3(config)#ip route 192.168.30.0 255.255.255.0 10.10.20.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</pre>
<p>So it&#8217;s easy and not too much difficulty. If you want to accomplish this task, firstly you must try to understand the concept of routing and then try to configure it.</p>
<p>You can download the complete Static Routing Lab from the link below and look at the routing configuration with &#8216;<strong>show ip route</strong> or <strong>show run</strong>&#8216; commands.  <a href="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Static-Route-Technig.zip">CCNA Lab &#8211; Static Route</a>. If you have any question, please feel free to ask us.</p>
<hr />
<p><strong>Related Queries: </strong></p>
<p>Static routing configuration in packet tracer<br />
Static route example<br />
How to configure static routing on 3 routers in packet tracer<br />
Static routing example with a diagram<br />
Static routing pdf<br />
Default static route<br />
Basic static route configuration</p>
<p>The post <a href="https://www.technig.com/configure-static-routing-cisco-router/">How to Configure Static Routing 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-static-routing-cisco-router/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1219</post-id>	</item>
		<item>
		<title>Configure Inter VLAN Routing on Cisco Router and Layer 3 Switches</title>
		<link>https://www.technig.com/configure-inter-vlan-routing-cisco-router/</link>
					<comments>https://www.technig.com/configure-inter-vlan-routing-cisco-router/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Thu, 01 Jun 2017 04:58:04 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNA Lab Manual]]></category>
		<category><![CDATA[CCNA Packet Tracer Lab]]></category>
		<category><![CDATA[Cisco Router Configuration]]></category>
		<category><![CDATA[Configure VLAN]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Inter VLAN Routing]]></category>
		<category><![CDATA[Packet Tracer Lab]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=2449</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure Inter VLAN Routing" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.jpg 840w, https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>A complete guide to configure Inter VLAN Routing on Cisco Router and Layer 3 switch to learn inter VLAN routing. </p>
<p>The post <a href="https://www.technig.com/configure-inter-vlan-routing-cisco-router/">Configure Inter VLAN Routing on Cisco Router and Layer 3 Switches</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure Inter VLAN Routing" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.jpg 840w, https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>A step by step guide to configure Inter-VLAN Routing on the Cisco router or layer 3 switches. Basically, on a VLAN, no host can communicate with hosts within other VLANs. It means only hosts that are members of the same VLAN can communicate with each other. So if you want your VLANs hosts can communicate with each other, you must configure inter-VLAN routing using a router or a layer 3 switch. Here we completely demonstrate the Inter-VLAN configuration using a Cisco router and a layer 3 switch.</p>
<p>The router you are using for Inter-VLAN routing must be compatible and support <a href="https://en.wikipedia.org/wiki/Cisco_Inter-Switch_Link" target="_blank" rel="noopener noreferrer">Inter-Switch Link</a> (ISL) which is a Cisco Systems proprietary protocol, and IEEE 802.1q frame format for routing on the Fast Ethernet interfaces. In Inter-VLAN the physical Fast Ethernet interface of the router is divided into sub-Interfaces for each VLAN. You can set IP address for each sub-Interface in order to route between VLANs.</p>
<figure id="attachment_2450" aria-describedby="caption-attachment-2450" style="width: 840px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.jpg"><img loading="lazy" decoding="async" class="wp-image-2450 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.jpg" alt="Configure Inter VLAN Routing" width="840" height="420" srcset="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.jpg 840w, https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></a><figcaption id="caption-attachment-2450" class="wp-caption-text">Configure Inter VLAN Routing</figcaption></figure>
<h2>How to Create VLAN on Cisco Switches?</h2>
<p>Let&#8217;s configure it on the below Inter-VLAN routing Lab. Download the Packet Tracer <a href="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing-Technig.zip" target="_blank" rel="noopener noreferrer">Inter-VLAN routing</a> Lab for CCNA or create your own Lab.</p>
<p><strong>1.</strong> First of all, create two VLAN in the switch and named VLAN A and VLAN B with the following command.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Switch&gt;enable 
Switch#configure terminal 
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 2
Switch(config-vlan)#name VLAN-A
Switch(config-vlan)#vlan 3
Switch(config-vlan)#name VLAN-B
Switch(config-vlan)#exit</pre>
<p><strong>2.</strong> OK, the VLANs A and B are created successfully. Now check them with &#8220;<strong>show vlan</strong>&#8221; command.</p>
<figure id="attachment_2457" aria-describedby="caption-attachment-2457" style="width: 563px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Inter-VLAN-Routing.jpg"><img loading="lazy" decoding="async" class="wp-image-2457 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Inter-VLAN-Routing.jpg" alt="Inter-VLAN Routing" width="563" height="271" srcset="https://www.technig.com/wp-content/uploads/2015/04/Inter-VLAN-Routing.jpg 563w, https://www.technig.com/wp-content/uploads/2015/04/Inter-VLAN-Routing-300x144.jpg 300w" sizes="(max-width: 563px) 100vw, 563px" /></a><figcaption id="caption-attachment-2457" class="wp-caption-text">Configure Inter-VLAN Routing</figcaption></figure>
<p><strong>3.</strong> You see the result in the screenshot, the VLANs are ready for assigning switch ports to them.</p>
<h2>Assigning Switch Ports for VLANs</h2>
<p>In this section, the switch ports are divide and assign to VLANs. Before configuring Inter-VLAN routing, a host in a VLAN can only communicate within its own VLAN and not reach to other VLANs. So let&#8217;s configure it.</p>
<p><strong>1.</strong> Try to assign switch ports for each VLANs with the following commands.</p>
<figure id="attachment_2459" aria-describedby="caption-attachment-2459" style="width: 278px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Assigning-Switch-Ports-to-VLANs.jpg"><img loading="lazy" decoding="async" class="wp-image-2459 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Assigning-Switch-Ports-to-VLANs.jpg" alt="Assigning Switch Ports to VLANs" width="278" height="189" /></a><figcaption id="caption-attachment-2459" class="wp-caption-text">Assigning Switch Ports to VLANs</figcaption></figure>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Switch(config)#interface fastEthernet 0/2
Switch(config-if)#switchport mode access 
Switch(config-if)#switchport access vlan 2
Switch(config-if)#exit
Switch(config)#
Switch(config)#interface fastEthernet 0/5
Switch(config-if)#switchport mode access 
Switch(config-if)#switchport access vlan 2
Switch(config-if)#exit</pre>
<p><strong>2.</strong> Now the port <strong>FastEthernet 0/2</strong> and <strong>FastEthernet 0/5</strong> are members of <strong>VLAN 2</strong> which named <strong>VLAN-A</strong>. Go to set the PC3 and PC2 to <strong>VLAN-B</strong>.</p>
<p><strong>3.</strong> Let&#8217;s assign a range of ports to a VLAN using &#8220;<strong>interface range</strong>&#8221; command.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Switch(config)#interface range fastEthernet 0/3-4
Switch(config-if-range)#switchport mode access 
Switch(config-if-range)#switchport access vlan 3
Switch(config-if-range)#exit</pre>
<p><strong>Note: </strong>The <strong>interface range</strong> command can assign a range of interfaces to a VLAN. Read more about basic VLAN configuration on &#8220;<a href="https://www.technig.com/configure-vlan-cisco-switches/" target="_blank" rel="noopener noreferrer">Configure VLAN on Cisco Switches Using Cisco Packet Tracer</a>&#8221; post.</p>
<figure id="attachment_2461" aria-describedby="caption-attachment-2461" style="width: 570px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Assign-Switch-Ports-to-VLAN.jpg"><img loading="lazy" decoding="async" class="wp-image-2461 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Assign-Switch-Ports-to-VLAN.jpg" alt="Assign Switch Ports to VLAN" width="570" height="257" srcset="https://www.technig.com/wp-content/uploads/2015/04/Assign-Switch-Ports-to-VLAN.jpg 570w, https://www.technig.com/wp-content/uploads/2015/04/Assign-Switch-Ports-to-VLAN-300x135.jpg 300w" sizes="(max-width: 570px) 100vw, 570px" /></a><figcaption id="caption-attachment-2461" class="wp-caption-text">Assign Switch Ports to VLAN</figcaption></figure>
<p><strong>4.</strong> Now we have just done the basic VLAN configuration like creating VLAN and assigning switch ports to VLANs. Let&#8217;s enable Trunking mode on the switch port to the router and then configure Inter-VLAN routing on the router.</p>
<h2>Configure Trunking Ports on Switch</h2>
<p>With the command &#8220;<strong>switch port mode trunk</strong>&#8221; you can configure trunking on the <strong>FastEthernet 0/1</strong> port of the <strong>SW1</strong>. The <strong>VLAN Trunking Protocol</strong> (VTP) let the VLANs transmit theirs traffics over a physical line simultaneously. Read more about <strong><a href="https://en.wikipedia.org/wiki/VLAN_Trunking_Protocol" target="_blank" rel="noopener noreferrer">VTP</a> </strong>on Wikipedia website.</p>
<figure id="attachment_2466" aria-describedby="caption-attachment-2466" style="width: 249px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Configuring-Trunk-Ports.jpg"><img loading="lazy" decoding="async" class="wp-image-2466 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Configuring-Trunk-Ports.jpg" alt="Configuring Trunk Ports" width="249" height="157" /></a><figcaption id="caption-attachment-2466" class="wp-caption-text">Configuring Trunk Ports</figcaption></figure>
<p><strong>1.</strong> Just navigate to <strong>FastEthernet 0/1</strong> interface and type &#8220;<strong>switchport mode trunk</strong>&#8220;<strong> </strong>the press enter to enable trunking on <strong>Fa0/1</strong> interface line.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Switch(config)#interface fastEthernet 0/1
Switch(config-if)#switchport mode trunk 
Switch(config-if)#</pre>
<p><strong>2.</strong> Now the VLANs can transmit traffic over the <strong>FastEthernet 0/1</strong> without any problems.</p>
<p><strong>Note:</strong> Try to enable trunking mode only to interface between to switch or router devices. It&#8217;s not necessary to enable it on the interface of the switch to PC.</p>
<h2>Configure Inter-VLAN Routing on Cisco Router</h2>
<p>Finally, the lab is ready to configure Inter-VLAN routing. If you test the PCs, they can ping with each other within a VLAN but not with other VLANs. So in order to communicate they need routing. Not network routing protocols such as <strong><a href="https://www.technig.com/ccna-configure-static-routing-in-cisco-packet-tracer/" target="_blank" rel="noopener noreferrer">Static routing</a></strong> or dynamic routing like <strong><a href="https://www.technig.com/configure-routing-information-protocol/" target="_blank" rel="noopener noreferrer">RIP</a></strong>, and <strong><a href="https://www.technig.com/configure-ospf-routing-protocol/" target="_blank" rel="noopener noreferrer">OSPF</a></strong>. Just need Inter-VLAN Routing which you simply configure according to below step by step Inter-VLAN routing guide.</p>
<p><strong>1.</strong> Try to assign an IP address to the router and enable the interface you want to configure inter-VLAN routing.</p>
<figure id="attachment_2470" aria-describedby="caption-attachment-2470" style="width: 275px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/VLAN-Routing.jpg"><img loading="lazy" decoding="async" class="wp-image-2470 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/VLAN-Routing.jpg" alt="VLAN Routing" width="275" height="130" /></a><figcaption id="caption-attachment-2470" class="wp-caption-text">VLAN Routing</figcaption></figure>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Router&gt;enable 
Router#configure terminal 
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.248
Router(config-if)#no shutdown</pre>
<p><strong>2.</strong> Good, the IP <strong>192.168.10.1</strong> with the subnet mask of <strong>255.255.255.248</strong> is assigned for physical <strong>FastEthernet 0/0</strong> interface.</p>
<p><strong>Note: </strong>We need to have subinterface for each VLANs on the router. The subinterface is a virtual interface card that inter-VLAN doing routing using them.</p>
<p><strong>3.</strong> Now try to create a subinterface for each VLAN with <strong>interface</strong> command and assign IP address from the different network for each VLAN. In this case, I have subnetted the<strong> 192.168.10.0/24</strong> IP address to <strong>3</strong> networks.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Router(config)#interface fastEthernet 0/0.2
Router(config-subif)#
Router(config-subif)#encapsulation dot1Q 2
Router(config-subif)#ip address 192.168.10.9 255.255.255.248
Router(config-subif)#</pre>
<p><strong>4.</strong> See the result with &#8220;<strong>do show ip interface brief</strong>&#8221; from sub-interface area.</p>
<figure id="attachment_2471" aria-describedby="caption-attachment-2471" style="width: 618px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Create-Sub-Interface.jpg"><img loading="lazy" decoding="async" class="wp-image-2471 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Create-Sub-Interface.jpg" alt="Create Sub-Interface" width="618" height="133" srcset="https://www.technig.com/wp-content/uploads/2015/04/Create-Sub-Interface.jpg 618w, https://www.technig.com/wp-content/uploads/2015/04/Create-Sub-Interface-300x65.jpg 300w" sizes="(max-width: 618px) 100vw, 618px" /></a><figcaption id="caption-attachment-2471" class="wp-caption-text">Create Sub-Interface</figcaption></figure>
<p>The virtual sub-interface <strong>FastEthernet0/0.2</strong> has created and it has the 192.168.10.9 IP address. This sub-interface act as a default gateway for VLAN-A with an address of <strong>192.168.10.8/29</strong>.</p>
<p><strong>5.</strong> Do the same to create a sub-interface for VLAN-B also.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Router(config)#interface fastEthernet 0/0.3
Router(config-subif)#ip address 192.168.10.17 255.255.255.248

% Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q,
or ISL vLAN.

Router(config-subif)#encapsulation dot1Q 3
Router(config-subif)#ip address 192.168.10.17 255.255.255.248
Router(config-subif)#</pre>
<p><strong>6.</strong> Everything is fine, but you see the error with red colour! It is because we forgot to set the <strong>encapsulation dot1Q</strong> command. Before assigning an IP address to a sub-interface, you should set IEEE 802.1q with <strong>encapsulation</strong> command.</p>
<p>Finally, all VLANs hosts can communicate with each other. That&#8217;s all you need to configure Inter-VLAN routing on your corporate network. Download the complete Lab of <a href="https://www.technig.com/wp-content/uploads/2015/04/Configure-Inter-VLAN-Routing.zip" target="_blank" rel="noopener noreferrer">Inter-VLAN routing</a> Cisco Packet Tracer Lab. Follow the below steps if you want to configure inter-VLAN on Layer 3 Switches or troubleshooting inter-VLAN on routers and switches.</p>
<h2>Configure Inter-VLAN Using Layer 3 Switches</h2>
<p>Work the same, just need a Cisco Layer 3 switch. To configure Inter-VLAN on a Layer 3 switch, you must assign an IP address to VLANs instead of sub-interfaces. Assigning an IP address to VLAN is easy, only read the &#8220;<strong>Assigning IP address to VLAN</strong>&#8221; section at the end of this articles.</p>
<p>To configure Inter-VLAN routing using layer 3 switches, you don&#8217;t need router anymore. All configuration has done within the layer 3 switch.</p>
<h2>Troubleshooting and Assigning IP address to VLANs</h2>
<p>As this post is related to configure Inter-VLAN routing, so we must do some more about VLAN configuration such as assigning IP address to VLANs, controlling VLANs remotely with Telnet, and some essential troubleshooting commands.</p>
<h3>How to Assign an IP address to VLANs?</h3>
<p>In order to assign an IP address to a VLAN, simply go to VLAN and set the IP address like assigning IP address to an interface of a router.</p>
<pre class="toolbar:2 nums-toggle:true lang:default decode:true">Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.10.4 255.255.255.248
Switch(config-if)#no shutdown</pre>
<p>Check it with &#8220;<strong>do show ip interface brief</strong>&#8221; command, whether the default <strong>VLAN 1</strong> has gotten the IP address of <strong>192.168.10.4/29</strong> or not.</p>
<figure id="attachment_2472" aria-describedby="caption-attachment-2472" style="width: 550px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Default-VLAN-1.jpg"><img loading="lazy" decoding="async" class="wp-image-2472 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Default-VLAN-1.jpg" alt="Default VLAN 1" width="550" height="45" srcset="https://www.technig.com/wp-content/uploads/2015/04/Default-VLAN-1.jpg 550w, https://www.technig.com/wp-content/uploads/2015/04/Default-VLAN-1-300x25.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></a><figcaption id="caption-attachment-2472" class="wp-caption-text">Default VLAN 1 &#8211; Configure Inter-VLAN Routing</figcaption></figure>
<p>Yes, that&#8217;s fine. This can help you remotely configure VLANs through the internet or network.</p>
<h3>Troubleshooting Inter-VLAN Routing</h3>
<p>To see the VLANs on a switch, type the &#8220;<strong>show vlan</strong>&#8221; command. This command will list all created VLANs within a switch.</p>
<p>The &#8220;<strong>show interface trunk</strong>&#8221; command shows encapsulation and trunking status.</p>
<p>The &#8220;<strong>show interfaces fastEthernet 0/1 switchport</strong>&#8221; display the status of a specific switch port. See the result on the screenshot.</p>
<figure id="attachment_2473" aria-describedby="caption-attachment-2473" style="width: 404px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Encapsulation-Status.jpg"><img loading="lazy" decoding="async" class="wp-image-2473 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Encapsulation-Status.jpg" alt="Configure Inter-VLAN routing - Encapsulation Status" width="404" height="343" srcset="https://www.technig.com/wp-content/uploads/2015/04/Encapsulation-Status.jpg 404w, https://www.technig.com/wp-content/uploads/2015/04/Encapsulation-Status-300x255.jpg 300w" sizes="(max-width: 404px) 100vw, 404px" /></a><figcaption id="caption-attachment-2473" class="wp-caption-text">Configure Inter-VLAN routing &#8211; Encapsulation Status</figcaption></figure>
<p>OK, I think it&#8217;s enough for Configuring Inter-VLAN routing. I hope you find this configure Inter-VLAN routing article&#8217;s helpful and if you have any problem or question regarding this article, ask us through the comment section.</p>
<p>The post <a href="https://www.technig.com/configure-inter-vlan-routing-cisco-router/">Configure Inter VLAN Routing on Cisco Router and Layer 3 Switches</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-inter-vlan-routing-cisco-router/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2449</post-id>	</item>
		<item>
		<title>Configure VLAN on Cisco Switch Using Cisco Packet Tracer</title>
		<link>https://www.technig.com/configure-vlan-cisco-switches/</link>
					<comments>https://www.technig.com/configure-vlan-cisco-switches/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 30 May 2017 07:40:40 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNA Lab]]></category>
		<category><![CDATA[Cisco Router Configuration]]></category>
		<category><![CDATA[Cisco Switch Configuration]]></category>
		<category><![CDATA[Configure VLAN]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Inter-VLAN]]></category>
		<category><![CDATA[Packet Tracer Lab]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=2403</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure VLAN on Cisco Switches" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches.jpg 840w, https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>This is how to configure VLAN on Cisco Switch or Virtual LAN on Cisco Switches in your network. A VLAN is a switched network that is logically segmented by function, project team, or application, without regard to the physical locations of the users. VLANs have the same attributes as physical LANs, but you can group computers [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-vlan-cisco-switches/">Configure VLAN on Cisco Switch Using Cisco Packet Tracer</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure VLAN on Cisco Switches" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches.jpg 840w, https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>This is how to configure VLAN on Cisco Switch or Virtual LAN on Cisco Switches in your network. A <a href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/vlans.html">VLAN </a>is a switched network that is logically segmented by function, project team, or application, without regard to the physical locations of the users. VLANs have the same attributes as physical LANs, but you can group computers even if they are not physically located on the same LAN segment. Any switch port can belong to a VLAN, and unicast, broadcast, and multicast packets are forwarded and flooded only to end stations in the VLAN.</p>
<p>Each VLAN is considered a logical network, and packets destined for stations that do not belong to the VLAN must be forwarded through a router or bridge or layer 3 switches. Because a VLAN is considered a separate logical network.</p>
<p>Here we just configure VLAN on Cisco switch and not talking about VTP, STP, and other advanced Switching techniques. It is the basic VLAN configuration. Read more about VLAN on <a href="https://www.technig.com/packet-tracer-ccna-practical-labs/">Cisco Packet Tracer CCNA Lab</a>.</p>
<h2>How to Configure VLAN on Cisco Switch?</h2>
<p>Let&#8217;s start to configure VLAN on Cisco switch using Cisco Packet Tracer. You can download the <a href="https://www.technig.com/wp-content/uploads/2015/04/Configure-VLAN-on-Cisco-Switches.zip">VLAN Lab</a> or create your lab within Cisco packet tracer or other network simulators.</p>
<figure id="attachment_2409" aria-describedby="caption-attachment-2409" style="width: 300px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Create-VLAN.jpg"><img loading="lazy" decoding="async" class="wp-image-2409 size-medium" src="https://www.technig.com/wp-content/uploads/2015/04/Create-VLAN-300x245.jpg" alt="Configure VLAN on Cisco Switch" width="300" height="245" srcset="https://www.technig.com/wp-content/uploads/2015/04/Create-VLAN-300x245.jpg 300w, https://www.technig.com/wp-content/uploads/2015/04/Create-VLAN.jpg 374w" sizes="(max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2409" class="wp-caption-text">Configure VLAN on Cisco Switch</figcaption></figure>
<p><strong>1.</strong> Open the VLAN lab and create these three VLAN and named Marketing, Accounting, and Sales. So let&#8217;s create them with the following commands.</p>
<p><strong>2.</strong> First, change the switch name with &#8220;<strong>hostname</strong>&#8221; command.</p>
<pre class="toolbar:2 nums-toggle:true plain:false lang:batch decode:true">Switch&gt;enable 
Switch#configure terminal 
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname SW2
SW2(config)#</pre>
<p><strong>3.</strong> Now create the VLANs using &#8220;<strong>VLAN&#8221;</strong> command.</p>
<pre class="toolbar:2 nums-toggle:true plain:false lang:batch decode:true">SW2(config)#vlan 2
SW2(config-vlan)#name Marketing 
SW2(config-vlan)#vlan 3
SW2(config-vlan)#name Accounting 
SW2(config-vlan)#vlan 4
SW2(config-vlan)#name Sales
SW2(config-vlan)#</pre>
<p><strong>4.</strong> Just type the &#8220;<strong>do sh vlan</strong>&#8221; command from config mod to see whether VLANs are created or not.</p>
<figure id="attachment_2410" aria-describedby="caption-attachment-2410" style="width: 636px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Show-Vlan-Command.jpg"><img loading="lazy" decoding="async" class="wp-image-2410 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Show-Vlan-Command.jpg" alt="Show Vlan Command" width="636" height="306" srcset="https://www.technig.com/wp-content/uploads/2015/04/Show-Vlan-Command.jpg 636w, https://www.technig.com/wp-content/uploads/2015/04/Show-Vlan-Command-300x144.jpg 300w" sizes="(max-width: 636px) 100vw, 636px" /></a><figcaption id="caption-attachment-2410" class="wp-caption-text">Show VLAN Command</figcaption></figure>
<p>You see the VLANs are created successfully.</p>
<p><strong>5.</strong> Now try to add interfaces to each of these VLANs. All the Interfaces ports are within the default VLAN and not yet grouped to Marketing, Accounting, and Sales. So try to add an interface to a VLAN with the &#8220;<strong>Switchport</strong>&#8221; command.</p>
<pre class="toolbar:2 nums-toggle:true plain:false lang:batch decode:true">SW2(config)#interface fastEthernet 0/5
SW2(config-if)#switchport mode access 
SW2(config-if)#switchport access vlan 2
SW2(config-if)#exit
SW2(config)#interface fastEthernet 0/6
SW2(config-if)#switchport mode access 
SW2(config-if)#switchport access vlan 2
SW2(config-if)#</pre>
<p>I have added the [<strong>fastEthernet 0/5</strong>] and [<strong>fastEthernet 0/6</strong>] to VLAN 2 which is our Marketing VLAN. In this method, we add each interface one by one, but you can use &#8220;<strong>Interface range&#8221;</strong> command to add a group of ports to a VLAN.</p>
<pre class="toolbar:2 nums-toggle:true plain:false lang:batch decode:true">SW2(config)#interface range fastEthernet 0/2-4
SW2(config-if-range)#switchport mode access 
SW2(config-if-range)#switchport access vlan 4</pre>
<p><strong>6.</strong> Finally type &#8220;<strong>do sh vlan</strong>&#8221; and see the result again.</p>
<figure id="attachment_2412" aria-describedby="caption-attachment-2412" style="width: 600px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/04/Create-and-Configure-Vlan.jpg"><img loading="lazy" decoding="async" class="wp-image-2412 size-full" src="https://www.technig.com/wp-content/uploads/2015/04/Create-and-Configure-Vlan.jpg" alt="Create and Configure Vlan" width="600" height="279" srcset="https://www.technig.com/wp-content/uploads/2015/04/Create-and-Configure-Vlan.jpg 600w, https://www.technig.com/wp-content/uploads/2015/04/Create-and-Configure-Vlan-300x140.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption id="caption-attachment-2412" class="wp-caption-text">Create and Configure VLAN</figcaption></figure>
<p>Now you can set up VLAN on your network Switches. The next step is configuring <a href="https://www.technig.com/configure-inter-vlan-routing-cisco-router/">Inter-VLAN Routing</a>. I hope you find this article helpful and do comment us about the qualities and improvements of Technig articles.</p>
<p>The post <a href="https://www.technig.com/configure-vlan-cisco-switches/">Configure VLAN on Cisco Switch Using Cisco Packet Tracer</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-vlan-cisco-switches/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2403</post-id>	</item>
		<item>
		<title>How to Configure DHCP on Cisco Router?</title>
		<link>https://www.technig.com/how-to-configure-dhcp-on-cisco-router/</link>
					<comments>https://www.technig.com/how-to-configure-dhcp-on-cisco-router/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Wed, 01 Feb 2017 06:35:17 +0000</pubDate>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[CCNA Certification]]></category>
		<category><![CDATA[CCNA Lab]]></category>
		<category><![CDATA[CCNA Packet Tracer Lab]]></category>
		<category><![CDATA[Cisco Packet Tracer]]></category>
		<category><![CDATA[Cisco Router Configuration]]></category>
		<category><![CDATA[DHCP Relay Agent]]></category>
		<category><![CDATA[DHCP Server]]></category>
		<category><![CDATA[DHCP Server Configuration]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=1236</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1112" height="602" src="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CCNA Lab - Configure DHCP Server Using Cisco Router - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig.jpg 1112w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig-300x162.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig-768x416.jpg 768w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig-1024x554.jpg 1024w" sizes="(max-width: 1112px) 100vw, 1112px" /></div>
<p>Configure DHCP on Cisco Router. Last week we published a topic about installation and configuration of DHCP Server in Windows Server 2012 R2. We have introduced the DHCP Server &#8220;Install and Configure DHCP Server on Windows Server 2012 R2&#8221; and told the necessary services and network protocols requirement if you don&#8217;t know the basic of DHCP Server? [&#8230;]</p>
<p>The post <a href="https://www.technig.com/how-to-configure-dhcp-on-cisco-router/">How to Configure DHCP 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;"><img width="1112" height="602" src="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CCNA Lab - Configure DHCP Server Using Cisco Router - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig.jpg 1112w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig-300x162.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig-768x416.jpg 768w, https://www.technig.com/wp-content/uploads/2015/02/CCNA-Lab-Configure-DHCP-Server-Using-Cisco-Router-Technig-1024x554.jpg 1024w" sizes="(max-width: 1112px) 100vw, 1112px" /></div><p>Configure DHCP on Cisco Router. Last week we published a topic about installation and configuration of DHCP Server in <a href="https://www.technig.com/tag/windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">Windows Server 2012 R2</a>. We have introduced the DHCP Server &#8220;<a href="https://www.technig.com/install-configure-dhcp-server-windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">Install and Configure DHCP Server on Windows Server 2012 R2</a>&#8221; and told the necessary services and network protocols requirement if you don&#8217;t know the basic of DHCP Server? you must read the article first.</p>
<h3>Create and Configure a CCNA Lab within Cisco Packet Tracer.</h3>
<p>Download the DHCP configuration in Cisco router lab of packet tracer from the end of this post or try to create your own network lab with two routers and their LAN networks and then configure it with the following step by step guide.</p>
<figure id="attachment_14601" aria-describedby="caption-attachment-14601" style="width: 915px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/02/How-to-Configure-DHCP-on-Cisco-Router-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-14601 size-full" src="https://www.technig.com/wp-content/uploads/2017/02/How-to-Configure-DHCP-on-Cisco-Router-Technig.jpg" alt="How to Configure DHCP on Cisco Router - Technig" width="915" height="482" srcset="https://www.technig.com/wp-content/uploads/2017/02/How-to-Configure-DHCP-on-Cisco-Router-Technig.jpg 915w, https://www.technig.com/wp-content/uploads/2017/02/How-to-Configure-DHCP-on-Cisco-Router-Technig-300x158.jpg 300w, https://www.technig.com/wp-content/uploads/2017/02/How-to-Configure-DHCP-on-Cisco-Router-Technig-768x405.jpg 768w" sizes="(max-width: 915px) 100vw, 915px" /></a><figcaption id="caption-attachment-14601" class="wp-caption-text">How to Configure DHCP on Cisco Router &#8211; Technig</figcaption></figure>
<p>Configure the <strong>Router 1</strong> with below IP address and initial configuration. I assume you know and understand the basic router and Switch configuration clearly. So no need to explain the functions of the basic router and switch commands line.</p>
<p style="padding-left: 60px;">Router&gt;<strong>enable</strong><br />
Router#<strong>configure terminal</strong><br />
Enter configuration commands, one per line. End with CNTL/Z.</p>
<p style="padding-left: 60px;">Router(config)#<strong>hostname R1</strong><br />
R1(config)#<strong>interface serial 0/0/0</strong><br />
R1(config-if)#<strong>ip address 10.10.10.1 255.255.255.252</strong><br />
R1(config-if)#<strong>no shutdown</strong></p>
<p style="padding-left: 60px;">R1(config-if)#clock rate 64000<br />
R1(config-if)#</p>
<p>For <strong>Router 2</strong>, configure the same interface <strong>serial 0/0/0</strong> and <strong>FastEthernet 0/0</strong> with the following commands.</p>
<p style="padding-left: 60px;">Router&gt;<strong>enable</strong><br />
Router#<strong>configure terminal</strong><br />
Enter configuration commands, one per line. End with CNTL/Z.<br />
Router(config)#<strong>hostname R2</strong><br />
R2(config)#<strong>interface serial 0/0/0</strong><br />
R2(config-if)#<strong>ip address 10.10.10.2 255.255.255.252</strong><br />
R2(config-if)#<strong>no shutdown</strong></p>
<p style="padding-left: 60px;">R2(config-if)#</p>
<p style="padding-left: 60px;">R2(config)#<strong>interface fastEthernet 0/0</strong><br />
R2(config-if)#<strong>ip address 192.168.10.1 255.255.255.0</strong><br />
R2(config-if)#no shutdown</p>
<h3>Configure DHCP on Cisco Router Using Packet Tracer</h3>
<p>Let&#8217;s configure Router 2 as DHCP Server and set the clients to get their IP address from DHCP Server in Cisco Router.</p>
<p>In the R2 while you are in the config mode, type the command &#8216;<strong>IP DHCP excluded-address 192.168.10.1 192.168.10.20</strong>&#8216; and then press enter. This command &#8216;<strong>ip dhcp excluded-address&#8217; will </strong>create an exclusive range of IP addresses which reserved for Network Servers and DHCP Server will not assign them to clients.</p>
<p>The &#8216;<strong>ip dhcp pool</strong>&#8216; command creates a pool for a network. You can create many pools on a router for all Local area network that connected to the router.</p>
<figure id="attachment_1246" aria-describedby="caption-attachment-1246" style="width: 870px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/02/How-to-Configure-DHCP-on-Cisco-Router-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-1246 size-full" src="https://www.technig.com/wp-content/uploads/2015/02/How-to-Configure-DHCP-on-Cisco-Router-Technig.jpg" alt="How to Configure DHCP on Cisco Router - Technig" width="870" height="297" srcset="https://www.technig.com/wp-content/uploads/2015/02/How-to-Configure-DHCP-on-Cisco-Router-Technig.jpg 870w, https://www.technig.com/wp-content/uploads/2015/02/How-to-Configure-DHCP-on-Cisco-Router-Technig-300x102.jpg 300w, https://www.technig.com/wp-content/uploads/2015/02/How-to-Configure-DHCP-on-Cisco-Router-Technig-768x262.jpg 768w" sizes="(max-width: 870px) 100vw, 870px" /></a><figcaption id="caption-attachment-1246" class="wp-caption-text">How to Configure DHCP on Cisco Router &#8211; Technig</figcaption></figure>
<p style="padding-left: 60px;">R2&gt;<strong>enable</strong><br />
R2#<strong>configure terminal</strong><br />
Enter configuration commands, one per line. End with CNTL/Z.<br />
R2(config)#<strong>ip dhcp excluded-address 192.168.10.1 192.168.10.20</strong><br />
R2(config)#<strong>ip dhcp pool Technig_Clients</strong><br />
R2(dhcp-config)#<br />
R2(dhcp-config)#<strong>network 192.168.10.0 255.255.255.0</strong><br />
R2(dhcp-config)#<strong>default-router 192.168.10.1</strong><br />
R2(dhcp-config)#<strong>dns-server 192.168.10.100</strong><br />
R2(dhcp-config)#</p>
<p>Now go to client setting and set the IP Configuration to DHCP and see the client get a new IP address from DHCP Server.</p>
<figure id="attachment_1247" aria-describedby="caption-attachment-1247" style="width: 659px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/02/Get-IP-From-DHCP-Server.jpg"><img loading="lazy" decoding="async" class="wp-image-1247 size-full" src="https://www.technig.com/wp-content/uploads/2015/02/Get-IP-From-DHCP-Server.jpg" alt="Get IP From DHCP Server" width="659" height="286" srcset="https://www.technig.com/wp-content/uploads/2015/02/Get-IP-From-DHCP-Server.jpg 659w, https://www.technig.com/wp-content/uploads/2015/02/Get-IP-From-DHCP-Server-300x130.jpg 300w" sizes="(max-width: 659px) 100vw, 659px" /></a><figcaption id="caption-attachment-1247" class="wp-caption-text">Get IP From DHCP Server</figcaption></figure>
<p>So that&#8217;s it, configure DHCP on Cisco router within a minute! Simple and easy.</p>
<h3>DHCP Relay on Cisco Router</h3>
<p>Remember some DHCP options (DHCP Relay Agent) when you need to provide IP addresses from a DCHP server to clients that are outside of your network or are not in the same Local Area Network. You must use the &#8216;<strong>ip helper-address</strong>&#8216; to forward the DHCP client requests to the remote host.</p>
<figure id="attachment_1251" aria-describedby="caption-attachment-1251" style="width: 606px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/02/DHCP-Options-IP-Helper-address.jpg"><img loading="lazy" decoding="async" class="wp-image-1251 size-full" src="https://www.technig.com/wp-content/uploads/2015/02/DHCP-Options-IP-Helper-address.jpg" alt="DHCP Options - IP Helper-address" width="606" height="429" srcset="https://www.technig.com/wp-content/uploads/2015/02/DHCP-Options-IP-Helper-address.jpg 606w, https://www.technig.com/wp-content/uploads/2015/02/DHCP-Options-IP-Helper-address-300x212.jpg 300w" sizes="(max-width: 606px) 100vw, 606px" /></a><figcaption id="caption-attachment-1251" class="wp-caption-text">DHCP Options &#8211; IP Helper-address</figcaption></figure>
<p>Configure the <strong>R1</strong> to relay the DHCP client request. It does not work without routing. So configure Routers with static or dynamic routing. Here I&#8217;m testing with RIP.</p>
<p style="padding-left: 30px;">R1&gt;<strong>enable</strong><br />
R1#<strong>configure terminal</strong><br />
Enter configuration commands, one per line. End with CNTL/Z.<br />
R1(config)#<strong>interface fastEthernet 0/0</strong><br />
R1(config-if)#<strong>ip helper-address 10.10.10.2</strong><br />
R1(config-if)#<strong>exit</strong></p>
<p style="padding-left: 30px;">R1(config)#<strong>router rip</strong><br />
R1(config-router)#<strong>network 10.10.10.0</strong><br />
R1(config-router)#<strong>network 192.168.30.0</strong><br />
R1(config-router)#<strong>exit</strong></p>
<p>Go to the client IP configuration setting and see the forwarded request by DHCP Server.</p>
<figure id="attachment_1252" aria-describedby="caption-attachment-1252" style="width: 579px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2015/02/Forward-DHCP-client-request-on-Cisco-Router.jpg"><img loading="lazy" decoding="async" class="wp-image-1252 size-full" src="https://www.technig.com/wp-content/uploads/2015/02/Forward-DHCP-client-request-on-Cisco-Router.jpg" alt="Forward DHCP client request on Cisco Router" width="579" height="197" srcset="https://www.technig.com/wp-content/uploads/2015/02/Forward-DHCP-client-request-on-Cisco-Router.jpg 579w, https://www.technig.com/wp-content/uploads/2015/02/Forward-DHCP-client-request-on-Cisco-Router-300x102.jpg 300w" sizes="(max-width: 579px) 100vw, 579px" /></a><figcaption id="caption-attachment-1252" class="wp-caption-text">Forward DHCP client request on Cisco Router</figcaption></figure>
<p>Hope you learn the configuration of the DHCP Server on the Cisco Router and Download the <a href="https://www.technig.com/wp-content/uploads/2017/02/CCNA-Lab-DHCP-Configuration-on-Cisco-Router-Technig.zip" target="_blank" rel="noopener noreferrer" data-wplink-edit="true">DHCP on Cisco Router</a> Packet Tracer.</p>
<h3><span style="color: #808080;">Related Search: </span></h3>
<p>Configure DHCP on cisco router interface<br />
Configure DHCP on cisco router in packet tracer<br />
What is DHCP pool<br />
Configure DHCP on cisco switch 2960<br />
How to configure DHCP pool on cisco switch<br />
IP DHCP excluded-address<br />
Cisco DHCP lease command<br />
IP DHCP server</p>
<p>The post <a href="https://www.technig.com/how-to-configure-dhcp-on-cisco-router/">How to Configure DHCP on Cisco Router?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/how-to-configure-dhcp-on-cisco-router/feed/</wfw:commentRss>
			<slash:comments>23</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1236</post-id>	</item>
	</channel>
</rss>
