helpers
Syntax
helpers {
logical-system logical-system-name <routing-instance [ <default> routing-instance-names ]>;
routing-instance [ <default> routing-instance-names ];
}
}
logical-system logical-system-name <routing-instance [ <default> routing-instance-names ]>;
routing-instance [ <default> routing-instance-names ];
}
}
broadcast;
server address <logical-system
logical-system-name> <routing-instance
routing-instance-name>;
}
server address <logical-system
logical-system-name> <routing-instance
routing-instance-name>;
}
broadcast;
server address <logical-system
logical-system-name> <routing-instance
routing-instance-name>;
}
server address <logical-system
logical-system-name> <routing-instance
routing-instance-name>;
}
broadcast;
server address <logical-system
logical-system-name> <routing-instance
routing-instance-name>;
}
server address <logical-system
logical-system-name> <routing-instance
routing-instance-name>;
}
flag flag;
level level;
no-remote-trace level;
}
}
Hierarchy Level
Release Information
Statement introduced before Junos OS Release 7.4.
Description
Enable TFTP or DNS request packet forwarding, or
configure the router, switch, or interface to act as a DHCP/BOOTP
relay agent. Use only one server address per interface or global configuration.
You can also use the helpers port statement to enable
forwarding LAN broadcast traffic on custom UDP ports to particular
servers as unicast traffic. Configure the UDP port number and optionally
an interface on which to listen for broadcast traffic, and the destination
server address to receive that traffic, as shown in either of the
following sample configurations:
user@ host# show forwarding-options
user@ host# show forwarding-options
helpers {
port 3000 {
interface {
fe-0/0/1.0 {
server 192.0.2.2;
}
}
}
port 3001 {
interface {
fe-0/0/0.0 {
server 192.0.2.2;
}
}
}
}
The remaining statements are explained separately. See CLI Explorer.
Required Privilege Level
interface—To view this statement in the
configuration.
interface-control—To add this statement to the configuration.