<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cisco IOS proper support for DHCP option 67]]></title><description><![CDATA[<p dir="auto">[FONT=Arial][COLOR=#333333]Hi everyone,[/COLOR][/FONT]<br />
[FONT=Arial][COLOR=#333333]This is defenitely NOT a FOG problem but I hoped someone here may have faced the same issue. Fine the IOS can’t accept raw option 67 specified directly as part of the scope configuration with the name of the boot file and instead TAC suggests to use “bootfile xxx.bin” to do the same thing but it is NOT the same!! Please![/COLOR][/FONT]<br />
[FONT=Arial][COLOR=#333333] You will see one Microsoft and one Cisco examples attached.[/COLOR][/FONT]<br />
[FONT=Arial][COLOR=#333333]Hello? Option 67 is missing on the Cisco side; yes the bootfile is present with a correct value but PXE booting clients need option 67 in order to extract the name of the file to be used during the TFTP bootstrap process.[/COLOR][/FONT]<br />
[FONT=Arial][COLOR=#333333]So what is the conclusion here? That no one can use Cisco’s IOS implementation of DHCP server in order to properly bootstrap PXE clients? Do tell me that I missed something <img src="http://forums.fogproject.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=p5dn7rglfv4" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /><br />
[/COLOR][/FONT]<br />
[FONT=Arial][COLOR=#333333]Thank you everyone! [/COLOR][/FONT]<br />
[FONT=Arial][COLOR=#333333][ATTACH]1643[/ATTACH][ATTACH]1644[/ATTACH] [/COLOR][/FONT]</p>
<p dir="auto">[url=“/_imported_xf_attachments/1/1643_cisco-dhcp.png?:”]cisco-dhcp.png[/url][url=“/_imported_xf_attachments/1/1644_microsoft-dhcp.png?:”]microsoft-dhcp.png[/url]</p>
]]></description><link>http://forums.fogproject.org/topic/4401/cisco-ios-proper-support-for-dhcp-option-67</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 14:23:24 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/4401.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Jan 2015 17:49:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cisco IOS proper support for DHCP option 67 on Mon, 02 Feb 2015 22:05:39 GMT]]></title><description><![CDATA[<p dir="auto">YES the trick was [SIZE=5][B][FONT=Consolas]next-server &lt;ip of PXE Server&gt;[/FONT][/B][/SIZE]</p>
]]></description><link>http://forums.fogproject.org/post/34113</link><guid isPermaLink="true">http://forums.fogproject.org/post/34113</guid><dc:creator><![CDATA[Boyan Biandov]]></dc:creator><pubDate>Mon, 02 Feb 2015 22:05:39 GMT</pubDate></item><item><title><![CDATA[Reply to Cisco IOS proper support for DHCP option 67 on Fri, 30 Jan 2015 17:28:49 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Tom, this does appear credible and test is in order; will provide feedback:</p>
<p dir="auto">[CODE]ip dhcp pool &lt;name&gt;<br />
network &lt;ip of network&gt; &lt;subnet mask&gt;<br />
bootfile BStrap\X86pc\BStrap.0<br />
next-server &lt;ip of PXE Server&gt;<br />
default-router &lt;network default gateway&gt;<br />
netbios-name-server &lt;one or more ip adresses&gt;<br />
option 43 hex &lt;hex values obtained from PXE Forced Mode Utility&gt;<br />
option 66 ascii “name of PXE Server”<br />
option 60 ascii “PXEClient”<br />
dns-server &lt;one or more ip addresses&gt;<br />
option 150 &lt;ip of PXE Server&gt;<br />
domain-name &lt;domain name&gt;<br />
[/CODE]</p>
]]></description><link>http://forums.fogproject.org/post/34061</link><guid isPermaLink="true">http://forums.fogproject.org/post/34061</guid><dc:creator><![CDATA[Boyan Biandov]]></dc:creator><pubDate>Fri, 30 Jan 2015 17:28:49 GMT</pubDate></item><item><title><![CDATA[Reply to Cisco IOS proper support for DHCP option 67 on Thu, 29 Jan 2015 17:59:17 GMT]]></title><description><![CDATA[<p dir="auto">I use DNSMASQ with my cisco switches to pxe boot. [url]<a href="http://fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server#DNSMASQ_settings_for_iPXE%5B/url%5D" target="_blank" rel="noopener noreferrer nofollow ugc">http://fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server#DNSMASQ_settings_for_iPXE[/url]</a></p>
<p dir="auto">I have not been successful in supplying the information directly to the switch.</p>
<p dir="auto">One thing that may help is an ip helper address too.</p>
<p dir="auto">You can also use the ip forward-protocol command and the no ip forward-protocol command to stop and traffic you don’t want to pass.</p>
<p dir="auto">If an IP helper address is specified and UDP forwarding is enabled, broadcast packets destined to the following port numbers are forwarded by default:<br />
Time Service Port 37<br />
TACACS Port 49<br />
Domain Name Services Port 53<br />
Trivial File Transfer Port 69<br />
DHCP (BootP) Port 67 and Port 68<br />
NetBIOS Name Server Port 137<br />
NetBIOS Datagram Server Port 138</p>
<p dir="auto">I should probably note that the preferred method is ip helper, as it should always work.</p>
]]></description><link>http://forums.fogproject.org/post/34028</link><guid isPermaLink="true">http://forums.fogproject.org/post/34028</guid><dc:creator><![CDATA[Jaymes Driver]]></dc:creator><pubDate>Thu, 29 Jan 2015 17:59:17 GMT</pubDate></item><item><title><![CDATA[Reply to Cisco IOS proper support for DHCP option 67 on Thu, 29 Jan 2015 17:57:51 GMT]]></title><description><![CDATA[<p dir="auto">ip dhcp pool &lt;name&gt;<br />
network &lt;ip of network&gt; &lt;subnet mask&gt;<br />
bootfile BStrap\X86pc\BStrap.0<br />
next-server &lt;ip of PXE Server&gt;<br />
default-router &lt;network default gateway&gt;<br />
netbios-name-server &lt;one or more ip adresses&gt;<br />
option 43 hex &lt;hex values obtained from PXE Forced Mode Utility&gt;<br />
option 66 ascii “name of PXE Server”<br />
option 60 ascii “PXEClient”<br />
dns-server &lt;one or more ip addresses&gt;<br />
option 150 &lt;ip of PXE Server&gt;<br />
domain-name &lt;domain name&gt;</p>
<p dir="auto">From: [url]<a href="http://www.symantec.com/business/support/index?page=content&amp;id=HOWTO8974%5B/url%5D" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.symantec.com/business/support/index?page=content&amp;id=HOWTO8974[/url]</a></p>
]]></description><link>http://forums.fogproject.org/post/34027</link><guid isPermaLink="true">http://forums.fogproject.org/post/34027</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Thu, 29 Jan 2015 17:57:51 GMT</pubDate></item><item><title><![CDATA[Reply to Cisco IOS proper support for DHCP option 67 on Thu, 29 Jan 2015 17:56:40 GMT]]></title><description><![CDATA[<p dir="auto">Option 67 is the filename.  Option 66 is the server.</p>
<p dir="auto">I don’t know what cisco iOS uses to distinguish, but typically there’s either Option 66/67 or next-server/filename setting.</p>
]]></description><link>http://forums.fogproject.org/post/34025</link><guid isPermaLink="true">http://forums.fogproject.org/post/34025</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Thu, 29 Jan 2015 17:56:40 GMT</pubDate></item></channel></rss>