<?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: Cisco IOS XE DHCP Client - disable options from being sent in disc in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975554#M392755</link>
    <description>&lt;P&gt;If you look at the packet capture from the eero router that is successful and the packet capture from the ISR1111 that is unsuccessful, the major differences seem to be options&amp;nbsp; 60,61, and 124.&amp;nbsp;&amp;nbsp; There are also differences in option 55(parameters requested), but most of those are not allowed by the IOS-XE 17.9.4a command set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With how the IOS-XE DHCP client sends the DHCP Discover message currently (or with default config, or any config I have tried) I get no response from the ISP DHCP Server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My goal is to have the enterprise grade Cisco IOS-XE mimic the eero in what is commonly referred to as mac-cloning, but the ISP seems to be extra finicky..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 13:36:06 GMT</pubDate>
    <dc:creator>mcotherman</dc:creator>
    <dc:date>2023-12-13T13:36:06Z</dc:date>
    <item>
      <title>Cisco IOS XE DHCP Client - disable options from being sent in discover</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975204#M392731</link>
      <description>&lt;P&gt;I am running 17.9.04a on a C1111-8PLTEEAWB and trying to set up the DHCP client so that I can connect it to my ISP's Fiber ONT instead of their provided eero router without losing my IP address. The eero will faithfully get the IP it wants back, even after a long outage...&amp;nbsp; I can power-cycle the ONT and get a new address, but&amp;nbsp; really want to get mac-cloning working.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;interface GigabitEthernet0/0/0&lt;BR /&gt;&amp;nbsp;description connected to Internet&lt;BR /&gt;&amp;nbsp;mac-address 5027.a92d.ffff&lt;BR /&gt;&amp;nbsp;ip dhcp client client-id ascii eero&lt;BR /&gt;&amp;nbsp;ip dhcp client broadcast-flag clear&lt;BR /&gt;&amp;nbsp;ip dhcp client class-id ascii&lt;BR /&gt;&amp;nbsp;ip dhcp client hostname eero&lt;BR /&gt;&amp;nbsp;ip dhcp client option 50 ip 47.***.***.***&lt;BR /&gt;&amp;nbsp;ip address dhcp&lt;BR /&gt;negotiation auto&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I am looking at the &lt;A href="https://www.cisco.com/c/en/us/td/docs/routers/ios/config/17-x/ip-addressing/b-ip-addressing/m_config-dhcp-client-xe.html" target="_blank" rel="noopener"&gt;&lt;EM&gt;IP Addressing Configuration Guide, Cisco IOS XE 17.x&lt;/EM&gt;&lt;/A&gt; and other Cisco docs that allowed me to get part of the way, using commands like "&lt;FONT face="courier new,courier"&gt;ip dhcp client broadcast-flag clear&lt;/FONT&gt;" to set the unicast bootp flag.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI - I am not able to use the command "&lt;FONT face="courier new,courier"&gt;ip dhcp client vendor-class disable&lt;/FONT&gt;" that is referenced.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;packet capture of eero discover that gets a response and successfully negotiates the requested IP address:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;No.     Time               Source                Destination           Protocol Length Info
      3 20:52:50.827999    0.0.0.0               255.255.255.255       DHCP     342    DHCP Discover - Transaction ID 0x7deccd76

