<?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 Configuring DHCP on the SecureStacks in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/configuring-dhcp-on-the-securestacks/m-p/42570#M117</link>
    <description>Article ID: 7724 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3&lt;BR /&gt;
Firmware all&lt;BR /&gt;
SecureStack C2&lt;BR /&gt;
Firmware 4.00.24 and higher&lt;BR /&gt;
SecureStack B3&lt;BR /&gt;
Firmware all&lt;BR /&gt;
SecureStack B2&lt;BR /&gt;
Firmware 3.01.16 and higher&lt;BR /&gt;
SecureStack A2&lt;BR /&gt;
Firmware 1.03.17 and higher&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Configure DHCP&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
'set dhcp' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
As of the firmware versions stated above, the SecureStack product line supports the ability to act as a DHCP Server. This document provides background regarding that feature. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
A total of 16 DHCP address pools, dynamic and/or static, may be configured per stack. All IP addresses must belong to the same IP subnet as is used by the switch host ('set ip address...'); or if routing is enabled, may alternatively belong to the same subnet as that of a local routed interface. &lt;BR /&gt;
&lt;BR /&gt;
Shown below are the available 'set dhcp' commands. The 'clear dhcp' and 'show dhcp' commands are also available, but for brevity are not listed here. &lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ?&lt;BR /&gt;
&lt;BR /&gt;
 enable                   Configure DHCP server parameters.&lt;BR /&gt;
 disable                  Disable DHCP server. [default]&lt;BR /&gt;
 bootp                    Enable automatic address allocation for bootp clients.&lt;BR /&gt;
 conflict                 Enable the conflict logging on DHCP server.&lt;BR /&gt;
 exclude                  Configure IP addresses that a DHCP server should not&lt;BR /&gt;
                          assign to DHCP clients.&lt;BR /&gt;
 ping                     Configure the number of packets sent by the DHCP&lt;BR /&gt;
                          server.&lt;BR /&gt;
 pool                     Configure DHCP address pool.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp enable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp disable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp bootp ?&lt;BR /&gt;
&lt;BR /&gt;
 enable                   Enable automatic address allocation for bootp clients.&lt;BR /&gt;
 disable                  Disable automatic address allocation for bootp&lt;BR /&gt;
                          clients. [default]&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp bootp enable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp bootp disable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp conflict ?&lt;BR /&gt;
&lt;BR /&gt;
 logging                  Enable the conflict logging on DHCP server. [default]&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp conflict logging ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp exclude ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;LOW-ADDRESS&gt;            Specify first IP address in an excluded address range.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp exclude 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;HIGH-ADDRESS&gt;           Specify the last IP address in the excluded address&lt;BR /&gt;
                          range.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp exclude 1.2.3.1 1.2.3.10 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ping ?&lt;BR /&gt;
&lt;BR /&gt;
 packets                  Configure the number of packets sent by the DHCP&lt;BR /&gt;
                          server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ping packets ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0,2-10&amp;gt;                 Enter a number in the range 2-10 or 0 to disable the&lt;BR /&gt;
                          function. [default 2]&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ping packets 5 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;NAME&gt;                   Enter pool name up to 31 characters in length.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool ?&lt;BR /&gt;
