nasir@thirdday:~$ ssh lrouter_0_2@64.57.19.134 lrouter_0_2@64.57.19.134's password: nasir@thirdday:~$ ssh lrouter_0_1@64.57.19.134 --- JUNOS 10.2R1.8 built 2010-05-27 20:51:51 UTC lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1> show con ^ 'con' is ambiguous. Possible completions: configuration Show current configuration connections Show circuit cross-connect connections lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1> show configuration interfaces { ge-0/0/0 { unit 321 { description "Logical Interface kans0if0| llink_0_4"; vlan-id 321; family inet { address 10.10.2.2/24; } } } gr-1/2/0 { unit 4 { description "Logical Interface kans0if1"; tunnel { source 10.3.0.1; destination 10.2.0.1; } family inet { address 192.168.101.2/24; } } unit 5 { description "Logical Interface kans0if2"; tunnel { source 10.3.0.1; destination 10.1.0.1; } family inet { address 192.168.102.1/24; } } } lt-1/2/0 { unit 0 { description "GATEWAY"; encapsulation ethernet; peer-unit 1; family inet { address 10.3.0.1/30; } } } lo0 { unit 1 { description "LOOPBACK INTERFACE"; } } } routing-options { static { route 0.0.0.0/0 next-hop 10.3.0.2; } } lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1> lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1> show route inet.0: 9 destinations, 9 routes (9 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0.0.0.0/0 *[Static/5] 21:25:48 > to 10.3.0.2 via lt-1/2/0.0 10.3.0.0/30 *[Direct/0] 21:25:48 > via lt-1/2/0.0 10.3.0.1/32 *[Local/0] 21:25:48 Local via lt-1/2/0.0 10.10.2.0/24 *[Direct/0] 21:24:18 > via ge-0/0/0.321 10.10.2.2/32 *[Local/0] 21:24:18 Local via ge-0/0/0.321 192.168.101.0/24 *[Direct/0] 21:24:36 > via gr-1/2/0.4 192.168.101.2/32 *[Local/0] 21:24:36 Local via gr-1/2/0.4 192.168.102.0/24 *[Direct/0] 21:24:27 > via gr-1/2/0.5 192.168.102.1/32 *[Local/0] 21:24:27 Local via gr-1/2/0.5 lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1> lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1> edit Entering configuration mode [edit] lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1# set routing-options static route 10.10.1.0/24 next-hop 192.168.101.1 [edit] lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1# set routing-options static route 10.10.3.0/24 next-hop 192.168.102.2 [edit] lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1# commit commit complete [edit] lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1# exit Exiting configuration mode lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1> show route inet.0: 11 destinations, 11 routes (11 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 0.0.0.0/0 *[Static/5] 21:30:45 > to 10.3.0.2 via lt-1/2/0.0 10.3.0.0/30 *[Direct/0] 21:30:45 > via lt-1/2/0.0 10.3.0.1/32 *[Local/0] 21:30:45 Local via lt-1/2/0.0 10.10.1.0/24 *[Static/5] 00:00:20 > to 192.168.101.1 via gr-1/2/0.4 10.10.2.0/24 *[Direct/0] 21:29:15 > via ge-0/0/0.321 10.10.2.2/32 *[Local/0] 21:29:15 Local via ge-0/0/0.321 10.10.3.0/24 *[Static/5] 00:00:20 > to 192.168.102.2 via gr-1/2/0.5 192.168.101.0/24 *[Direct/0] 21:29:33 > via gr-1/2/0.4 192.168.101.2/32 *[Local/0] 21:29:33 Local via gr-1/2/0.4 192.168.102.0/24 *[Direct/0] 21:29:24 > via gr-1/2/0.5 192.168.102.1/32 *[Local/0] 21:29:24 Local via gr-1/2/0.5 lrouter_0_1@shadowbox-kansascity-1:lrouter_0_1>