Configure the P Router as follows:
- [edit]
- interfaces {
-
- t3-0/1/1 {
-
- unit 0 {
-
- family inet {
- address 10.49.2.1/30;
- }
- family mpls;
- }
- }
-
- t3-0/1/3 {
-
- unit 0 {
-
- family inet {
- address 10.49.0.2/30;
- }
- family mpls;
- }
- }
-
- t1-0/2/0 {
-
- unit 0 {
-
- family inet {
- address 10.49.1.2/30;
- }
- family mpls;
- }
- }
- }
- [edit]
- protocols {
-
- ospf {
-
- area 0.0.0.0 {
- interface t3-0/1/3.0;
- interface t1-0/2/0.0;
- interface t3-0/1/1.0;
-
- interface lo0.0 {
- passive;
- }
- }
- }
-
- ldp {
- interface t3-0/1/1.0;
- interface t3-0/1/3.0;
- interface t1-0/2/0.0;
- }
- }