&lt;BR /&gt;
 bootfile                 Configure the default boot image for a BOOTP client.&lt;BR /&gt;
 client-identifier        Configure unique identifier of a DHCP client.&lt;BR /&gt;
 client-name              Configure name of a DHCP client.&lt;BR /&gt;
 default-router           Specify default routers available to the DHCP client.&lt;BR /&gt;
 dns-server               Specify DNS servers available to the DHCP client.&lt;BR /&gt;
 domain-name              Configure the domain name of a DHCP client.&lt;BR /&gt;
 hardware-address         Configure hardware address of a DHCP client.&lt;BR /&gt;
 host                     Configure IP address and the mask for a manual&lt;BR /&gt;
                          binding to a DHCP client.&lt;BR /&gt;
 lease                    Configure lease time on the DHCP Server.&lt;BR /&gt;
 netbios-name-server      Specify the netBIOS name server available to the DHCP&lt;BR /&gt;
                          client.&lt;BR /&gt;
 netbios-node-type        Configure the netBIOS node type for a DHCP client.&lt;BR /&gt;
 next-server              Configure the next server in the boot process of a&lt;BR /&gt;
                          DHCP client.&lt;BR /&gt;
 network                  Configure network number and the mask for the DHCP&lt;BR /&gt;
                          address pool.&lt;BR /&gt;
 option                   Configure DHCP Server options.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool bootfile ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;FILENAME&gt;               Specifies the file name to be used as a boot image.&lt;BR /&gt;
                          File name should be up to 128 character long.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool bootfile myfile ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-identifier ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;U&gt;      Specify identifier of the client.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-identifier myID ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-name ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;NAME&gt;                   Specify name of the client up to 31 characters.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-name myName ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool default-router ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify address of the default router.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool default-router 1.2.3.1 1.2.3.2 1.2.3.3 1.2.3.4&lt;BR /&gt;
  1.2.3.5 1.2.3.6 1.2.3.7 1.2.3.8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool dns-server ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify address of the DNS server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool dns-server 1.2.3.1 1.2.3.2 1.2.3.3 1.2.3.4&lt;BR /&gt;
  1.2.3.5 1.2.3.6 1.2.3.7 1.2.3.8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool domain-name ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;DOMAIN&gt;                 Specifies the domain name of the DHCP client. Domain&lt;BR /&gt;
                          name should be up to 255 character long.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool domain-name myDomain.com ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool hardware-address ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;HARDWARE-ADDRESS&gt;       Specify MAC address of the hardware platform of the&lt;BR /&gt;
                          client.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool hardware-address 01-01-01-01-01-01 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;TYPE&gt;                   Specify protocol of the hardware platform. Enter 1&lt;BR /&gt;
                          for Ethernet or 6 for IEEE 802.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool hardware-address 01-01-01-01-01-01 1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;ADDRESS&gt;                Specify IP address for the DHCP client.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;MASK&gt;                   Specify network mask for the DHCP client.&lt;BR /&gt;
           Specify Prefix Length for the DHCP client.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host 1.2.3.1 255.0.0.0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host 1.2.3.1 8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0-59&amp;gt;                   Specify days for which the lease is valid.&lt;BR /&gt;
 infinite                 Configure lease time to be infinite.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease 1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0-1439&amp;gt;                 Specify hours for which the lease is valid.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease 1 0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0-86399&amp;gt;                Specify minutes for which the lease is valid.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease 1 0 0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-name-server ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify the address of the netBIOS name server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-name-server 1.2.3.1 1.2.3.2 1.2.3.3&lt;BR /&gt;
 1.2.3.4 1.2.3.5 1.2.3.6 1.2.3.7 1.2.3.8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type ?&lt;BR /&gt;
&lt;BR /&gt;
 b-node                   Specify the netBIOS node type to b-node.&lt;BR /&gt;
 h-node                   Specify the netBIOS node type to h-node.&lt;BR /&gt;
 m-node                   Specify the netBIOS node type to m-node.&lt;BR /&gt;
 p-node                   Specify the netBIOS node type to p-node.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type b-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type h-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type m-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type p-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool next-server ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;             Specify address for the next server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool next-server 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;NETWORK-NUMBER&gt;         Specify DHCP address pool network number.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network 10.20.0.0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;MASK&gt;                   Specify DHCP address pool subnet mask.&lt;BR /&gt;
           Specify DHCP address pool prefix length.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network 10.20.0.0 255.255.0.0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network 10.20.0.0 16 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;1-254&amp;gt;                  Specify the DHCP option code.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ?&lt;BR /&gt;
&lt;BR /&gt;
 ascii                    Specify the data in ASCII format.&lt;BR /&gt;
 hex                      Specify the data in HEX format.&lt;BR /&gt;
 ip                       Specify the data in IP format.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ascii ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;STRING1&gt;                Specify option string.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ascii "myString" ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 hex ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;STRING1&gt;                Specify option string.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 hex "myString" ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ip ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify option string.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ip 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
