ip dhcp relay

Syntax

ip dhcp relay [ disable-flooding | information option ]
no ip dhcp relay [ disable-flooding | information option ]

Parameters

disable-flooding
Disables flooding of DHCPv4 packets from the CPU.
information option
Enables DHCP Relay Information option.

Modes

Global Configuration Mode

Usage Guidelines

By default, flooding is not disabled and DHCPv4 packets are flooded in the Layer 2 domain.

The no form of this command resets to default behavior.

Examples

This example shows enabling DHCP Information Option.

SLX# configure terminal
SLX (config)# ip dhcp relay information option
SLX (config)# 

This example shows the configuration to prevent flooding of DHCP packets within the Layer 2 broadcast domain.

SLX# configure terminal
SLX (config)# ip dhcp relay disable-flooding
SLX (config)#