root> show configuration ## Last commit: 2023-01-08 23:10:09 UTC by root version 12.1X46-D55.3; system { root-authentication { encrypted-password "$1$495sgyuz$xGHGGLrhi2fI8k/t44Lu5."; ## SECRET-DATA } } interfaces { fe-0/0/0 { unit 0 { family ethernet-switching { vlan { members vlan10; } } } } fe-0/0/1 { unit 0 { family ethernet-switching { vlan { members vlan20; } } } } fe-0/0/2 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ vlan10 vlan20 ]; } } } } fe-0/0/3 { mtu 1514; encapsulation ethernet-ccc; unit 0 { family ccc; } } fe-0/0/4 { unit 0 { family inet { address 100.1.1.1/30; } family mpls; } } fe-0/0/5 { unit 0 { family inet { address 10.1.1.1/30; } } } fe-0/0/6 { unit 0 { family inet { address 10.1.2.1/30; } } } lo0 { unit 0 { family inet { address 1.1.1.1/32; } } } } protocols { mpls { interface fe-0/0/4.0; } ospf { area 0.0.0.0 { interface lo0.0; interface fe-0/0/4.0; } } ldp { interface fe-0/0/4.0; interface lo0.0; } l2circuit { neighbor 1.1.1.2 { interface fe-0/0/3.0 { virtual-circuit-id 1; no-control-word; ignore-encapsulation-mismatch; ignore-mtu-mismatch; } } } lldp { interface all; } } security { forwarding-options { family { mpls { mode packet-based; } } } } routing-instances { VR1010 { instance-type virtual-router; interface fe-0/0/5.0; } VR2010 { instance-type virtual-router; interface fe-0/0/6.0; } } vlans { vlan10 { vlan-id 10; } vlan20 { vlan-id 20; } } root> root> root> root> root> root> show route inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.1/32 *[Direct/0] 02:29:56 > via lo0.0 1.1.1.2/32 *[OSPF/10] 00:42:16, metric 1 > to 100.1.1.2 via fe-0/0/4.0 100.1.1.0/30 *[Direct/0] 00:43:02 > via fe-0/0/4.0 100.1.1.1/32 *[Local/0] 00:43:02 Local via fe-0/0/4.0 224.0.0.5/32 *[OSPF/10] 02:30:00, metric 1 MultiRecv inet.3: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.2/32 *[LDP/9] 00:42:14, metric 1 > to 100.1.1.2 via fe-0/0/4.0 VR1010.inet.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 10.1.1.0/30 *[Direct/0] 02:29:56 > via fe-0/0/5.0 10.1.1.1/32 *[Local/0] 02:29:56 Local via fe-0/0/5.0 VR2010.inet.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 10.1.2.0/30 *[Direct/0] 02:29:56 > via fe-0/0/6.0 10.1.2.1/32 *[Local/0] 02:29:56 Local via fe-0/0/6.0 mpls.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0 *[MPLS/0] 02:30:00, metric 1 Receive 1 *[MPLS/0] 02:30:00, metric 1 Receive 2 *[MPLS/0] 02:30:00, metric 1 Receive 13 *[MPLS/0] 02:30:00, metric 1 Receive 299776 *[L2CKT/7] 00:42:07 > via fe-0/0/3.0, Pop 299824 *[LDP/9] 00:42:14, metric 1 > to 100.1.1.2 via fe-0/0/4.0, Pop 299824(S=0) *[LDP/9] 00:42:14, metric 1 > to 100.1.1.2 via fe-0/0/4.0, Pop fe-0/0/3.0 *[L2CKT/7] 00:42:07, metric2 1 > to 100.1.1.2 via fe-0/0/4.0, Push 299776 l2circuit.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.2:NoCtrlWord:5:1:Local/96 *[L2CKT/7] 02:23:10, metric2 1 > to 100.1.1.2 via fe-0/0/4.0 1.1.1.2:NoCtrlWord:5:1:Remote/96 *[LDP/9] 00:42:07 Discard root> ping routing-instance VR1010 10.1.1.2 PING 10.1.1.2 (10.1.1.2): 56 data bytes 64 bytes from 10.1.1.2: icmp_seq=0 ttl=64 time=5.924 ms ^C --- 10.1.1.2 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 5.924/5.924/5.924/0.000 ms root> ping routing-instance VR1010 10.1. 2.2 PING 10.1.2.2 (10.1.2.2): 56 data bytes ping: sendto: No route to host ping: sendto: No route to host ^C --- 10.1.2.2 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss root> ping routing-instance VR2010 10.1.2.2 PING 10.1.2.2 (10.1.2.2): 56 data bytes 64 bytes from 10.1.2.2: icmp_seq=0 ttl=64 time=5.842 ms ^C --- 10.1.2.2 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 5.842/5.842/5.842/0.000 ms root> [edit interfaces fe-0/0/4] root# [edit interfaces fe-0/0/4] root# [edit interfaces fe-0/0/4] root# [edit interfaces fe-0/0/4] root# [edit interfaces fe-0/0/4] root# [edit interfaces fe-0/0/4] root# [edit interfaces fe-0/0/4] root# [edit interfaces fe-0/0/4] root# exit [edit] root# exit Exiting configuration mode root> show configuration ## Last commit: 2023-01-09 13:48:47 UTC by root version 12.1X46-D65.4; system { root-authentication { encrypted-password "$1$VSx6jiPL$I4RrQybd3rNBcRIvhML.u/"; ## SECRET-DATA } } interfaces { fe-0/0/0 { unit 0 { family ethernet-switching { port-mode access; vlan { members vlan10; } } } } fe-0/0/1 { unit 0 { family ethernet-switching { port-mode access; vlan { members vlan20; } } } } fe-0/0/2 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members all; } } } } fe-0/0/3 { mtu 1514; encapsulation ethernet-ccc; unit 0 { family ccc; } } fe-0/0/4 { unit 0 { family inet { address 100.1.1.2/30; } family mpls; } } fe-0/0/5 { unit 0 { family inet { address 10.1.1.2/30; } } } fe-0/0/6 { unit 0 { family inet { address 10.1.2.2/30; } } } lo0 { unit 0 { family inet { address 1.1.1.2/32; } } } } protocols { mpls { interface fe-0/0/4.0; } ospf { area 0.0.0.0 { interface lo0.0; interface fe-0/0/4.0; } } ldp { interface fe-0/0/4.0; interface lo0.0; } l2circuit { neighbor 1.1.1.1 { interface fe-0/0/3.0 { virtual-circuit-id 1; no-control-word; ignore-encapsulation-mismatch; ignore-mtu-mismatch; } } } lldp { interface all; } } security { forwarding-options { family { mpls { mode packet-based; } } } } routing-instances { VR1020 { instance-type virtual-router; interface fe-0/0/5.0; } VR2020 { instance-type virtual-router; interface fe-0/0/6.0; } } vlans { vlan10 { vlan-id 10; } vlan20 { vlan-id 20; } } root> show route inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.1/32 *[OSPF/10] 00:43:12, metric 1 > to 100.1.1.1 via fe-0/0/4.0 1.1.1.2/32 *[Direct/0] 00:50:55 > via lo0.0 100.1.1.0/30 *[Direct/0] 00:44:18 > via fe-0/0/4.0 100.1.1.2/32 *[Local/0] 00:44:18 Local via fe-0/0/4.0 224.0.0.5/32 *[OSPF/10] 00:47:44, metric 1 MultiRecv inet.3: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.1/32 *[LDP/9] 00:43:08, metric 1 > to 100.1.1.1 via fe-0/0/4.0 VR1020.inet.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 10.1.1.0/30 *[Direct/0] 00:45:21 > via fe-0/0/5.0 10.1.1.2/32 *[Local/0] 00:45:21 Local via fe-0/0/5.0 VR2020.inet.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 10.1.2.0/30 *[Direct/0] 00:50:13 > via fe-0/0/6.0 10.1.2.2/32 *[Local/0] 00:50:17 Local via fe-0/0/6.0 mpls.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0 *[MPLS/0] 00:47:44, metric 1 Receive 1 *[MPLS/0] 00:47:44, metric 1 Receive 2 *[MPLS/0] 00:47:44, metric 1 Receive 13 *[MPLS/0] 00:47:44, metric 1 Receive 299776 *[L2CKT/7] 00:43:00 > via fe-0/0/3.0, Pop 299808 *[LDP/9] 00:43:08, metric 1 > to 100.1.1.1 via fe-0/0/4.0, Pop 299808(S=0) *[LDP/9] 00:43:08, metric 1 > to 100.1.1.1 via fe-0/0/4.0, Pop fe-0/0/3.0 *[L2CKT/7] 00:43:00, metric2 1 > to 100.1.1.1 via fe-0/0/4.0, Push 299776 l2circuit.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.1:NoCtrlWord:5:1:Local/96 *[L2CKT/7] 00:43:56, metric2 1 > to 100.1.1.1 via fe-0/0/4.0 1.1.1.1:NoCtrlWord:5:1:Remote/96 *[LDP/9] 00:43:00 Discard root> ping routing-instance VR1020 10.1.1.1 PING 10.1.1.1 (10.1.1.1): 56 data bytes 64 bytes from 10.1.1.1: icmp_seq=0 ttl=64 time=6.139 ms 64 bytes from 10.1.1.1: icmp_seq=1 ttl=64 time=1.949 ms ^C --- 10.1.1.1 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.949/4.044/6.139/2.095 ms root> ping routing-instance VR2020 10.1.2.1 PING 10.1.2.1 (10.1.2.1): 56 data bytes 64 bytes from 10.1.2.1: icmp_seq=0 ttl=64 time=4.288 ms 64 bytes from 10.1.2.1: icmp_seq=1 ttl=64 time=1.978 ms ^C --- 10.1.2.1 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.978/3.133/4.288/1.155 ms