1 | root@ut2 ~]# route |
---|
2 | Kernel IP routing table |
---|
3 | Destination Gateway Genmask Flags Metric Ref Use Iface |
---|
4 | 10.10.2.0 * 255.255.255.0 U 0 0 0 vlan321 |
---|
5 | 155.98.36.0 * 255.255.252.0 U 0 0 0 eth0 |
---|
6 | default 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 |
---|
10 | Kernel IP routing table |
---|
11 | Destination Gateway Genmask Flags Metric Ref Use Iface |
---|
12 | 10.10.2.0 * 255.255.255.0 U 0 0 0 vlan321 |
---|
13 | 10.10.3.0 jnprKANSport-ut 255.255.255.0 UG 0 0 0 vlan321 |
---|
14 | 10.10.1.0 jnprKANSport-ut 255.255.255.0 UG 0 0 0 vlan321 |
---|
15 | 155.98.36.0 * 255.255.252.0 U 0 0 0 eth0 |
---|
16 | default control-router. 0.0.0.0 UG 0 0 0 eth0 |
---|
17 | |
---|
18 | |
---|
19 | [root@ut2 ~]# traceroute 10.10.1.1 |
---|
20 | traceroute 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 |
---|
25 | traceroute 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 | |
---|