Frame 3: 342 bytes on wire (2736 bits), 342 bytes captured (2736 bits) on interface \Device\NPF_{55FDD48B-D4C7-4C49-9A40-88F5C0C4155B}, id 0
Ethernet II, Src: 50:27:a9:2d:ff:ff (50:27:a9:2d:ff:ff), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Internet Protocol Version 4, Src: 0.0.0.0, Dst: 255.255.255.255
User Datagram Protocol, Src Port: 68, Dst Port: 67
Dynamic Host Configuration Protocol (Discover)
    Message type: Boot Request (1)
    Hardware type: Ethernet (0x01)
    Hardware address length: 6
    Hops: 0
    Transaction ID: 0x7deccd76
    Seconds elapsed: 10
    Bootp flags: 0x0000 (Unicast)
    Client IP address: 0.0.0.0
    Your (client) IP address: 0.0.0.0
    Next server IP address: 0.0.0.0
    Relay agent IP address: 0.0.0.0
    Client MAC address: 50:27:a9:2d:ff:ff (50:27:a9:2d:ff:ff)
    Client hardware address padding: 00000000000000000000
    Server host name not given
    Boot file name not given
    Magic cookie: DHCP
    Option: (53) DHCP Message Type (Discover)
    Option: (50) Requested IP Address (47.***.***.***))
    Option: (12) Host Name
    Option: (55) Parameter Request List
        Length: 13
        Parameter Request List Item: (1) Subnet Mask
        Parameter Request List Item: (28) Broadcast Address
        Parameter Request List Item: (2) Time Offset
        Parameter Request List Item: (3) Router
        Parameter Request List Item: (15) Domain Name
        Parameter Request List Item: (6) Domain Name Server
        Parameter Request List Item: (119) Domain Search
        Parameter Request List Item: (12) Host Name
        Parameter Request List Item: (44) NetBIOS over TCP/IP Name Server
        Parameter Request List Item: (47) NetBIOS over TCP/IP Scope
        Parameter Request List Item: (26) Interface MTU
        Parameter Request List Item: (121) Classless Static Route
        Parameter Request List Item: (43) Vendor-Specific Information
    Option: (255) End
    Padding: 0000000000000000000000000000000000000000000000000000000000


&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Packet capture of the latest iteration of the IOS-XE&amp;nbsp; DHCP Client configuration (no response from ISP's DHCP server). You will see that the Cisci IOS-XE DHCP client is adding in options 60,61, and124&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not know if these are causing the ISP DHCP Server to not respond or if it is something else, but I would like to remove them (I am successful at *changing* the host identifier, the client identifier, and the vendor class identifier, and , but I really need to 'eliminate' them from being sent at all in the DHCP Discover message.&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;LI-CODE lang="markup"&gt;No.     Time               Source                Destination           Protocol Length Info
      1 23:18:13.503795    0.0.0.0               255.255.255.255       DHCP     349    DHCP Discover - Transaction ID 0x4954c014

Frame 1: 349 bytes on wire (2792 bits), 349 bytes captured (2792 bits) on interface \Device\NPF_{55FDD48B-D4C7-4C49-9A40-88F5C0C4155B}, id 0
Ethernet II, Src: 50:27:a9:2d:ff:ff (50:27:a9:2d:ff:ff), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Internet Protocol Version 4, Src: 0.0.0.0, Dst: 255.255.255.255
User Datagram Protocol, Src Port: 68, Dst Port: 67
Dynamic Host Configuration Protocol (Discover)
    Message type: Boot Request (1)
    Hardware type: Ethernet (0x01)
    Hardware address length: 6
    Hops: 0
    Transaction ID: 0x4954c014
    Seconds elapsed: 3
    Bootp flags: 0x0000 (Unicast)
    Client IP address: 0.0.0.0
    Your (client) IP address: 0.0.0.0
    Next server IP address: 0.0.0.0
    Relay agent IP address: 0.0.0.0
    Client MAC address: 50:27:a9:2d:ff:ff (50:27:a9:2d:ff:ff)
    Client hardware address padding: 00000000000000000000
    Server host name not given
    Boot file name not given
    Magic cookie: DHCP
    Option: (53) DHCP Message Type (Discover)
        Length: 1
        DHCP: Discover (1)
    Option: (57) Maximum DHCP Message Size
        Length: 2
        Maximum DHCP Message Size: 1200
    Option: (61) Client identifier
        Length: 5
        Type: 0
        Client Identifier: eero
    Option: (12) Host Name
        Length: 4
        Host Name: eero
    Option: (55) Parameter Request List
        Length: 8
        Parameter Request List Item: (1) Subnet Mask
        Parameter Request List Item: (6) Domain Name Server
        Parameter Request List Item: (15) Domain Name
        Parameter Request List Item: (44) NetBIOS over TCP/IP Name Server
        Parameter Request List Item: (3) Router
        Parameter Request List Item: (33) Static Route
        Parameter Request List Item: (150) TFTP Server Address
        Parameter Request List Item: (43) Vendor-Specific Information
    Option: (60) Vendor class identifier
        Length: 5
        Vendor class identifier: ascii
    Option: (124) V-I Vendor Class
        Length: 21
        Enterprise: ciscoSystems (9)
        CableLab Address Mode: 16
        NetInfo Parent Server Tag: \017C1111-8PLTEEAWB
    Option: (50) Requested IP Address (47.***.***.***)
        Length: 4
        Requested IP Address: 47.***.***.***)
    Option: (255) End
        Option End: 255
