- group group-name {
-
active-server-group server-group-name;
-
-
overrides {
-
always-write-giaddr;
-
always-write-option-82;
-
layer2-unicast-replies;
-
trust-option-82;
-
disable-relay;
- }
-
-
relay-option-60 {
-
-
vendor-option {
-
- (equals | starts-with) (ascii match-string | hexadecimal match-hex) {
- (relay-server-group server-group-name |
-
local-server-group local-server-group-name |
-
drop);
- }
- (default-relay-server-group server-group-name |
-
default-local-server-group local-server-group-name |
-
drop);
- }
- }
-
-
relay-option-82 {
-
-
circuit-id {
-
prefix host-name logical-router-name
routing-instance-name;
- }
- }
-
interface interface-name;
- }
- [edit forwarding-options dhcp-relay],
- [edit logical-routers logical-router-name forwarding-options dhcp-relay],
- [edit logical-routers logical-router-name routing-instances routing-instance-name forwarding-options dhcp-relay],
- [edit routing-instances routing-instance-name forwarding-options dhcp-relay]
Statement introduced in JUNOS Release 8.3.
relay-option-60 option introduced in JUNOS Release 9.0.
Specify the name of a group of interfaces that have a common DHCP relay agent configuration. A group must contain at least one interface.
The statements configured at the [edit forwarding-options dhcp-relay group group-name] hierarchy level apply only to the named group of interfaces, and override any global DHCP relay agent settings configured with the same statements at the [edit forwarding-options dhcp-relay] hierarchy level.
group-name—Name of a group of interfaces that have a common DHCP relay agent configuration.
The remaining statements are explained separately.
See Configuring the Extended DHCP Relay Agent.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.