[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Static Unicast Routes for Point-to-Multipoint LSPs

You can configure a static unicast IP route with a point-to-multipoint LSP as the next hop. For more information on point-to-multipoint LSPs, see Point-to-Multipoint LSPs, Point-to-Multipoint LSP Configuration Guidelines, and Configuring CCC Switching for Point-to-Multipoint LSPs.

To configure a static unicast route for a point-to-multipoint LSP, complete the following steps:

  1. On the ingress PE router, configure a static IP unicast route with the point-to-multipoint LSP name as the next hop by including the p2mp-lsp-next-hop statement:
    p2mp-lsp-next-hop point-to-multipoint-lsp-next-hop;

    You can include this statement at the following hierarchy levels:

  2. On the egress PE router, configure a static IP unicast route with the same destination address configured in Step 1 (the address configured at the [edit routing-options static route] hierarchy level) by including the next-hop statement:
    next-hop address;

    You can include this statement at the following hierarchy levels:

    Note: CCC and static routes cannot use the same point-to-multipoint LSP.

For more information on static routes, see the JUNOS Routing Protocols Configuration Guide.

The following show route command output displays a unicast static route pointing to a point-to-multipoint LSP on the ingress PE router where the LSP has two branch next hops:


user@host> show route 5.5.5.5 detail
inet.0: 29 destinations, 30 routes (28 active, 0 holddown, 1 hidden)
5.5.5.5/32 (1 entry, 1 announced)
        *Static Preference: 5
                Next hop type: Flood
                Next hop: via so-0/3/2.0 weight 1
                Label operation: Push 100000
                Next hop: via t1-0/1/1.0 weight 1
                Label operation: Push 100064
                State: <Active Int Ext>
                Local AS: 10458 
                Age: 2:41:15 
                Task: RT
                Announcement bits (2): 0-KRT 3-BGP.0.0.0.0+179 
                AS path: I

[Contents] [Prev] [Next] [Index] [Report an Error]