&lt;/LI-CODE&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>Mon, 11 Dec 2023 01:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975204#M392731</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-11T01:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975223#M392733</link>
      <description>&lt;P&gt;&lt;STRONG class="cCN_CmdName"&gt;NO ip dhcp client&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG class="cKeyword"&gt;request&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM class="cArgument"&gt;option-name&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;first check option name with it number' then use above to make your router not ask ISP server for it value.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Note:- I 50% suspect it not issue of option but let eliminate it from out troubleshooting.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Thanks&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;MHM&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 04:03:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975223#M392733</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-11T04:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975224#M392734</link>
      <description>&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 14:05:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975224#M392734</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-11T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975517#M392751</link>
      <description>&lt;P&gt;Unfortunately, that is not an option for 60,61,124:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C1111(config)#int gi0/0/0
C1111(config-if)#no ip dhcp client request 60
                                           ^
% Invalid input detected at '^' marker.

C1111(config-if)#no ip dhcp client request ?
  classless-static-route       Classless static route (121)
  dns-nameserver               DNS nameserver (6)
  domain-name                  Domain name (15)
  netbios-nameserver           NETBIOS nameserver (44)
  option                       DHCP options
  router                       Default router option (3)
  sip-server-address           SIP server address (120)
  static-route                 Static route option (33)
  tftp-server-address          TFTP server address (150)
  vendor-identifying-specific  Vendor identifying specific info (125)
  vendor-specific              Vendor specific option (43)
  &amp;lt;cr&amp;gt;                         &amp;lt;cr&amp;gt;

C1111(config-if)#no ip dhcp client request&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:54:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975517#M392751</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-11T13:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975521#M392752</link>
      <description>&lt;P&gt;I think you are responding to the wrong Forum post... this post is about ISR1100 and IOS-XR DHCP, not N3K and NX-OS.&lt;/P&gt;
&lt;P&gt;-mike&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:57:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975521#M392752</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-11T13:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975528#M392754</link>
      <description>&lt;P&gt;sorry what op. your router client you dont request from server ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 14:06:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975528#M392754</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-11T14:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975554#M392755</link>
      <description>&lt;P&gt;If you look at the packet capture from the eero router that is successful and the packet capture from the ISR1111 that is unsuccessful, the major differences seem to be options&amp;nbsp; 60,61, and 124.&amp;nbsp;&amp;nbsp; There are also differences in option 55(parameters requested), but most of those are not allowed by the IOS-XE 17.9.4a command set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With how the IOS-XE DHCP client sends the DHCP Discover message currently (or with default config, or any config I have tried) I get no response from the ISP DHCP Server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My goal is to have the enterprise grade Cisco IOS-XE mimic the eero in what is commonly referred to as mac-cloning, but the ISP seems to be extra finicky..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 13:36:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975554#M392755</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-13T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975657#M392776</link>
      <description>&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;no ip dhcp client option 60 &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;did you try use above&amp;nbsp; command to remove the op60/61/124 ?&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 17:02:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975657#M392776</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-11T17:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975710#M392780</link>
      <description>&lt;P&gt;PLEASE actually read the contents of my replies. I literally posted the output of the router&amp;nbsp; not recognizing the command, and what the IOS says are valid options for the command. Here it is again, and yes, the result is the same with 61 and 124:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C1111#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
C1111(config)#int gi0/0/0
C1111(config-if)#no ip dhcp client request 60
                                           ^
% Invalid input detected at '^' marker.

