This article describes a scenario related to DHCP client not getting IP address. DHCP server is reachable, but DHCP discover packet gets dropped on the transit device.
Topology:-
Model: QFX10002-36q
Version 18.2X75-D54.2
forwarding-options {
dhcp-relay {
forward-snooped-clients configured-interfaces;
server-group {
test1 {
192.168.10.1;
192.168.10.2;
}
active-server-group test1;
group test1 {
overrides {
bootp-support;
interface irb.100;
Scenario1 on Switch3 :-
Note:- By default DHCP snooping is enabled when server or relay is configured. Monitor traffic capture will work in presence of DHCP snooping, Else switch will treat DHCP packet as data plane traffic.
Scenario 2 on switch3 :-
Scenario 3 on switch3:-
DHCP would work in absence of DHCP snooping on Switch3.