admin@vrDevice# show | no-more ## Last changed: 2014-07-26 05:15:17 UTC version 11.2R4.3; system { host-name vrDevice; root-authentication { encrypted-password "$1$il..K92L$ERnnE9hWyGlxvaCzr1FGq1"; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } login { user admin { uid 2000; class super-user; authentication { encrypted-password "$1$.UDd8kha$RkwqawEQNpATunrWtlumY0"; ## SECR ET-DATA } } } services { ftp; ssh; telnet; xnm-clear-text; web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } } } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } interfaces { ge-0/0/0 { unit 0 { family inet { dhcp; } } } lt-0/0/0 { unit 1 { encapsulation ethernet; peer-unit 2; family inet { address 10.10.10.1/24; } } unit 2 { encapsulation ethernet; peer-unit 1; family inet { address 10.10.10.2/24; } } } fe-0/0/2 { vlan-tagging; unit 101 { description "connection to ge-0/0/4.101"; vlan-id 101; family inet { address 172.20.101.10/24; } } unit 201 { description "connection to ge-0/0/4.201"; vlan-id 201; family inet { address 172.20.201.10/24; } } } fe-0/0/3 { vlan-tagging; unit 102 { description "connection to ge-0/0/4.102"; vlan-id 102; family inet { address 172.20.102.10/24; } } unit 202 { description "connection to ge-0/0/4.202"; vlan-id 202; family inet { address 172.20.202.10/24; } } } fe-0/0/4 { unit 0 { description "connects Internet to srxA-1"; family inet { address 172.18.1.1/30; } } } fe-0/0/5 { unit 0 { description "connects Internet to srxA-2"; family inet { address 172.18.2.1/30; } } } lo0 { unit 1 { description "internet Host"; family inet { address 172.31.15.1/32; } } unit 2 { description "internet Host"; family inet { address 172.31.15.1/32; } } } } protocols { stp; } security { forwarding-options { family { mpls { mode packet-based; } } } } routing-instances { INTERNET-1 { instance-type virtual-router; interface lt-0/0/0.1; interface fe-0/0/4.0; interface lo0.1; routing-options { static { route 0.0.0.0/0 next-hop 10.10.10.2; route 172.20.101.0/24 next-hop 172.18.1.2; route 172.20.201.0/24 next-hop 172.18.1.2; route 192.168.1.0/24 next-hop 172.18.1.2; } } } INTERNET-2 { instance-type virtual-router; interface lt-0/0/0.2; interface fe-0/0/5.0; interface lo0.2; routing-options { static { route 0.0.0.0/0 next-hop 10.10.10.1; route 172.20.102.0/24 next-hop 172.18.2.2; route 172.20.202.0/24 next-hop 172.18.2.2; route 192.168.2.0/24 next-hop 172.18.2.2; } } } vr101 { instance-type virtual-router; interface fe-0/0/2.101; routing-options { static { route 0.0.0.0/0 next-hop 172.20.101.1; } } } vr102 { instance-type virtual-router; interface fe-0/0/3.102; routing-options { static { route 0.0.0.0/0 next-hop 172.20.102.1; } } } vr201 { instance-type virtual-router; interface fe-0/0/2.201; routing-options { static { route 0.0.0.0/0 next-hop 172.20.201.1; } } } vr202 { instance-type virtual-router; interface fe-0/0/3.202; routing-options { static { route 0.0.0.0/0 next-hop 172.20.202.1; } } } }