Example: Configuring Targeted Broadcast
Using the targeted-broadcast statement, you can configure the options to forward broadcast IP packets either to both an egress interface and the Routing Engine, or to an egress interface only.
Example: Configuring Targeted Broadcast to the Egress Interface and to the Routing Engine
Configure targeted broadcast to the egress interface and to the Routing Engine:
[edit]interfaces {ge-2/0/0 {unit 0 {family inet {address 10.20.20.1/24;address 192.168.103.9/30;address 10.17.214.12/26;targeted-broadcast {forward-and-send-to-re;}}}}}
Example: Configuring Targeted Broadcast to Only the Egress Interface
Configure targeted broadcast to the egress interface:
[edit]interfaces {ge-2/0/0 {unit 0 {family inet {address 10.10.10.2/24;targeted-broadcast {forward-only;}}}}}
