we want to route the 10.100.101.0/24 to 10.0.8.18 but it does not show up on the route table
root@mx80-core# show routing-instances r1 instance-type virtual-router; interface lt-0/0/0.0; interface lt-0/0/0.2; routing-options { static { route 10.100.101.0/24 next-hop 10.0.8.18; } } [edit] root@mx80-core# show routing-options rib-groups SPD-Route import-rib [ inet.0 UDP-Routes.inet.0 TCP-Routes.inet.0 TCP-Routes-Donus.inet.0 r1.inet.0 ]; [edit] root@mx80-core# show routing-options interface-routes rib-group inet SPD-Route; [edit] root@mx80-core# run show route 10.10.101.2 inet.0: 743 destinations, 747 routes (743 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0.0.0.0/0 *[BGP/170] 2d 14:51:51, MED 0, localpref 100 AS path: 43391 I, validation-state: unverified > to 10.32.35.13 via ae0.0 TCP-Routes-Donus.inet.0: 417 destinations, 418 routes (417 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0.0.0.0/0 *[Static/5] 2d 11:49:04, metric 21 > to 10.10.10.21 via ae1.0 [Static/5] 2d 11:49:04, metric 22> to 10.32.35.13 via ae0.0 TCP-Routes.inet.0: 417 destinations, 417 routes (417 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0.0.0.0/0 *[Static/5] 2d 10:50:23 > to 10.10.10.2 via xe-0/0/1.0 UDP-Routes.inet.0: 417 destinations, 417 routes (417 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0.0.0.0/0 *[Static/5] 2d 10:50:23 > to 10.10.10.2 via xe-0/0/1.0
Also all tunnel interfaces ar up
root@mx80-core# show routing-instances r3 instance-type virtual-router; interface lt-0/0/0.3; interface irb.4090; [edit] root@mx80-core# show interfaces lt-0/0/0 unit 0 { description LS1->LS2; encapsulation ethernet; peer-unit 1; family inet { address 10.0.8.13/30; } family iso; } unit 1 { description LS2->LS1; encapsulation ethernet; peer-unit 0; family inet { address 10.0.8.14/30; } family iso; } unit 2 { description LS3->LS4; encapsulation ethernet; peer-unit 3; family inet { address 10.0.8.17/30; } family iso; } unit 3 { description LS4->LS3; encapsulation ethernet; peer-unit 2; family inet { address 10.0.8.18/30; } family iso; } [edit] root@mx80-core# run show interfaces lt-0/0/0 terse Interface Admin Link Proto Local Remote lt-0/0/0 up up lt-0/0/0.0 up up inet 10.0.8.13/30 iso lt-0/0/0.1 up up inet 10.0.8.14/30 iso lt-0/0/0.2 up up inet 10.0.8.17/30 iso lt-0/0/0.3 up up inet 10.0.8.18/30 iso