<?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: VOSS - IP DHCP-SERVER TRICK in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/99190#M2306</link>
    <description>&lt;P&gt;Thanks for sharing EF. This is new in release 9.0.0.0 I believe.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 08:59:57 GMT</pubDate>
    <dc:creator>RobertD1</dc:creator>
    <dc:date>2024-02-02T08:59:57Z</dc:date>
    <item>
      <title>VOSS - IP DHCP-SERVER TRICK</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/99174#M2305</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I want to share my first dhcp-server config lab on VOSS:&lt;/P&gt;&lt;P&gt;1.- Mandatory, mgmt CLIP interface:&lt;/P&gt;&lt;P&gt;mgmt clip&lt;BR /&gt;ip address 1.1.1.1/32&lt;BR /&gt;enable&lt;/P&gt;&lt;P&gt;2.- Create VLAN, L3 interface and assing it to a port:&lt;/P&gt;&lt;P&gt;&amp;nbsp;vlan create 666 name DHCP type port-mstprstp 0&lt;BR /&gt;interface vlan 666&lt;BR /&gt;ip address 192.168.69.1 255.255.255.0&lt;/P&gt;&lt;P&gt;vlan member add 666 1/4&lt;/P&gt;&lt;P&gt;3.- DHPC-SERVER subnet&lt;/P&gt;&lt;P&gt;ip dhcp-server subnet 192.168.69.0/24&lt;BR /&gt;pool 192.168.69.100 192.168.69.200&lt;BR /&gt;router 192.168.69.1&lt;BR /&gt;domain-name-servers 8.8.8.8 8.8.4.4&lt;BR /&gt;domain-name dhcp.int&lt;BR /&gt;lease-time 86400&lt;BR /&gt;enable&lt;/P&gt;&lt;P&gt;4.- Enable it globally&lt;/P&gt;&lt;P&gt;ip dhcp-server enable&lt;/P&gt;&lt;P&gt;At this point the server doesnt work, in order to work you must enable dhcp-server relay on VLAN to mgmt CLIP&lt;/P&gt;&lt;P&gt;5.- Enable DHCP-RELAY&lt;/P&gt;&lt;P&gt;interface vlan 666&lt;BR /&gt;ip dhcp-relay fwd-path 1.1.1.1 enable&lt;BR /&gt;ip dhcp-relay&lt;/P&gt;&lt;P&gt;I hope you find this usefully.&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;EF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 10:32:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/99174#M2305</guid>
      <dc:creator>EF</dc:creator>
      <dc:date>2024-02-01T10:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS - IP DHCP-SERVER TRICK</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/99190#M2306</link>
      <description>&lt;P&gt;Thanks for sharing EF. This is new in release 9.0.0.0 I believe.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 08:59:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/99190#M2306</guid>
      <dc:creator>RobertD1</dc:creator>
      <dc:date>2024-02-02T08:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS - IP DHCP-SERVER TRICK</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/122058#M3235</link>
      <description>&lt;P&gt;The syntax in Step 5- is incorrect and incomplete.&lt;/P&gt;&lt;P&gt;My suggested syntax is:&lt;/P&gt;&lt;P&gt;5.- Enable DHCP-RELAY&lt;/P&gt;&lt;P&gt;interface vlan 666&lt;/P&gt;&lt;P&gt;ip dhcp-relay&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;ip dhcp-relay fwd-path 192.168.69.1 1.1.1.1&lt;/P&gt;&lt;P&gt;ip dhcp-relay fwd-path 192.168.91.1 1.1.1.1 enable&lt;/P&gt;&lt;P&gt;# next line is optional&lt;/P&gt;&lt;P&gt;ip dhcp-relay fwd-path 192.168.91.1 mode bootp-dhcp&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 14:54:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/122058#M3235</guid>
      <dc:creator>Ed_Z</dc:creator>
      <dc:date>2026-07-01T14:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS - IP DHCP-SERVER TRICK</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/122059#M3236</link>
      <description>&lt;P&gt;Yes, you are right!! Sorry for mistake.&lt;/P&gt;&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 15:00:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-ip-dhcp-server-trick/m-p/122059#M3236</guid>
      <dc:creator>EF</dc:creator>
      <dc:date>2026-07-01T15:00:07Z</dc:date>
    </item>
  </channel>
</rss>

