<?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 Re: i need help setting up dhcp on other routers in Switching</title>
    <link>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219383#M397295</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Yes OSPF is good,&amp;nbsp;verify&amp;nbsp; the dhcp parameters, the default-route is basically the gateway of each LAN. Could you please share your config?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2017 11:54:12 GMT</pubDate>
    <dc:creator>Julio E. Moisa</dc:creator>
    <dc:date>2017-11-20T11:54:12Z</dc:date>
    <item>
      <title>i need help setting up dhcp on other routers</title>
      <link>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219221#M397273</link>
      <description>&lt;P&gt;i need help setting up dhcp on other router i turned on the interfaces and i got to to work on vlan 50 but i don't know what else is wrong. here is my packet tracer. i need help just stuck on this. and here what i made.&amp;nbsp; i cant put packet tracer &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20171119_195233.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/3592iD4C29231C1090A65/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_20171119_195233.jpg" alt="IMG_20171119_195233.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 20:48:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219221#M397273</guid>
      <dc:creator>dolanduck.</dc:creator>
      <dc:date>2019-03-08T20:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: i need help setting up dhcp on other routers</title>
      <link>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219240#M397275</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Imagine your LAN is on R1 and the DHCP is R3 so&amp;nbsp; first you must have connectivity between these routers, R1 must know how to reach R3 and it can be done through routing protocols or static routes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;interface G0/1&lt;/P&gt;
&lt;P&gt;ip address 172.16.1.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;ip dhcp helper-address 10.1.1.6&amp;nbsp; &amp;lt;--- R3 interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;router eigrp 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;no au&lt;/P&gt;
&lt;P&gt;net 0.0.0.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;router eigrp 100&lt;/P&gt;
&lt;P&gt;no au&lt;/P&gt;
&lt;P&gt;net 0.0.0.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;R3&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;ip dhcp pool LAN-R1&lt;/P&gt;
&lt;P&gt;network 172.16.1.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;default-router 172.16.1.1&lt;/P&gt;
&lt;P&gt;dns 8.8.8.8&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;router eigrp 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;no au&lt;/P&gt;
&lt;P&gt;net 0.0.0.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it is useful&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 04:24:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219240#M397275</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-11-20T04:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: i need help setting up dhcp on other routers</title>
      <link>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219242#M397276</link>
      <description>well i was using OSPF to communicate with them&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2017 04:36:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219242#M397276</guid>
      <dc:creator>dolanduck.</dc:creator>
      <dc:date>2017-11-20T04:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: i need help setting up dhcp on other routers</title>
      <link>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219246#M397277</link>
      <description>&lt;P&gt;see what i was doing was putting ospf on all 3 routers and on the router 3 lan i got dhcp to work. but on the other routers i can not.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 04:44:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219246#M397277</guid>
      <dc:creator>dolanduck.</dc:creator>
      <dc:date>2017-11-20T04:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: i need help setting up dhcp on other routers</title>
      <link>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219383#M397295</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Yes OSPF is good,&amp;nbsp;verify&amp;nbsp; the dhcp parameters, the default-route is basically the gateway of each LAN. Could you please share your config?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 11:54:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/i-need-help-setting-up-dhcp-on-other-routers/m-p/3219383#M397295</guid>
      <dc:creator>Julio E. Moisa</dc:creator>
      <dc:date>2017-11-20T11:54:12Z</dc:date>
    </item>
  </channel>
</rss>

