企业——配置两条静态路由

要求1:按照图中要求配置IP地址,使用静态路由实现要求1、2

要求2:pc1访问pc2走下面

要求3:pc2访问pc1走上面,且两条线路互为备份

企业——配置两条静态路由_第1张图片
 

1.配置接口IP

int g0/0/~

ip address ~

2.配置静态路由,每个路由两条,以AR1和AR3为例:

AR1(AR2类似)

ip route-static 192.168.2.1 24 g0/0/0 14.1.1.2

ip route-static 192.168.2.1 24 g0/0/1 15.1.1.2 pre 50

AR3(AR4类似):

ip route-static 192.168.2.1 24 g0/0/0 52.1.1.1

ip route-static 192.168.1.1 24 g0/0/1 15.1.1.1 

测试:

pc1:

tracert 192.168.2.1

pc2:

tracert 192.168.1.1

你可能感兴趣的:(网络,智能路由器,服务器)