To use the Resource Reservation Protocol (RSVP) for VPN signaling, perform the following steps:
To enable OSPF traffic engineering support, include the traffic-engineering statement at the [edit protocols ospf] hierarchy level:
- [edit protocols ospf]
- traffic-engineering {
- shortcuts;
- }
For IS-IS, traffic engineering support is enabled by default.
To configure RSVP on the PE and P routers, include the interface statement at the [edit protocols rsvp] hierarchy level. Include one interface statement for each interface on which you are enabling RSVP.
- [edit protocols]
- rsvp {
- interface interface-name;
- interface interface-name;
- }
- [edit protocols]
- mpls {
-
- label-switched-path path-name {
- to ip-address;
- }
- interface interface-name;
- }
In the to statement, specify the address of the LSP’s egress point, which is an address on the remote PE router.
In the interface statement, specify the name of the interface (both the physical and logical portions). Include one interface statement for the interface associated with the LSP.
When you configure the logical portion of the same interface at the [edit interfaces] hierarchy level, you must also configure the family mpls and family inet statements:
- [edit interfaces]
-
interface-name {
-
- unit logical-unit-number {
- family inet;
- family mpls;
- }
- }
- [edit]
- mpls {
- interface interface-name;
- interface interface-name;
- }
- [edit]
- mpls {
- interface interface-name;
- }
For information about configuring MPLS, see the JUNOS MPLS Applications Configuration Guide.