Prevent Flooding of Broadcast Packets from the DHCPv4 Relay Agent

Note

Note

DHCPv6 over VxLAN is not supported on SLX-OS.

A DHCP relay agent (RA) is a device that forwards DHCP packets between DHCP clients and DHCP servers. RAs are used to forward requests and replies between DHCP clients and DHCP servers when they are not located in the same physical subnet.

DHCPv4 packets are Layer 2 broadcast packets and these packets are flooded into the broadcast domain (BD) by the RA. When DHCP relay is configured in IP-Fabric deployment, there is a possibility of flooding. For more information, see DHCPv4 Relay Supported Scenarios - IP Fabric.

It is to control this flooding of DHCPv4 broadcast packets, the ip dhcp relay disable-flooding is used.

The non DHCP RA interfaces will still continue to flood the BD with DHCP packets and are not affected by this setting.

To prevent the flooding of DHCPv4 broadcast packets from the DHCP RA:

  1. Navigate into the Global Configuration Mode.
    SLX# configure terminal
    SLX (config)# 
  2. Issue the command ip dhcp relay disable-flooding.
    SLX (config)# ip dhcp relay disable-flooding
    SLX (config)# 
    The no form of this command resets this setting to default where DHCPv4 broadcast packets are flooded from the RA.