For all routers that should participate in signaled LSPs, you must enable RSVP because it is used to set up LSPs. To enable RSVP, include the following statements in the configuration. In general, we recommend that you enable RSVP on all router interfaces, except those on the autonomous system (AS) border:
- [edit]
- interfaces {
-
-
interface-name {
-
- unit logical-unit-number {
- family mpls;
- }
- }
- }
- protocols {
-
-
mpls {
-
interface all;
- }
-
-
rsvp {
-
interface all;
- }
- }
For more information about RSVP, see RSVP Configuration Guidelines.