Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring IP Directed Broadcast (CLI Procedure)

Note: This task uses Junos OS for EX Series switches with support for the Enhanced Layer 2 Software (ELS) configuration style. If your switch runs software that does not support ELS, see Configuring IP Directed Broadcast (CLI Procedure). For ELS details, see Getting Started with Enhanced Layer 2 Software.

You can use IP directed broadcast on an EX Series switch to facilitate remote network management by sending broadcast packets to hosts on a specified subnet without broadcasting to the entire network. IP directed broadcast packets are broadcast on only the target subnet. The rest of the network treats IP directed broadcast packets as unicast packets and forwards them accordingly.

Before you begin to configure IP directed broadcast:

Note: We recommend that you do not enable IP directed broadcast on subnets that have a direct connection to the Internet because of increased exposure to denial-of-service (DoS) attacks.

To enable IP directed broadcast for a specified subnet:

  1. Add the target subnet’s logical interfaces to the VLAN:
    [edit interfaces]
    user@switch# set ge-0/0/0.0 family ethernet-switching vlan members v1

    user@switch# set ge-0/0/1.0 family ethernet-switching vlan members v1
  2. Configure the Layer 3 interface on the VLAN that is the target of the IP directed broadcast packets:
    [edit interfaces]
    user@switch# set irb.1 family inet address 10.1.2.1/24
  3. Associate a Layer 3 interface with the VLAN:
    [edit vlans]
    user@switch# set v1 l3-interface (VLANs) irb.1
  4. Enable the Layer 3 interface for the VLAN to receive IP directed broadcasts:
    [edit interfaces]
    user@switch# set irb.1 family inet targeted-broadcast

Published: 2014-04-25