<?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 Using UDP Profiles for PXE Boot in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/using-udp-profiles-for-pxe-boot/m-p/85535#M20593</link>
    <description>&lt;P&gt;We currently use a UDP Profile for DHCP and DHCP Fingerprinting.&lt;/P&gt;  &lt;P&gt;In terms of using it for PXE boot is it just a case of adding a few more lines of text to include the PXE server?&lt;/P&gt;  &lt;P&gt;I believe its 4011, pxe port.&lt;/P&gt;  &lt;P&gt;see below our current udp profile&lt;/P&gt;  &lt;P&gt;entry one {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; entry two {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; entry three {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; entry four {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;can i just add entry five and specify destination-port 4011 and dest-ip as pxe server IP?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2020 17:09:24 GMT</pubDate>
    <dc:creator>Ian_Broadway</dc:creator>
    <dc:date>2020-07-21T17:09:24Z</dc:date>
    <item>
      <title>Using UDP Profiles for PXE Boot</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/using-udp-profiles-for-pxe-boot/m-p/85535#M20593</link>
      <description>&lt;P&gt;We currently use a UDP Profile for DHCP and DHCP Fingerprinting.&lt;/P&gt;  &lt;P&gt;In terms of using it for PXE boot is it just a case of adding a few more lines of text to include the PXE server?&lt;/P&gt;  &lt;P&gt;I believe its 4011, pxe port.&lt;/P&gt;  &lt;P&gt;see below our current udp profile&lt;/P&gt;  &lt;P&gt;entry one {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; entry two {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; entry three {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; entry four {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp;destination-port 67;&lt;BR /&gt; } then {&lt;BR /&gt; destination-ipaddress ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;can i just add entry five and specify destination-port 4011 and dest-ip as pxe server IP?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 17:09:24 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/using-udp-profiles-for-pxe-boot/m-p/85535#M20593</guid>
      <dc:creator>Ian_Broadway</dc:creator>
      <dc:date>2020-07-21T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP Profiles for PXE Boot</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/using-udp-profiles-for-pxe-boot/m-p/85536#M20594</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;You may also need tftp(udp port 69)&amp;nbsp;as welll depending on the PXE server but that could be also be added as entry 6:&lt;/P&gt;&lt;P&gt;entry five {&lt;BR /&gt;if match all {&lt;BR /&gt;&amp;nbsp;destination-port 4011;&lt;BR /&gt;} then {&lt;BR /&gt;destination-ipaddress ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;entry six&amp;nbsp;{&lt;BR /&gt;if match all {&lt;BR /&gt;&amp;nbsp;destination-port 69;&lt;BR /&gt;} then {&lt;BR /&gt;destination-ipaddress ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris Thompson&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 00:27:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/using-udp-profiles-for-pxe-boot/m-p/85536#M20594</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2020-09-10T00:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP Profiles for PXE Boot</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/using-udp-profiles-for-pxe-boot/m-p/85537#M20595</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I’m curious, can someone enlighten me the reason behind this? I know that this will send all DHCP packets to the specified IP-Address…&amp;nbsp;but why? &lt;IMG alt="?" src="https://cdn.jsdelivr.net/emojione/assets/png/1f642.png?v=2.2.7" /&gt; Ah DHCP-Request will also find its way to the DHCP-Server without these lines. (If it’s in the same network)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 04:12:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/using-udp-profiles-for-pxe-boot/m-p/85537#M20595</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2020-09-10T04:12:08Z</dc:date>
    </item>
  </channel>
</rss>

