Navigation
Example: BOOTP and Broadcast Addresses
The following example supports Bootstrap Protocol (BOOTP) and broadcast addresses:
[edit applications]
application bootp {application-protocol bootp;protocol udp;destination-port 67;}
[edit services]stateful-firewall bootp-support {rule bootp-allow {direction input;term bootp-allow {from {destination-address {any-unicast;255.255.255.255;}application bootp;}then {accept;}}}}