比如左边的路由branch要去往右边的ISP
在全局模式下 ip route 209.165.201.0 255.255.255.252 192.168.2.130
209.165.201.0 255.255.255.252 是网络号,192.168.2.130是branch的下一跳地址
反过来右边要学习左边的路由
ip route 192.168.2.128 255.255.255.192 209.165.201.2
特权模式下用show ip route命令就能看到静态路由加入到路由表中
图看不清呀。
两边的路由器配上默认路由。中间的配两条静态即可
在branch路由器上设置三条静态路由
在全局模式下输入ip route 209.165.200.225 255.255.255.224 192,。168.2.130
ip route 209.165.201.1 255.255.255.252 192.168.2.130
ip route 192.168.2.126 255.255.255.192 192.168.2.130
在其他路由器上类似
ip route 【ip地址】【掩码】【出口ip】
记得来回两条路径都要静态IP