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