shadownetexp23: UT2.output

File UT2.output, 1.6 KB (added by Hussamuddin Nasir, 11 years ago)
Line 
1root@ut2 ~]# route
2Kernel IP routing table
3Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
410.10.2.0       *               255.255.255.0   U     0      0        0 vlan321
5155.98.36.0     *               255.255.252.0   U     0      0        0 eth0
6default         control-router. 0.0.0.0         UG    0      0        0 eth0
7[root@ut2 ~]# route add -net 10.10.1.0/24 gw 10.10.2.2
8[root@ut2 ~]# route add -net 10.10.3.0/24 gw 10.10.2.2
9[root@ut2 ~]# route
10Kernel IP routing table
11Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
1210.10.2.0       *               255.255.255.0   U     0      0        0 vlan321
1310.10.3.0       jnprKANSport-ut 255.255.255.0   UG    0      0        0 vlan321
1410.10.1.0       jnprKANSport-ut 255.255.255.0   UG    0      0        0 vlan321
15155.98.36.0     *               255.255.252.0   U     0      0        0 eth0
16default         control-router. 0.0.0.0         UG    0      0        0 eth0
17
18
19[root@ut2 ~]# traceroute 10.10.1.1
20traceroute to 10.10.1.1 (10.10.1.1), 30 hops max, 60 byte packets
21 1  jnprKANSport-ut2_jnprkans1 (10.10.2.2)  25.119 ms  25.076 ms  25.047 ms
22 2  192.168.101.1 (192.168.101.1)  100.098 ms  100.083 ms  100.136 ms
23 3  ut1-ut1_jnprslc1 (10.10.1.1)  77.847 ms  77.836 ms  77.818 ms
24[root@ut2 ~]# traceroute 10.10.3.1
25traceroute to 10.10.3.1 (10.10.3.1), 30 hops max, 60 byte packets
26 1  jnprKANSport-ut2_jnprkans1 (10.10.2.2)  25.119 ms  25.065 ms  25.036 ms
27 2  192.168.102.2 (192.168.102.2)  77.550 ms  77.532 ms  77.514 ms
28 3  ut3-ut3_jnprwash1 (10.10.3.1)  130.172 ms  130.152 ms  130.131 ms
29[root@ut2 ~]#
30
31