28.06.2014 Views

Discussion

Discussion

Discussion

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

aviva@R3# set rsvp interface fxp0.0 disable<br />

Then, on the ingress router, set up the LSP:<br />

[edit protocols mpls]<br />

aviva@R1# set mpls label-switched-path R1-to-R6 to 10.0.0.6<br />

Also set up a return LSP from R6 to R1 so that the LSP is bidirectional and traffic can<br />

travel from the egress router back to the ingress router:<br />

[edit protocols]<br />

aviva@R6# set mpls label-switched-path R6-to-R1 to 10.0.0.1<br />

<strong>Discussion</strong><br />

This recipe shows how to use RSVP as the signaling protocol for MPLS, based on the<br />

topology shown in Figure 14-6. Interfaces running MPLS must also be running BGP<br />

and an IGP (either IS-IS or OSPF). In this topology, all interfaces are running IS-IS<br />

and OSPF.<br />

so-0/0/2<br />

10.1.13.1/30<br />

so-0/0/2<br />

10.1.13.2/30<br />

so-0/0/3<br />

10.1.36.1/30<br />

so-0/0/3<br />

10.1.36.2/30<br />

R1<br />

10.0.0.1<br />

Ingress router<br />

R3<br />

10.0.0.3<br />

Transit router<br />

R6<br />

10.0.0.6<br />

Egress router<br />

LSP R1-to-R6<br />

Figure 14-6. MPLS with RSVP topology<br />

LSP R6-to-R1<br />

As with the LDP configuration, first configure the MPLS address family on the logical<br />

interfaces so the interface can process labeled packets. On the ingress router, R1,<br />

set the MPLS family on the so-0/0/2 interface. On the transit router, R3, add it to the<br />

so-0/0/2 and so-0/0/3 interfaces. On the egress router, R6, configure it on the so-0/0/<br />

3 interface. The configuration for each physical interface now has three families, IPv4<br />

(inet), iso (for IS-IS), and MPLS:<br />

aviva@R1> show configuration interfaces<br />

so-0/0/2 {<br />

unit 0 {<br />

family inet {<br />

address 10.1.13.1/30;<br />

}<br />

family iso;<br />

family mpls;<br />

}<br />

Setting Up RSVP-Signaled LSPs | 503<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!