<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi in Switching</title>
    <link>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011954#M373008</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You don't need the static routes. Router will handle itself has he knows all subnets:&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.1&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;2.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.2&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;3.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.3&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Did you excluded all default-router IP for all subnets on your DHCP config?&lt;/P&gt;
&lt;P&gt;Does PC3 gets its DHCP IP ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;PS: Please don't forget to rate and mark as correct answer if this answered your question&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 15:32:52 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2017-02-16T15:32:52Z</dc:date>
    <item>
      <title>Problem with last client in VLAN subnets</title>
      <link>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011952#M373006</link>
      <description>&lt;P&gt;I have this network setup (pic below) in packet tracer and the last client [PC3] can't access any other part of the network, the other 2 are receiving DHCP and can ping.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My configuration is this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;STRONG&gt;R1:&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;en&lt;BR /&gt;conf t&lt;BR /&gt;int g0/0.1&lt;BR /&gt;enc dot 10&lt;BR /&gt;ip add 192.168.1.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;int g0/0.2&lt;BR /&gt;enc dot 20&lt;BR /&gt;ip add 192.168.2.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;int g0/0.3&lt;BR /&gt;enc dot 30&lt;BR /&gt;ip add 192.168.3.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;ip route 192.168.1.0 255.255.255.0 g0/0.1 1&lt;BR /&gt;ip route 192.168.2.0 255.255.255.0 g0/0.2 1&lt;BR /&gt;ip route 192.168.3.0 255.255.255.0 g0/0.3 1&lt;BR /&gt;ip dhcp pool Net10&lt;BR /&gt;net 192.168.1.0 255.255.255.0&lt;BR /&gt;def 192.168.1.1&lt;BR /&gt;exit&lt;BR /&gt;ip dhcp pool Net20&lt;BR /&gt;net 192.168.2.0 255.255.255.0&lt;BR /&gt;def 192.168.2.1&lt;BR /&gt;exit&lt;BR /&gt;ip dhcp pool Net30&lt;BR /&gt;net 192.168.3.0 255.255.255.0&lt;BR /&gt;def 192.168.3.1&lt;BR /&gt;end&lt;BR /&gt;wr mem&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;STRONG&gt;SW1:&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;en&lt;BR /&gt;conf t&lt;BR /&gt;int g0/1&lt;BR /&gt;sw mode trunk&lt;BR /&gt;sw trunk all vlan 10,20,30&lt;BR /&gt;exit&lt;BR /&gt;int g0/2&lt;BR /&gt;sw mode trunk&lt;BR /&gt;sw trunk all vlan 10,20,30&lt;BR /&gt;exit&lt;BR /&gt;int fa0/1&lt;BR /&gt;sw mode acc&lt;BR /&gt;sw acc vlan 10&lt;BR /&gt;end&lt;BR /&gt;wr mem&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;STRONG&gt;SW2:&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;en&lt;BR /&gt;conf t&lt;BR /&gt;int g0/1&lt;BR /&gt;sw mode trunk&lt;BR /&gt;sw trunk all vlan 10,20,30&lt;BR /&gt;exit&lt;BR /&gt;int g0/2&lt;BR /&gt;sw mode trunk&lt;BR /&gt;sw tr al vlan 10,20,30&lt;BR /&gt;exit&lt;BR /&gt;int fa0/1&lt;BR /&gt;sw mode ac&lt;BR /&gt;sw ac vlan 20&lt;BR /&gt;end&lt;BR /&gt;wr mem&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;STRONG&gt;SW3:&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;en&lt;BR /&gt;conf t&lt;BR /&gt;int g0/2&lt;BR /&gt;sw mode trunk&lt;BR /&gt;sw trunk all vlan 10,20,30&lt;BR /&gt;exit&lt;BR /&gt;int g0/2&lt;BR /&gt;sw mode trunk&lt;BR /&gt;sw tr al vlan 10,20,30&lt;BR /&gt;exit&lt;BR /&gt;int fa0/1&lt;BR /&gt;sw mode ac&lt;BR /&gt;sw ac vlan 30&lt;BR /&gt;end&lt;BR /&gt;wr mem&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/media/screenshot_2_1.jpg" class="migrated-markup-image" /&gt;&lt;BR /&gt;If anyone could tell me what is wrong with this and explain to me why, I would be thankful.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 17:22:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011952#M373006</guid>
      <dc:creator>Donat Vatoci</dc:creator>
      <dc:date>2019-03-08T17:22:29Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011953#M373007</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Have you created the vlans on the switches? Also is good practice to exclude the gateway address, using the following command:&lt;/P&gt;
&lt;P&gt;ip dhcp excluded-address 192.168.1.1&lt;BR /&gt;&lt;SPAN&gt;ip dhcp excluded-address 192.168.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip dhcp excluded-address 192.168.3.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Also this config is not required, because the router knows its subnets connected directly.&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.1&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;2.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.2&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;3.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.3&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Feb 2017 15:20:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011953#M373007</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-16T15:20:34Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011954#M373008</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You don't need the static routes. Router will handle itself has he knows all subnets:&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.1&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;2.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.2&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;ip route &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;3.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; g0&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0.3&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Did you excluded all default-router IP for all subnets on your DHCP config?&lt;/P&gt;
&lt;P&gt;Does PC3 gets its DHCP IP ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;PS: Please don't forget to rate and mark as correct answer if this answered your question&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 15:32:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011954#M373008</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-02-16T15:32:52Z</dc:date>
    </item>
    <item>
      <title>PC1 and PC2 do get the DHCP</title>
      <link>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011955#M373009</link>
      <description>&lt;P&gt;PC1 and PC2 do get the DHCP IP, but PC3 doesn't&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 19:46:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011955#M373009</guid>
      <dc:creator>Donat Vatoci</dc:creator>
      <dc:date>2017-02-16T19:46:05Z</dc:date>
    </item>
    <item>
      <title>I guess just entering the</title>
      <link>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011956#M373010</link>
      <description>&lt;P&gt;I guess just entering the vlan 10, vlan 20, vlan 30 on each switch fixed it.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 19:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011956#M373010</guid>
      <dc:creator>Donat Vatoci</dc:creator>
      <dc:date>2017-02-16T19:48:04Z</dc:date>
    </item>
    <item>
      <title>You are welcome, have a great</title>
      <link>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011957#M373011</link>
      <description>&lt;P&gt;You are welcome, have a great day!&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 20:10:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/problem-with-last-client-in-vlan-subnets/m-p/3011957#M373011</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-02-16T20:10:15Z</dc:date>
    </item>
  </channel>
</rss>

