在我的网络之旅中,我现在正在研究静态路由(我知道这不在大型环境中使用,而只是研究)。
我在 GNS3 中制作了这个拓扑,我想知道有些点是否正确。

PS:.x是接口的 IP。
路由表是:
**R1**
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, FastEthernet0/0
10.0.0.0/30 is subnetted, 2 subnets
S 10.0.0.0 [1/0] via 10.0.1.2
C 10.0.1.0 is directly connected, FastEthernet1/0
C 192.168.1.0/24 is directly connected, FastEthernet0/1
S 192.168.2.0/24 [1/0] via 10.0.1.2
S 192.168.3.0/24 [1/0] via 10.0.0.2
**R2**
10.0.0.0/30 is subnetted, 2 subnets
C 10.0.0.0 is directly connected, FastEthernet0/0
C 10.0.1.0 is directly connected, FastEthernet1/0
S 192.168.1.0/24 [1/0] via 10.0.1.1
C 192.168.2.0/24 is directly connected, FastEthernet0/1
S 192.168.3.0/24 [1/0] via 10.0.0.2
**R3**
10.0.0.0/30 is subnetted, 2 subnets
C 10.0.0.0 is directly connected, FastEthernet0/0
S 10.0.1.0 [1/0] via 10.0.0.1
S 192.168.1.0/24 [1/0] via 10.0.1.1
S 192.168.2.0/24 [1/0] via 10.0.0.1
C 192.168.3.0/24 is directly connected, FastEthernet0/1
我想知道,为了让 R3 到达子网 192.168.1.0,我是否需要为10.0.1.0/30 和 192.168.1.0指定静态路由?. R1 到达 192.168.3.0 也是如此......这是它的工作方式吗?