Here is an example of two dynamic pools and one static pool defined on a SecureStack C2 with routing enabled. Make sure you enable DHCP! &lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp enable&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 lease 1 0 0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 dns-server 10.15.25.65 20.31.6.34 20.31.6.35&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 default-router 10.3.0.1&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 network 10.3.0.0 255.255.0.0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 domain-name myDomain.com&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool andAnother&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool andAnother network 10.4.0.0 255.255.0.0&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 hardware-address 0011.2233.4455&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 lease 7 0 0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 host 10.5.0.200 255.255.0.0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 dns-server 10.15.25.65 20.31.6.34 20.31.6.35&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 default-router 10.5.0.1&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 domain-name myDomain.com&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
For additional background regarding the many configuration options, please refer to the relevant C3, C2, B3, B2, or A2 &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt;.&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/STRING1&gt;&lt;/CR&gt;&lt;/STRING1&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/MASK&gt;&lt;/NETWORK-NUMBER&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/MASK&gt;&lt;/ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/TYPE&gt;&lt;/HARDWARE-ADDRESS&gt;&lt;/CR&gt;&lt;/DOMAIN&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/NAME&gt;&lt;/CR&gt;&lt;/U&gt;&lt;/CR&gt;&lt;/FILENAME&gt;&lt;/CR&gt;&lt;/NAME&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/HIGH-ADDRESS&gt;&lt;/LOW-ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;</description>
    <pubDate>Thu, 12 Dec 2013 22:10:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-12-12T22:10:00Z</dc:date>
    <item>
      <title>Configuring DHCP on the SecureStacks</title>
      <link>https://community.extremenetworks.com/t5/faqs/configuring-dhcp-on-the-securestacks/m-p/42570#M117</link>
      <description>Article ID: 7724 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3&lt;BR /&gt;
Firmware all&lt;BR /&gt;
SecureStack C2&lt;BR /&gt;
Firmware 4.00.24 and higher&lt;BR /&gt;
SecureStack B3&lt;BR /&gt;
Firmware all&lt;BR /&gt;
SecureStack B2&lt;BR /&gt;
Firmware 3.01.16 and higher&lt;BR /&gt;
SecureStack A2&lt;BR /&gt;
Firmware 1.03.17 and higher&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Configure DHCP&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
'set dhcp' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
As of the firmware versions stated above, the SecureStack product line supports the ability to act as a DHCP Server. This document provides background regarding that feature. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
A total of 16 DHCP address pools, dynamic and/or static, may be configured per stack. All IP addresses must belong to the same IP subnet as is used by the switch host ('set ip address...'); or if routing is enabled, may alternatively belong to the same subnet as that of a local routed interface. &lt;BR /&gt;
&lt;BR /&gt;
Shown below are the available 'set dhcp' commands. The 'clear dhcp' and 'show dhcp' commands are also available, but for brevity are not listed here. &lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ?&lt;BR /&gt;
&lt;BR /&gt;
 enable                   Configure DHCP server parameters.&lt;BR /&gt;
 disable                  Disable DHCP server. [default]&lt;BR /&gt;
 bootp                    Enable automatic address allocation for bootp clients.&lt;BR /&gt;
 conflict                 Enable the conflict logging on DHCP server.&lt;BR /&gt;
 exclude                  Configure IP addresses that a DHCP server should not&lt;BR /&gt;
                          assign to DHCP clients.&lt;BR /&gt;
 ping                     Configure the number of packets sent by the DHCP&lt;BR /&gt;
                          server.&lt;BR /&gt;
 pool                     Configure DHCP address pool.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp enable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp disable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp bootp ?&lt;BR /&gt;
&lt;BR /&gt;
 enable                   Enable automatic address allocation for bootp clients.&lt;BR /&gt;
 disable                  Disable automatic address allocation for bootp&lt;BR /&gt;
                          clients. [default]&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp bootp enable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp bootp disable ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp conflict ?&lt;BR /&gt;
