<?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: DHCP NSX-Overlay in VMware Cloud Foundation Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981383#M1447</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;DHCP is being delivered by a Dell switch.&lt;/P&gt;&lt;P&gt;interface vlan2500&lt;BR /&gt;description edge-vtep&lt;BR /&gt;no shutdown&lt;BR /&gt;mtu 9216&lt;BR /&gt;ip vrf forwarding acity&lt;BR /&gt;ip address 192.168.35.253/24&lt;BR /&gt;!&lt;BR /&gt;vrrp-group 250&lt;BR /&gt;virtual-address 192.168.35.254&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp server&lt;BR /&gt;no disable&lt;BR /&gt;!&lt;BR /&gt;pool edge-vtep&lt;BR /&gt;lease inifinite&lt;BR /&gt;network 192.168.35.0/24&lt;BR /&gt;default-router 192.168.35.254&lt;BR /&gt;range 192.168.35.101 192.168.35.200&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that the recommendation is that there be a dhcp server in the network and that only the switch do a dhcp relay?&lt;/P&gt;&lt;P&gt;I have rebooted the nodes, but they still do not accept IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SAN&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 14:13:44 GMT</pubDate>
    <dc:creator>santunezlenovo</dc:creator>
    <dc:date>2023-08-08T14:13:44Z</dc:date>
    <item>
      <title>DHCP NSX-Overlay</title>
      <link>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981071#M1439</link>
      <description>&lt;P&gt;Hello Guys&lt;/P&gt;&lt;P&gt;In a VCF cluster that is stretched, the Dell switch that delivered DHCP to the nodes had a 7-day lease policy.&lt;/P&gt;&lt;P&gt;Subsequently, the nodes are not receiving DHCP, the switches were changed to infinite lease, but the problem persists&lt;/P&gt;&lt;P&gt;the following has been run on each node but is not receiving DHCP&lt;/P&gt;&lt;P&gt;esxcli network ip interface set -e false -i vmk10 ; esxcli network ip interface set -e true -i vmk10&lt;/P&gt;&lt;P&gt;esxcli network ip interface set -e false -i vmk11 ; esxcli network ip interface set -e true -i vmk11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A support case was opened, but we don't have an answer yet, and I need to know if someone knows how to solve this problem.&lt;/P&gt;&lt;P&gt;We have rebooted the nodes, switch, etc, but the problem persists.&lt;/P&gt;&lt;P&gt;I would appreciate if someone could give me an idea what could be happening.&lt;/P&gt;&lt;P&gt;VCF version is 5.0, and ESXi 8.0&lt;/P&gt;&lt;P&gt;Thanks for your comments&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2023 17:55:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981071#M1439</guid>
      <dc:creator>santunezlenovo</dc:creator>
      <dc:date>2023-08-06T17:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP NSX-Overlay</title>
      <link>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981095#M1440</link>
      <description>&lt;P&gt;Did you define a DHCP relay in your Segments? This is needed to forward the DHCP requests to those switches.&lt;/P&gt;&lt;P&gt;Alternatively, you could run DHCP inside of your NSX environment itself.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 05:43:07 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981095#M1440</guid>
      <dc:creator>Brisk</dc:creator>
      <dc:date>2023-08-07T05:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP NSX-Overlay</title>
      <link>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981111#M1441</link>
      <description>&lt;P&gt;Try rebooting one ESXi host and see if that helps.&lt;/P&gt;&lt;P&gt;Try putting a laptop in the same VLAN and see if that can get a DHCP config.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 07:12:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981111#M1441</guid>
      <dc:creator>CyberNils</dc:creator>
      <dc:date>2023-08-07T07:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP NSX-Overlay</title>
      <link>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981383#M1447</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;DHCP is being delivered by a Dell switch.&lt;/P&gt;&lt;P&gt;interface vlan2500&lt;BR /&gt;description edge-vtep&lt;BR /&gt;no shutdown&lt;BR /&gt;mtu 9216&lt;BR /&gt;ip vrf forwarding acity&lt;BR /&gt;ip address 192.168.35.253/24&lt;BR /&gt;!&lt;BR /&gt;vrrp-group 250&lt;BR /&gt;virtual-address 192.168.35.254&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp server&lt;BR /&gt;no disable&lt;BR /&gt;!&lt;BR /&gt;pool edge-vtep&lt;BR /&gt;lease inifinite&lt;BR /&gt;network 192.168.35.0/24&lt;BR /&gt;default-router 192.168.35.254&lt;BR /&gt;range 192.168.35.101 192.168.35.200&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that the recommendation is that there be a dhcp server in the network and that only the switch do a dhcp relay?&lt;/P&gt;&lt;P&gt;I have rebooted the nodes, but they still do not accept IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SAN&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 14:13:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Cloud-Foundation/DHCP-NSX-Overlay/m-p/2981383#M1447</guid>
      <dc:creator>santunezlenovo</dc:creator>
      <dc:date>2023-08-08T14:13:44Z</dc:date>
    </item>
  </channel>
</rss>