C1111(config-if)#no ip dhcp client request ?
  classless-static-route       Classless static route (121)
  dns-nameserver               DNS nameserver (6)
  domain-name                  Domain name (15)
  netbios-nameserver           NETBIOS nameserver (44)
  option                       DHCP options
  router                       Default router option (3)
  sip-server-address           SIP server address (120)
  static-route                 Static route option (33)
  tftp-server-address          TFTP server address (150)
  vendor-identifying-specific  Vendor identifying specific info (125)
  vendor-specific              Vendor specific option (43)
  &amp;lt;cr&amp;gt;                         &amp;lt;cr&amp;gt;

C1111(config-if)#&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 17:57:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975710#M392780</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-11T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975793#M392786</link>
      <description>&lt;P&gt;sorry I was out, now I back to home&amp;nbsp;&lt;BR /&gt;the command you add missing "&lt;STRONG&gt;option"&lt;/STRONG&gt; keyword&amp;nbsp;&lt;BR /&gt;example below show what Ops the client will request from Server&amp;nbsp;&lt;BR /&gt;so the correct command will be&amp;nbsp;&lt;BR /&gt;ip dhcp client request option &amp;lt;then we list option of success router&amp;gt;&lt;BR /&gt;the option that we not include will not send.&lt;BR /&gt;&lt;BR /&gt;MHM&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (20).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/204672i8D3B1BC8707AA19A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (20).png" alt="Screenshot (20).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/xe-16-10/dhcp-xe-16-10-book/config-dhcp-client-xe.html" target="_blank" rel="noopener"&gt;IP Addressing: DHCP Configuration Guide, Cisco IOS XE Gibraltar 16.10.x - Configuring the Cisco IOS XE DHCP Client [Cisco IOS XE 16] - Cisco&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 04:03:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4975793#M392786</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-12T04:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976209#M392800</link>
      <description>&lt;P&gt;Unfortunately 'adding' the word 'option' is not a valid command for option 60 or 61:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C1111-8PWB#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
C1111-8PWB(config)#interface GigabitEthernet0/0/0
C1111-8PWB(config-if)#no ip dhcp client request option 60
% Try using 'ip dhcp client option' command
% Incomplete command.
&lt;/LI-CODE&gt;
&lt;P&gt;Replacing the word request with the word option is not the same feature, that is a different feature of DHCP Client.&lt;/P&gt;
&lt;P&gt;A command like "ip dhcp client request option 4 5 7 8 9 10 11 17 18 40 41 42 66 68 69 70 71 72 73 74 75 76 124 138 141 142 160" is sending a request via option 55 to request more information be sent back FROM the DHCP Server, I am looking to configure the IOS-XE DHCP Client to send less information TO the DHCP Server.&lt;/P&gt;
&lt;P&gt;That being said, I did enter the following DHCP commands to the configuration (they make no visible change to the interface config). You will see that the Cisco IOS-XE 17.9.4a DHCP Client is STILL sending option 60.61, and 124.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C1111-8PWB#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
C1111-8PWB(config)#interface GigabitEthernet0/0/0
C1111-8PWB(config-if)#no ip dhcp client option 60
C1111-8PWB(config-if)#no ip dhcp client option 61
C1111-8PWB(config-if)#no ip dhcp client option 124
% Try using 'ip dhcp client request option' command
C1111-8PWB(config-if)#no ip dhcp client request option 124
C1111-8PWB(config-if)#&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;No.     Time               Source                Destination           Protocol Length Info
    924 12:53:47.796709    0.0.0.0               255.255.255.255       DHCP     347    DHCP Discover - Transaction ID 0xeb0be620

