root@olive1# exit Exiting configuration mode root@olive1> show configuration ## Last commit: 2009-08-01 15:07:04 UTC by root version 8.5R1.14; system { root-authentication { encrypted-password "$1$QMUQmbNW$AXTPc.NdEe0olxI1.4nrC."; ## SECRET-DATA } services { ssh; } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } interfaces { em0 { unit 0 { family inet { address 172.16.24.1/30; } family mpls; } } em1 { vlan-tagging; unit 30 { vlan-id 30; family inet { address 192.168.30.1/24; } family mpls; } unit 40 { vlan-id 40; family inet { address 192.168.40.1/30; } family mpls; } unit 50 { vlan-id 50; family inet { address 192.168.50.1/30; } family mpls; } } em4 { unit 0 { family inet { address 192.168.255.1/24; } } } lo0 { unit 0 { family inet { address 192.168.1.2/32; } } } } routing-options { rib-groups { group1 { import-rib [ telenor.inet.0 inet.0 ]; } } autonomous-system 64512; } protocols { mpls { interface all; } bgp { local-address 192.168.1.2; group internal { type internal; family inet-vpn { unicast; } neighbor 192.168.2.2; } } ospf { export static-2-ospf; area 0.0.0.0 { interface lo0.0; interface em0.0; interface em1.30; } } ldp { interface all; } } policy-options { policy-statement static-2-ospf { from protocol [ static direct local ]; then accept; } } routing-instances { telenor { instance-type vrf; interface em1.40; interface em1.50; route-distinguisher 64512:16; vrf-target target:64512:16; vrf-table-label; routing-options { interface-routes { rib-group inet group1; } static { rib-group group1; route 0.0.0.0/0 next-table inet.0; } } } } root@olive1> ssh 192.168.2.2 root@192.168.2.2's password: --- JUNOS 8.5R1.14 built 2007-12-08 07:38:33 UTC root@r2% root@r2% cli root@r2> root@r2> show configuration ## Last commit: 2009-08-05 08:52:23 UTC by root version 8.5R1.14; system { root-authentication { encrypted-password "$1$sGAMWz7t$OWYe8w1LUbNXD9JsESv1g0"; ## SECRET-DATA } services { ssh; telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } interfaces { em0 { unit 0 { family inet { address 172.16.24.2/30; } family mpls; } } em1 { vlan-tagging; unit 30 { vlan-id 30; family inet { address 172.16.30.1/24; } family mpls; } unit 40 { vlan-id 40; family inet { address 172.16.40.1/30; } family mpls; } unit 50 { vlan-id 50; family inet { address 172.16.50.1/30; } family mpls; } } lo0 { unit 0 { family inet { address 192.168.2.2/32; } } } } routing-options { rib-groups { group1 { import-rib [ telenor.inet.0 inet.0 ]; } } autonomous-system 64512; } protocols { mpls { interface all; } bgp { local-address 192.168.2.2; group internal { type internal; neighbor 192.168.1.2 { family inet-vpn { unicast; } } } } ospf { export static-2-ospf; area 0.0.0.0 { interface lo0.0; interface em0.0; interface em1.30; } } ldp { interface all; } } policy-options { policy-statement static-2-ospf { term from-static { from protocol [ static direct local ]; then accept; } then accept; } } routing-instances { telenor { instance-type vrf; interface em1.40; interface em1.50; route-distinguisher 64512:16; vrf-target target:64512:16; vrf-table-label; routing-options { interface-routes { rib-group inet group1; } static { rib-group group1; route 0.0.0.0/0 next-table inet.0; } } } } root@r2> exit root@r2% exit logout Connection to 192.168.2.2 closed.