<?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 S-Series DHCP Server configuration for Multiple Interfaces in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/s-series-dhcp-server-configuration-for-multiple-interfaces/m-p/42297#M101</link>
    <description>Article ID: 13918 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
S-Series &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Run a Dynamic Host Configuration Protocol (DHCP) Server on multiple routed interfaces. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
In addition to providing its DHCP clients a dynamic IP address within the proper subnet, this sample configuration also passes the clients their DHCP Lease time ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;lease&lt;/PRE&gt;&lt;/DIV&gt;  &amp;lt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;days hours minutes&lt;/I&gt;&lt;/PRE&gt;&amp;gt;'), their Default Gateway's IP address ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default router&lt;/PRE&gt;&lt;/DIV&gt;  &amp;lt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;IP&lt;/I&gt;&lt;/PRE&gt;&amp;gt;'), and their Domain Name Server's IP address ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;dns-server&lt;/PRE&gt;&lt;/DIV&gt;  &amp;lt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;IP&lt;/I&gt;&lt;/PRE&gt;&amp;gt;'): interface vlan.0.100&lt;BR /&gt;
  ip address 192.168.1.1 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface vlan.0.110&lt;BR /&gt;
  ip address 192.168.2.1 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface vlan.0.120&lt;BR /&gt;
  ip address 192.168.3.1 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 &lt;BR /&gt;
 ip local pool pool1 192.168.1.0 255.255.255.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip local pool pool2 192.168.2.0 255.255.255.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip local pool pool3 192.168.3.0 255.255.255.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool pool1&lt;BR /&gt;
  lease 30 0 0&lt;BR /&gt;
  default-router 192.168.1.1&lt;BR /&gt;
  dns-server 10.26.190.12&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool pool2&lt;BR /&gt;
  lease 30 0 0&lt;BR /&gt;
  default-router 192.168.2.1&lt;BR /&gt;
  dns-server 10.26.190.12&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool pool3&lt;BR /&gt;
  lease 30 0 0&lt;BR /&gt;
  default-router 192.168.3.1&lt;BR /&gt;
  dns-server 10.26.190.12&lt;BR /&gt;
 exit</description>
    <pubDate>Tue, 07 Jan 2014 22:42:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2014-01-07T22:42:00Z</dc:date>
    <item>
      <title>S-Series DHCP Server configuration for Multiple Interfaces</title>
      <link>https://community.extremenetworks.com/t5/faqs/s-series-dhcp-server-configuration-for-multiple-interfaces/m-p/42297#M101</link>
      <description>Article ID: 13918 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
S-Series &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Run a Dynamic Host Configuration Protocol (DHCP) Server on multiple routed interfaces. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
In addition to providing its DHCP clients a dynamic IP address within the proper subnet, this sample configuration also passes the clients their DHCP Lease time ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;lease&lt;/PRE&gt;&lt;/DIV&gt;  &amp;lt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;days hours minutes&lt;/I&gt;&lt;/PRE&gt;&amp;gt;'), their Default Gateway's IP address ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default router&lt;/PRE&gt;&lt;/DIV&gt;  &amp;lt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;IP&lt;/I&gt;&lt;/PRE&gt;&amp;gt;'), and their Domain Name Server's IP address ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;dns-server&lt;/PRE&gt;&lt;/DIV&gt;  &amp;lt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;IP&lt;/I&gt;&lt;/PRE&gt;&amp;gt;'): interface vlan.0.100&lt;BR /&gt;
  ip address 192.168.1.1 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface vlan.0.110&lt;BR /&gt;
  ip address 192.168.2.1 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface vlan.0.120&lt;BR /&gt;
  ip address 192.168.3.1 255.255.255.0 primary&lt;BR /&gt;
  ip dhcp server&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 &lt;BR /&gt;
 ip local pool pool1 192.168.1.0 255.255.255.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip local pool pool2 192.168.2.0 255.255.255.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip local pool pool3 192.168.3.0 255.255.255.0&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool pool1&lt;BR /&gt;
  lease 30 0 0&lt;BR /&gt;
  default-router 192.168.1.1&lt;BR /&gt;
  dns-server 10.26.190.12&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool pool2&lt;BR /&gt;
  lease 30 0 0&lt;BR /&gt;
  default-router 192.168.2.1&lt;BR /&gt;
  dns-server 10.26.190.12&lt;BR /&gt;
 exit&lt;BR /&gt;
 ip dhcp pool pool3&lt;BR /&gt;
  lease 30 0 0&lt;BR /&gt;
  default-router 192.168.3.1&lt;BR /&gt;
  dns-server 10.26.190.12&lt;BR /&gt;
 exit</description>
      <pubDate>Tue, 07 Jan 2014 22:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/s-series-dhcp-server-configuration-for-multiple-interfaces/m-p/42297#M101</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2014-01-07T22:42:00Z</dc:date>
    </item>
  </channel>
</rss>