Frame 924: 347 bytes on wire (2776 bits), 347 bytes captured (2776 bits) on interface \Device\NPF_{55FDD48B-D4C7-4C49-9A40-88F5C0C4155B}, id 0
Ethernet II, Src: 50:27:a9:2d:ff:ff (50:27:a9:2d:ff:ff), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Internet Protocol Version 4, Src: 0.0.0.0, Dst: 255.255.255.255
User Datagram Protocol, Src Port: 68, Dst Port: 67
Dynamic Host Configuration Protocol (Discover)
    Message type: Boot Request (1)
    Hardware type: Ethernet (0x01)
    Hardware address length: 6
    Hops: 0
    Transaction ID: 0xeb0be620
    Seconds elapsed: 3
    Bootp flags: 0x0000 (Unicast)
    Client IP address: 0.0.0.0
    Your (client) IP address: 0.0.0.0
    Next server IP address: 0.0.0.0
    Relay agent IP address: 0.0.0.0
    Client MAC address: 50:27:a9:2d:ff:ff (50:27:a9:2d:ff:ff)
    Client hardware address padding: 00000000000000000000
    Server host name not given
    Boot file name not given
    Magic cookie: DHCP
    Option: (53) DHCP Message Type (Discover)
        Length: 1
        DHCP: Discover (1)
    Option: (57) Maximum DHCP Message Size
        Length: 2
        Maximum DHCP Message Size: 1200
    Option: (61) Client identifier
        Length: 5
        Type: 0
        Client Identifier: eero
    Option: (12) Host Name
        Length: 4
        Host Name: eero
    Option: (55) Parameter Request List
        Length: 8
        Parameter Request List Item: (1) Subnet Mask
        Parameter Request List Item: (6) Domain Name Server
        Parameter Request List Item: (15) Domain Name
        Parameter Request List Item: (44) NetBIOS over TCP/IP Name Server
        Parameter Request List Item: (3) Router
        Parameter Request List Item: (33) Static Route
        Parameter Request List Item: (150) TFTP Server Address
        Parameter Request List Item: (43) Vendor-Specific Information
    Option: (60) Vendor class identifier
        Length: 8
        Vendor class identifier: ciscopnp
    Option: (124) V-I Vendor Class
        Length: 16
        Enterprise: ciscoSystems (9)
        CableLab Address Mode: 11
        NetInfo Parent Server Tag: \nC1111-8PWB
    Option: (50) Requested IP Address (47.xxx.xxx.xxx)
        Length: 4
        Requested IP Address: 47.xxx.xxx.xxx
    Option: (255) End
        Option End: 255
&lt;/LI-CODE&gt;
&lt;P&gt;Additionally, you link the 16.10.x Cisco page for IOS-XE DHCP Client when I linked the similarly, but more appropriate 17.x page for the same thing in the opening post. There are several changes introduced in Cisco IOS XE Amsterdam Release 17.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 13:13:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976209#M392800</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-12T13:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976239#M392802</link>
      <description>&lt;P&gt;I have added a screen capture and marked it up for clarity of what I am asking for.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="C1111 DHCP.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/204752iB2B192656BA141EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="C1111 DHCP.png" alt="C1111 DHCP.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 13:34:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976239#M392802</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-12T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976472#M392824</link>
      <description>&lt;P&gt;Last hope then&lt;/P&gt;
&lt;P&gt;Ip dhcp client vendor-class &lt;STRONG&gt;disable&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 18:42:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976472#M392824</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-12T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976478#M392825</link>
      <description>&lt;P&gt;So you also missed that from the original post too?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 18:57:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976478#M392825</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-12T18:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976688#M392828</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/99179"&gt;@mcotherman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;SPAN&gt;My goal is to have the enterprise grade Cisco IOS-XR mimic the eero in what is commonly referred to as mac-cloning, but the ISP seems to be extra finicky.&lt;BR /&gt;&lt;BR /&gt;Packet capture of the latest iteration of the IOS-XE&amp;nbsp; DHCP Client configuration (no response from ISP's DHCP server)&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;So to confirm ,your client is and IOS-XE and the dhcp server is IOS-XR.&lt;BR /&gt;TBH - mac cloning shouldn't be that hard to accomplish unless spoofing is being negated by the dhcp server?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H2 class="topictitle2"&gt;Secure ARP&lt;/H2&gt;
