 




<?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: DHCP for VLANs</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/dhcp-for-vlans/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/dhcp-for-vlans/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 09:44:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ihavesomedoubtnvlan</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dhcp-for-vlans/#comment-108324</link>
		<dc:creator>ihavesomedoubtnvlan</dc:creator>
		<pubDate>Mon, 11 Jun 2012 08:48:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-108324</guid>
		<description><![CDATA[i can not configure use different vlans in cisco packet tracer for dhcp.]]></description>
		<content:encoded><![CDATA[<p>i can not configure use different vlans in cisco packet tracer for dhcp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sithu</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dhcp-for-vlans/#comment-73489</link>
		<dc:creator>sithu</dc:creator>
		<pubDate>Fri, 05 Feb 2010 07:59:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-73489</guid>
		<description><![CDATA[Dear &lt;b&gt;Ccie7335&lt;/b&gt;

Is it ok if i could create vlan on global configuration mode and add the ip to vlan interface?
I don&#039;t know this command really because I&#039;m now only CCNA level not yet CCNP, CCIE.
But I hope Encapsulation dot1Q will work. If you have see some weekness/problem on &lt;b&gt;encap dot1Q&lt;/b&gt; plaese tell me, I want to know.
Thanks for your advice.
SiThu]]></description>
		<content:encoded><![CDATA[<p>Dear <b>Ccie7335</b></p>
<p>Is it ok if i could create vlan on global configuration mode and add the ip to vlan interface?<br />
I don&#8217;t know this command really because I&#8217;m now only CCNA level not yet CCNP, CCIE.<br />
But I hope Encapsulation dot1Q will work. If you have see some weekness/problem on <b>encap dot1Q</b> plaese tell me, I want to know.<br />
Thanks for your advice.<br />
SiThu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ccie7335</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dhcp-for-vlans/#comment-73485</link>
		<dc:creator>ccie7335</dc:creator>
		<pubDate>Fri, 05 Feb 2010 07:11:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-73485</guid>
		<description><![CDATA[wrong, wrong, wrong! I was okay with the creation of the DHCP scopes. But the whole Interface, sub-interface stuff has to go. What you need to do is create your L2 and L3 VLANs next. I will make 3 for you below:

conf t

vlan 5,6,7

interface vlan 5
ip address 192.168.1.1 255.255.255.0

interface vlan 6
ip address 192.168.2.1 255.255.255.0

interface vlan 7
ip address 192.168.3.1 255.255.255.0

Now that this is done you can either assign the VLANs to individual ports or trunk these VLANs to another switch. Let me know what you want to do and I will configure that for you too.]]></description>
		<content:encoded><![CDATA[<p>wrong, wrong, wrong! I was okay with the creation of the DHCP scopes. But the whole Interface, sub-interface stuff has to go. What you need to do is create your L2 and L3 VLANs next. I will make 3 for you below:</p>
<p>conf t</p>
<p>vlan 5,6,7</p>
<p>interface vlan 5<br />
ip address 192.168.1.1 255.255.255.0</p>
<p>interface vlan 6<br />
ip address 192.168.2.1 255.255.255.0</p>
<p>interface vlan 7<br />
ip address 192.168.3.1 255.255.255.0</p>
<p>Now that this is done you can either assign the VLANs to individual ports or trunk these VLANs to another switch. Let me know what you want to do and I will configure that for you too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sithu</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dhcp-for-vlans/#comment-73324</link>
		<dc:creator>sithu</dc:creator>
		<pubDate>Wed, 03 Feb 2010 03:17:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-73324</guid>
		<description><![CDATA[Thanks &lt;b&gt;Yeahboy&lt;/b&gt;,

I make mistake in there. Yes it should be valid address, no network address or broadcast address.]]></description>
		<content:encoded><![CDATA[<p>Thanks <b>Yeahboy</b>,</p>
<p>I make mistake in there. Yes it should be valid address, no network address or broadcast address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yeahboy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dhcp-for-vlans/#comment-73322</link>
		<dc:creator>yeahboy</dc:creator>
		<pubDate>Wed, 03 Feb 2010 01:03:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-73322</guid>
		<description><![CDATA[I would just like to edit something on the fourth step.. The ip address for each subinterfaces should be the one indicated on your dhcp pool because it will serve as your default gateway for your vlans.

*Fourth create the sub-interfaces and assign the address for each
&lt;pre&gt;Router(config)#int fa0/0.1*
the number behind the encapsulation dot1Q must be the same with the vlan&#039;s ID number
&lt;pre&gt;Router(config-subif)#encapsulation dot1Q 1
Router(config-subif)#ip add 192.168.1.0 255.255.255.0&gt;ip add 192.168.1.1 255.255.255.0

Router(config)#int fa0/0.2
Router(config-subif)#encapsulation dot1Q 2
Router(config-subif)#ip add 192.168.2.0 255.255.255.0&gt;ip add 192.168.2.1 255.255.255.0

Router(config)#int fa0/0.3
Router(config-subif)#encapsulation dot1Q 3
Router(config-subif)#ip add 192.168.3.0 255.255.255.0&gt;ip add 192.168.3.1 255.255.255.0&lt;/pre&gt;&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>I would just like to edit something on the fourth step.. The ip address for each subinterfaces should be the one indicated on your dhcp pool because it will serve as your default gateway for your vlans.</p>
<p>*Fourth create the sub-interfaces and assign the address for each</p>
<pre>Router(config)#int fa0/0.1*
the number behind the encapsulation dot1Q must be the same with the vlan's ID number
</pre>
<pre>Router(config-subif)#encapsulation dot1Q 1
Router(config-subif)#ip add 192.168.1.0 255.255.255.0&gt;ip add 192.168.1.1 255.255.255.0

Router(config)#int fa0/0.2
Router(config-subif)#encapsulation dot1Q 2
Router(config-subif)#ip add 192.168.2.0 255.255.255.0&gt;ip add 192.168.2.1 255.255.255.0

Router(config)#int fa0/0.3
Router(config-subif)#encapsulation dot1Q 3
Router(config-subif)#ip add 192.168.3.0 255.255.255.0&gt;ip add 192.168.3.1 255.255.255.0</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.015 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 10:34:44 -->