shadownetexp23: UT1.output

File UT1.output, 1.2 KB (added by Hussamuddin Nasir, 11 years ago)
Line 
1[root@ut1 ~]# route add -net 10.10.2.0/24 gw 10.10.1.2
2[root@ut1 ~]# route add -net 10.10.3.0/24 gw 10.10.1.2
3
4[root@ut1 ~]# route
5Kernel IP routing table
6Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
710.10.2.0       jnprSLCport-ut1 255.255.255.0   UG    0      0        0 vlan322
810.10.3.0       jnprSLCport-ut1 255.255.255.0   UG    0      0        0 vlan322
910.10.1.0       *               255.255.255.0   U     0      0        0 vlan322
10155.98.36.0     *               255.255.252.0   U     0      0        0 eth0
11default         control-router. 0.0.0.0         UG    0      0        0 eth0
12
13[root@ut1 ~]# traceroute 10.10.2.1
14traceroute to 10.10.2.1 (10.10.2.1), 30 hops max, 60 byte packets
15 1  jnprSLCport-ut1_jnprslc1 (10.10.1.2)  0.471 ms  0.406 ms  0.398 ms
16 2  192.168.101.2 (192.168.101.2)  52.943 ms  52.927 ms  52.910 ms
17 3  ut2-ut2_jnprkans1 (10.10.2.1)  77.810 ms  77.798 ms  77.802 ms
18[root@ut1 ~]# traceroute 10.10.3.1
19traceroute to 10.10.3.1 (10.10.3.1), 30 hops max, 60 byte packets
20 1  jnprSLCport-ut1_jnprslc1 (10.10.1.2)  0.462 ms  0.403 ms  0.458 ms
21 2  192.168.100.2 (192.168.100.2)  52.994 ms  52.976 ms  52.959 ms
22 3  ut3-ut3_jnprwash1 (10.10.3.1)  105.462 ms  105.438 ms  105.418 ms
23[root@ut1 ~]#
24
25
26