&lt;SECTION&gt;
&lt;P&gt;In standalone DHCP sessions, the DHCP server adds an ARP entry when it assigns an IP address to a client. However, in IP subscriber sessions, DHCP server does not add an ARP entry. Although ARP establishes correspondences between network addresses, an untrusted device can spoof IP an address not assigned to it posing a security threat for IP subscriber sessions. You can enable the secure ARP feature and allow DHCP to add an ARP cache entry when DHCP assigns an IP address to a client. &lt;A href="https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r5-1/addr_serv/configuration/guide/b_ipaddr_cg51xa9k/b_ipaddr_cg51xa9k_chapter_0101.html#concept_8EC963855B0A439C9932FC151D2C0B12" target="_self"&gt;Secure ARP&lt;/A&gt; is disabled by default.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anyhow looking at your post, could you try (no other options):&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;interface GigabitEthernet0/0/0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;shut&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mac-address 5027.a92d.ffff&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;ip dhcp client client-id GigabitEthernet0/0/0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip address dhcp&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;no shut&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/SECTION&gt;</description>
      <pubDate>Wed, 13 Dec 2023 06:13:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4976688#M392828</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2023-12-13T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977173#M392862</link>
      <description>&lt;P&gt;Sorry Paul, the R in the statement is a typo... It should say IOS-XE I have no idea what the the ISP DHCP Server is.&lt;/P&gt;
&lt;P&gt;Using the 'client-id' command was my very first attempt.&amp;nbsp; After sniffing that exchange, I saw that the 'ip dhcp client client-id GigabitEthernet0/0/0' statement. just changed the option 61 section of the DHCP Discover packet from "cisco-50:27:a9:2d:ff:ff-Gi0/0/0" to "50:27:a9:2d:ff:ff".&lt;/P&gt;
&lt;P&gt;The problem is most likely on the server side, and I have no control. If I use the most basic config with a default interface config and 'ip address dhcp', I get an address (and that is not automatic, If I power-cycle the ONT, I still have to then get on their chat bot and ask for tech support, like magic, they must bounce the interface, because their DHCP server then issues an address)&lt;/P&gt;
&lt;P&gt;I am not able to complete the goal of getting the same address, so I will have to give up on 'swapability' between devices when the ISP says 'you are not using our router'.&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>Wed, 13 Dec 2023 13:34:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977173#M392862</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-13T13:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977177#M392863</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This time I check your post and other comments before I make suggestions.&lt;/P&gt;
&lt;P&gt;Now any command is not effect' option or vendor-class&lt;/P&gt;
&lt;P&gt;So I think the order of command is effect here' I read in cisco guide one day that you need to enter&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ip dhcp client&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ip address dhcp&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In specific order otherwise it will enter but not effective'&lt;/P&gt;
&lt;P&gt;So try add&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ip dhcp client only&lt;/P&gt;
&lt;P&gt;If not working&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp; ip dhcp add&lt;/P&gt;
&lt;P&gt;The&amp;nbsp; ip dhcp client&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck and sorry for my previous reply.&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 13:38:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977177#M392863</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-13T13:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977505#M392902</link>
      <description>&lt;P&gt;Hello Mike&lt;BR /&gt;Nw -- Just for you information mate, I have since labbed this up and using the client-id &amp;lt;interface&amp;gt; on IOS-XE for both server/client and it&amp;nbsp; does indeed work accordingly,&lt;BR /&gt;&lt;BR /&gt;However with a client IOS-XE and server IOS-XR secure arp this does result in negating the cloning even with a host client utilizing the client-id &amp;lt;interface&amp;gt; feature.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:25:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977505#M392902</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2023-12-13T21:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IOS XE DHCP Client - disable options from being sent in disc</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977537#M392907</link>
      <description>&lt;P&gt;Paul - Yes, the order matters if the interface happens to get an address before you add in the extra commands. If that happened, it would wait until the DHCP lease renews with the next request to implement the features. In my case, that is not an issue, as the commands are fully entered before I start the sniffer and insert the router into the environment. But I did add the 'ip address dhcp' at the end when I had multiple commands configured.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'vendor-class disable' is not accepted in 17.9.4a, even though the docs specifically mention it, so I may try 17.12.x, but that is only one of the three sections of the Discover packet that I believe are giving the problems, and the more I see, the more I believe is is just a service provider configuration issue that may or may not be by design.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 22:11:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-ios-xe-dhcp-client-disable-options-from-being-sent-in/m-p/4977537#M392907</guid>
      <dc:creator>mcotherman</dc:creator>
      <dc:date>2023-12-13T22:11:40Z</dc:date>
    </item>
  </channel>
</rss>