&lt;BR /&gt;
 logging                  Enable the conflict logging on DHCP server. [default]&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp conflict logging ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp exclude ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;LOW-ADDRESS&gt;            Specify first IP address in an excluded address range.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp exclude 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;HIGH-ADDRESS&gt;           Specify the last IP address in the excluded address&lt;BR /&gt;
                          range.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp exclude 1.2.3.1 1.2.3.10 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ping ?&lt;BR /&gt;
&lt;BR /&gt;
 packets                  Configure the number of packets sent by the DHCP&lt;BR /&gt;
                          server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ping packets ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0,2-10&amp;gt;                 Enter a number in the range 2-10 or 0 to disable the&lt;BR /&gt;
                          function. [default 2]&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp ping packets 5 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;NAME&gt;                   Enter pool name up to 31 characters in length.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool ?&lt;BR /&gt;
&lt;BR /&gt;
 bootfile                 Configure the default boot image for a BOOTP client.&lt;BR /&gt;
 client-identifier        Configure unique identifier of a DHCP client.&lt;BR /&gt;
 client-name              Configure name of a DHCP client.&lt;BR /&gt;
 default-router           Specify default routers available to the DHCP client.&lt;BR /&gt;
 dns-server               Specify DNS servers available to the DHCP client.&lt;BR /&gt;
 domain-name              Configure the domain name of a DHCP client.&lt;BR /&gt;
 hardware-address         Configure hardware address of a DHCP client.&lt;BR /&gt;
 host                     Configure IP address and the mask for a manual&lt;BR /&gt;
                          binding to a DHCP client.&lt;BR /&gt;
 lease                    Configure lease time on the DHCP Server.&lt;BR /&gt;
 netbios-name-server      Specify the netBIOS name server available to the DHCP&lt;BR /&gt;
                          client.&lt;BR /&gt;
 netbios-node-type        Configure the netBIOS node type for a DHCP client.&lt;BR /&gt;
 next-server              Configure the next server in the boot process of a&lt;BR /&gt;
                          DHCP client.&lt;BR /&gt;
 network                  Configure network number and the mask for the DHCP&lt;BR /&gt;
                          address pool.&lt;BR /&gt;
 option                   Configure DHCP Server options.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool bootfile ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;FILENAME&gt;               Specifies the file name to be used as a boot image.&lt;BR /&gt;
                          File name should be up to 128 character long.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool bootfile myfile ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-identifier ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;U&gt;      Specify identifier of the client.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-identifier myID ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-name ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;NAME&gt;                   Specify name of the client up to 31 characters.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool client-name myName ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool default-router ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify address of the default router.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool default-router 1.2.3.1 1.2.3.2 1.2.3.3 1.2.3.4&lt;BR /&gt;
  1.2.3.5 1.2.3.6 1.2.3.7 1.2.3.8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool dns-server ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify address of the DNS server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool dns-server 1.2.3.1 1.2.3.2 1.2.3.3 1.2.3.4&lt;BR /&gt;
  1.2.3.5 1.2.3.6 1.2.3.7 1.2.3.8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool domain-name ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;DOMAIN&gt;                 Specifies the domain name of the DHCP client. Domain&lt;BR /&gt;
                          name should be up to 255 character long.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool domain-name myDomain.com ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool hardware-address ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;HARDWARE-ADDRESS&gt;       Specify MAC address of the hardware platform of the&lt;BR /&gt;
                          client.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool hardware-address 01-01-01-01-01-01 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;TYPE&gt;                   Specify protocol of the hardware platform. Enter 1&lt;BR /&gt;
                          for Ethernet or 6 for IEEE 802.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool hardware-address 01-01-01-01-01-01 1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;ADDRESS&gt;                Specify IP address for the DHCP client.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;MASK&gt;                   Specify network mask for the DHCP client.&lt;BR /&gt;
           Specify Prefix Length for the DHCP client.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host 1.2.3.1 255.0.0.0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool host 1.2.3.1 8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0-59&amp;gt;                   Specify days for which the lease is valid.&lt;BR /&gt;
 infinite                 Configure lease time to be infinite.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease 1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0-1439&amp;gt;                 Specify hours for which the lease is valid.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease 1 0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;0-86399&amp;gt;                Specify minutes for which the lease is valid.&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool lease 1 0 0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-name-server ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify the address of the netBIOS name server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-name-server 1.2.3.1 1.2.3.2 1.2.3.3&lt;BR /&gt;
 1.2.3.4 1.2.3.5 1.2.3.6 1.2.3.7 1.2.3.8 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type ?&lt;BR /&gt;
