On the P router, Router B, you must configure RSVP and MPLS because this router exists on the MPLS LSP path between the two PE routers, Router A and Router C:
- [edit]
- protocols {
-
- rsvp {
- interface so-4/0/0.0;
- interface so-6/0/0.0;
- }
-
- mpls {
- interface so-4/0/0.0;
- interface so-6/0/0.0;
- }
- }