To override the default configuration settings for the extended DHCP relay agent, include the overrides statement:
-
overrides {
-
always-write-giaddr;
-
always-write-option-82;
-
layer2-unicast-replies;
-
trust-option-82;
-
disable-relay;
- }
To override global DHCP relay agent configuration options, include the overrides statement and its subordinate statements at the [edit forwarding-options dhcp-relay] hierarchy level. To override DHCP relay agent configuration options for a named group of interfaces, include the statements at the [edit forwarding-options dhcp-relay group group-name] hierarchy level.
To remove all DHCP relay agent configuration overrides at a particular hierarchy level, include the overrides statement with no subordinate statements.