&lt;BR /&gt;
 b-node                   Specify the netBIOS node type to b-node.&lt;BR /&gt;
 h-node                   Specify the netBIOS node type to h-node.&lt;BR /&gt;
 m-node                   Specify the netBIOS node type to m-node.&lt;BR /&gt;
 p-node                   Specify the netBIOS node type to p-node.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type b-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type h-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type m-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool netbios-node-type p-node ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool next-server ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;             Specify address for the next server.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool next-server 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;NETWORK-NUMBER&gt;         Specify DHCP address pool network number.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network 10.20.0.0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;MASK&gt;                   Specify DHCP address pool subnet mask.&lt;BR /&gt;
           Specify DHCP address pool prefix length.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network 10.20.0.0 255.255.0.0 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool network 10.20.0.0 16 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option ?&lt;BR /&gt;
&lt;BR /&gt;
 &amp;lt;1-254&amp;gt;                  Specify the DHCP option code.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ?&lt;BR /&gt;
&lt;BR /&gt;
 ascii                    Specify the data in ASCII format.&lt;BR /&gt;
 hex                      Specify the data in HEX format.&lt;BR /&gt;
 ip                       Specify the data in IP format.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ascii ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;STRING1&gt;                Specify option string.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ascii "myString" ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 hex ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;STRING1&gt;                Specify option string.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 hex "myString" ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ip ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;I&gt;            Specify option string.&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool myPool option 1 ip 1.2.3.1 ?&lt;BR /&gt;
&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
Here is an example of two dynamic pools and one static pool defined on a SecureStack C2 with routing enabled. Make sure you enable DHCP! &lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp enable&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 lease 1 0 0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 dns-server 10.15.25.65 20.31.6.34 20.31.6.35&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 default-router 10.3.0.1&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 network 10.3.0.0 255.255.0.0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Dynamic1 domain-name myDomain.com&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool andAnother&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool andAnother network 10.4.0.0 255.255.0.0&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 hardware-address 0011.2233.4455&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 lease 7 0 0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 host 10.5.0.200 255.255.0.0&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 dns-server 10.15.25.65 20.31.6.34 20.31.6.35&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 default-router 10.5.0.1&lt;BR /&gt;
 C2(rw)-&amp;gt;set dhcp pool Static3 domain-name myDomain.com&lt;BR /&gt;
&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
For additional background regarding the many configuration options, please refer to the relevant C3, C2, B3, B2, or A2 &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt;.&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/STRING1&gt;&lt;/CR&gt;&lt;/STRING1&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/MASK&gt;&lt;/NETWORK-NUMBER&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/MASK&gt;&lt;/ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/TYPE&gt;&lt;/HARDWARE-ADDRESS&gt;&lt;/CR&gt;&lt;/DOMAIN&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/NAME&gt;&lt;/CR&gt;&lt;/U&gt;&lt;/CR&gt;&lt;/FILENAME&gt;&lt;/CR&gt;&lt;/NAME&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/HIGH-ADDRESS&gt;&lt;/LOW-ADDRESS&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;</description>
      <pubDate>Thu, 12 Dec 2013 22:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/configuring-dhcp-on-the-securestacks/m-p/42570#M117</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-12-12T22:10:00Z</dc:date>
    </item>
  </channel>
</rss>

