shadownetexp23: UT3.output

File UT3.output, 1.6 KB (added by Hussamuddin Nasir, 11 years ago)
Line 
1[root@ut3 ~]# route
2Kernel IP routing table
3Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
410.10.3.0       *               255.255.255.0   U     0      0        0 vlan323
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@ut3 ~]# route add -net 10.10.2.0/24 gw 10.10.3.2
8[root@ut3 ~]# route add -net 10.10.1.0/24 gw 10.10.3.2
9
10[root@ut3 ~]# route
11Kernel IP routing table
12Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
1310.10.2.0       jnprWASHport-ut 255.255.255.0   UG    0      0        0 vlan323
1410.10.3.0       *               255.255.255.0   U     0      0        0 vlan323
1510.10.1.0       jnprWASHport-ut 255.255.255.0   UG    0      0        0 vlan323
16155.98.36.0     *               255.255.252.0   U     0      0        0 eth0
17default         control-router. 0.0.0.0         UG    0      0        0 eth0
18
19
20[root@ut3 ~]# traceroute 10.10.1.1
21traceroute to 10.10.1.1 (10.10.1.1), 30 hops max, 60 byte packets
22 1  jnprWASHport-ut3_jnprwash1 (10.10.3.2)  52.807 ms  52.765 ms  53.951 ms
23 2  192.168.100.1 (192.168.100.1)  105.242 ms  105.307 ms  105.282 ms
24 3  ut1-ut1_jnprslc1 (10.10.1.1)  105.543 ms  105.506 ms  105.481 ms
25 
26[root@ut3 ~]# traceroute 10.10.2.1
27traceroute to 10.10.2.1 (10.10.2.1), 30 hops max, 60 byte packets
28 1  jnprWASHport-ut3_jnprwash1 (10.10.3.2)  52.883 ms  52.821 ms  52.784 ms
29 2  192.168.102.1 (192.168.102.1)  105.299 ms  105.285 ms  105.250 ms
30 3  ut2-ut2_jnprkans1 (10.10.2.1)  156.228 ms  156.208 ms  156.189 ms
31[root@ut3 ~]#