<?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 DHCP for subnet between two router in Switching</title>
    <link>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406568#M417618</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.png" style="width: 355px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/13973i2062328899626515/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Help me!&lt;BR /&gt;DHCP for laptop bet R3 and R4 in subnet 5, R1 is DHCP source&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2019 23:30:13 GMT</pubDate>
    <dc:creator>hydakyo</dc:creator>
    <dc:date>2019-03-08T23:30:13Z</dc:date>
    <item>
      <title>DHCP for subnet between two router</title>
      <link>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406568#M417618</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.png" style="width: 355px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/13973i2062328899626515/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Help me!&lt;BR /&gt;DHCP for laptop bet R3 and R4 in subnet 5, R1 is DHCP source&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 23:30:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406568#M417618</guid>
      <dc:creator>hydakyo</dc:creator>
      <dc:date>2019-03-08T23:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for subnet between two router</title>
      <link>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406594#M417625</link>
      <description>&lt;P&gt;You just need to use the&amp;nbsp;&lt;STRONG&gt;ip helper-address&amp;nbsp;&amp;lt;R1 ip&amp;gt;&lt;/STRONG&gt;&amp;nbsp;command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That way when a request is seen on either R3 or R4 it will forward it to R1 to handle the request.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:49:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406594#M417625</guid>
      <dc:creator>Ben Walters</dc:creator>
      <dc:date>2018-06-27T15:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for subnet between two router</title>
      <link>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406616#M417628</link>
      <description>&lt;P&gt;Hi hydakyo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find below sample config when R1 is DHCP server and Laptop will get IP 172.16.1.100.&lt;/P&gt;
&lt;P&gt;R3 and R4 will use helper address of R1 10.255.1.1 to get the DHCP IP for the laptop. Please ensure no blocking and proper routing in intermediary devices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R1#&lt;BR /&gt;int loopback 0&lt;BR /&gt; 10.255.1.1 &lt;BR /&gt;&lt;BR /&gt;ip dhcp pool LAPTOP&lt;BR /&gt; host 172.16.1.100 255.255.255.0&lt;BR /&gt; default-router 172.16.1.3 172.16.1.4&lt;BR /&gt;ip dhcp excluded-address 172.16.1.3&lt;BR /&gt;ip dhcp excluded-address 172.16.1.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R3#&lt;BR /&gt;int fa0/1 &lt;BR /&gt; ip address 172.16.1.3 255.255.255.0 &lt;BR /&gt; ip helper-address 10.255.1.1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;R4#&lt;BR /&gt;int fa0/1 &lt;BR /&gt; ip address 172.16.1.4 255.255.255.0 &lt;BR /&gt; ip helper-address 10.255.1.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LAPTOP set to get DHCP IP 172.16.1.100 255.255.255.0&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:29:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406616#M417628</guid>
      <dc:creator>Jean-Pierre de Villeres</dc:creator>
      <dc:date>2018-06-27T16:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for subnet between two router</title>
      <link>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406641#M417631</link>
      <description>SW1-&amp;gt; SW2 -&amp;gt;R3 is VLan 10 , SW1-&amp;gt; SW3-&amp;gt; R4 is Vlan20&lt;BR /&gt;I was use ip helper-address &amp;lt;r1 ip&amp;gt;, but it's fail ,when i remove connection F0/2 of Switch 4 and F0/1 of R4 and add ip helper-address in F0/0.10 of R2 (Vlan 10)  it successfull , when i connect SW4 and R4 it fail &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; , so sad</description>
      <pubDate>Wed, 27 Jun 2018 17:14:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406641#M417631</guid>
      <dc:creator>hydakyo</dc:creator>
      <dc:date>2018-06-27T17:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for subnet between two router</title>
      <link>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406645#M417632</link>
      <description>&lt;P&gt;ip dhcp pool LAPTOP&lt;BR /&gt;host 172.16.1.100 255.255.255.0&lt;BR /&gt;default-router 172.16.1.3 172.16.1.4&lt;BR /&gt;ip dhcp excluded-address 172.16.1.3&lt;BR /&gt;ip dhcp excluded-address 172.16.1.4&lt;BR /&gt;&lt;BR /&gt;can't enter &amp;lt;default-router 172.16.1.3 172.16.1.4&amp;gt; in packet tracer ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 17:39:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406645#M417632</guid>
      <dc:creator>hydakyo</dc:creator>
      <dc:date>2018-06-27T17:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP for subnet between two router</title>
      <link>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406999#M417675</link>
      <description>&lt;P&gt;But in device the command still valid and&amp;nbsp; works. Try only "&lt;SPAN&gt;default-router 172.16.1.3" see how it goes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BB&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 06:41:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dhcp-for-subnet-between-two-router/m-p/3406999#M417675</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2018-06-28T06:41:54Z</dc:date>
    </item>
  </channel>
</rss>

