<?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: PXE boot on SDA not working in Software-Defined Access (SD-Access)</title>
    <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5547589#M4379</link>
    <description>&lt;P&gt;We also had issues with this don't know exactly what the complete fix was but the main thing we had is that we needed to do switchport access VLAN x on the access ports otherwise it wouldn't work&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 08:25:16 GMT</pubDate>
    <dc:creator>nathanmonteyne0</dc:creator>
    <dc:date>2026-04-23T08:25:16Z</dc:date>
    <item>
      <title>PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4872401#M2437</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I m working on setting&amp;nbsp; up PXE&amp;nbsp; boot for SCCM device builds over the network . We are using an SDA network where I have configured IP helper on the SVI the endpoints are connected to . This is the configuration on the Fabric Edge node&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDA-EDGE-POC-1#sh run interface vlan 1025&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 397 bytes&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1025&lt;BR /&gt;description Configured from Cisco DNA-Center&lt;BR /&gt;mac-address 0000.xxx.f65d&lt;BR /&gt;vrf forwarding Corporate_VN_POC&lt;BR /&gt;ip address 10.223.7.1 255.255.255.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;ip helper-address 172.28.251.10&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;------------ &lt;STRONG&gt;DHCP Server ( Cisco 3650 switch )&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;ip helper-address 172.28.86.174&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;------------ &lt;STRONG&gt;SCCM Server&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;ip helper-address 172.28.86.175&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;------------ &lt;STRONG&gt;SCCM Server&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;no ip redirects&lt;BR /&gt;ip route-cache same-interface&lt;BR /&gt;no lisp mobility liveness test&lt;BR /&gt;lisp mobility 10_223_7_0-Corporate_VN_POC-IPV4&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;I m unable to get it working - stuck on the "start pxe over ipv4" screen . As per the attached pcap it look like it doesn't even go past the DHCP Discovery process . However I can also successfully obtain an IP address from the expected DHCP pool while connecting a random device to the same interface . I can then assume routing is not an issue here .&lt;/P&gt;&lt;P&gt;I have not used any DHCP Options&amp;nbsp; as the the IP helper method appears to be the recommendation when the DHCP/SCCM server sit on a different subnet .&lt;/P&gt;&lt;P&gt;Can you please assist ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 12:06:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4872401#M2437</guid>
      <dc:creator>HAT</dc:creator>
      <dc:date>2023-07-18T12:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4872674#M2444</link>
      <description>&lt;P&gt;Helpering in a fabric overlay (call it SDA, ACI, etc) with anycast gateways is useless unless the protocol has understanding of the real source of the relay (ex DHCP Opt 82).&lt;BR /&gt;&lt;BR /&gt;There are two ways of achieving this:&lt;/P&gt;
&lt;P&gt;1) Using DHCP Option 66 and 67&lt;BR /&gt;2) Using Proxy DHCP so the SCCM server acts as DHCP server (using unicast DHCP directly to the SCCM server, where options aren't needed). &lt;BR /&gt;&lt;BR /&gt;But you seem to be having problems with the very initial DHCP of the PXE device; just wondering, is your fabric using collocated Border+CP or separated roles?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 16:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4872674#M2444</guid>
      <dc:creator>jalejand</dc:creator>
      <dc:date>2023-07-12T16:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4874167#M2451</link>
      <description>&lt;P&gt;Hi Jalejand&lt;/P&gt;&lt;P&gt;Thanks for the reply , the fabric is collocated ( CP + Border ) . I have read that using DHCP options was not recommended so opted for IP helpers instead .&amp;nbsp;&lt;/P&gt;&lt;P&gt;PXE boot is&amp;nbsp; working on our Nexus based User Access network though but not on SDA .&lt;/P&gt;&lt;P&gt;I have changed the config by removing the SCCM server IP address&amp;nbsp; from the SVI config on the Fabric Edge and configured the DHCP server with the SCCM server IP address as the next server , also used Options 60 which seemed to have got me further by obtaining an IP address from the DHCP&amp;nbsp; server&amp;nbsp; but failed to download the NBP file ( Please see attachment ) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DHCP server config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ip dhcp pool Desktop-Build&lt;BR /&gt;network 10.223.7.0 255.255.255.0&lt;BR /&gt;next-server 172.28.86.174&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;------------&amp;nbsp; &lt;STRONG&gt;SCCM Server&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;domain-name xxxx-xx.xxxx.loc&lt;BR /&gt;dns-server 172.28.64.10 172.28.65.10&lt;BR /&gt;default-router 10.223.7.1&lt;BR /&gt;option 60 ascii "PXEClient"&lt;BR /&gt;lease 0 8&lt;/P&gt;&lt;P&gt;Any assistance would be greatly appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 09:07:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4874167#M2451</guid>
      <dc:creator>HAT</dc:creator>
      <dc:date>2023-07-14T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4892178#M2505</link>
      <description>&lt;P&gt;i'm pretty sure your PXE-devices denies image it downloads by tftp in the PXE-stage&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 14:12:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/4892178#M2505</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2023-07-25T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5225823#M3739</link>
      <description>&lt;P&gt;u might already resolved issue, but just for the case:&lt;BR /&gt;if&amp;nbsp;&lt;SPAN&gt;172.28.86.174 lives in the Fabric overlay as EID, it wont work at all&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:59:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5225823#M3739</guid>
      <dc:creator>Andrii Oliinyk</dc:creator>
      <dc:date>2024-11-18T09:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5544952#M4371</link>
      <description>&lt;P&gt;Had a similar issue, turned off DHCP snooping on the switch connected to the SCCM server and it was able to then use the IP vs the MAC address to find the requesting PXE client on the fabric.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 01:16:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5544952#M4371</guid>
      <dc:creator>djbillingsley</dc:creator>
      <dc:date>2026-04-13T01:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5547589#M4379</link>
      <description>&lt;P&gt;We also had issues with this don't know exactly what the complete fix was but the main thing we had is that we needed to do switchport access VLAN x on the access ports otherwise it wouldn't work&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 08:25:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5547589#M4379</guid>
      <dc:creator>nathanmonteyne0</dc:creator>
      <dc:date>2026-04-23T08:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: PXE boot on SDA not working</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5547662#M4380</link>
      <description>&lt;P&gt;Our fix was to upgrade the SCCM server . Thanks All&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 13:05:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/pxe-boot-on-sda-not-working/m-p/5547662#M4380</guid>
      <dc:creator>HAT</dc:creator>
      <dc:date>2026-04-23T13:05:51Z</dc:date>
    </item>
  </channel>
</rss>

