To set up a point-to-multipoint LSP, you configure the primary LSP from the ingress router and the branch LSPs that carry traffic to the egress routers. The configuration of the primary point-to-multipoint LSP is similar to a signaled LSP. In addition to the conventional LSP configuration, you specify a path name on the primary LSP and this same path name on each branch LSP. By default, the branch LSPs are dynamically signaled by means of CSPF and require no configuration. You can alternatively configure the branch LSPs as a static path.
Because E-series routers can only function as egress routers, you must use M-series routers running JUNOS software as ingress routers to enable point-to-multipoint LSPs to send packets through the network to the endpoints connected to the egress routers.
Observe the following guidelines to deliver multicast data using point-to-multipoint LSPs on the egress E-series routers:
The configuration of an E-series router as an egress router depends on the type of label advertised for the LSR that is the egress router for the prefix. Penultimate hop popping (PHP) is the default when RSVP-TE or LDP is the signaling protocol.
If the egress router advertises an implicit null label to achieve PHP on an upstream neighbor, enable IP IGMP on the static physical interface on which the unlabeled multicast packet is received by the router by using the ip igmp interface configuration command.
host1(config-if)#ip igmp
If the egress router advertises an explicit null or non-null label to its upstream neighbour to include a label in all MPLS packets, complete the following steps to configure an E-series router as an egress router:
host1(config)#profile mplsdynip
host1(config-profile)#ip igmp
host1(config-profile)#ip unnumbered loopback 0
host1(config)#mpls create-dynamic-interfaces ip on-major-interfaces profile dynip
For all types of labels that are advertised for the LSR that is the egress router for the prefix, you must complete the following steps, in addition to those detailed earlier, on the E-series router: