You are configuring DHCP snooping to improve security on your network.
Which configuration enables DHCP snooping on the VLAN?
A.
ethernet-switching-options {
secure-access-port {
vlan default {
examine-dhcp;
}
}
}
B.
ethernet-switching-options {
secure-access-port {
vlan default {
no-examine-dhcp;
}
}
}
C.
ethernet-switching-options {
secure-access-port {
vlan default {
no-dhcp-trusted;
}
}
}
D.
ethernet-switching-options {
secure-access-port {
vlan default {
dhcp-trusted;
}
}
}