一、网络拓扑:

 

 二、网络的配置

1、帧中继交换机的配置

 

 2、路由器的基本配置与【全链接】相同,只是帧中继的虚链路少了一条。链接发生了变化,则路径改变了,路由发生了改变。

 在三个路由器的S1/0/0接口启用的水平分割,则会使得网络的可达性出现问题。

 

 解决路由可达性的问题,可以在AR1路由器的S1/0/0接口使用子接口模式;子接口的模式为P2P(点到点)模式【点到点子接口模式】

要完成子接口,则就改变了拓扑连接关系;帧中继网络的IP地址要重新规划,见拓扑图,如下:

 

 配置信息、验证结果,如下:

 AR1:

[AR1]int s1/0/0.2 p2p
[AR1-Serial1/0/0.2]ip add 12.0.0.1 24
[AR1-Serial1/0/0.2]fr dlci 102
[AR1-fr-dlci-Serial1/0/0.2-102]q
[AR1-Serial1/0/0.2]rip split-horizon
[AR1-Serial1/0/0.2]q
[AR1]int s1/0/0.3
[AR1-Serial1/0/0.3]ip add 13.0.0.1 24
[AR1-Serial1/0/0.3]fr dlci 103
[AR1-fr-dlci-Serial1/0/0.3-103]q
[AR1-Serial1/0/0.3]rip split-horizon

[AR1-rip-1]disp this
[V200R003C00]
rip 1
version 2
network 192.1.1.0
network 12.0.0.0
network 13.0.0.0

 

AR2:

[AR2-Serial1/0/0]disp this
[V200R003C00]
interface Serial1/0/0
link-protocol fr
ip address 12.0.0.2 255.255.255.0
rip split-horizon

[AR2-rip-1]disp this
[V200R003C00]
rip 1
version 2
network 192.1.2.0
network 12.0.0.0

AR3:

[AR3-Serial1/0/0]disp this
[V200R003C00]
interface Serial1/0/0
link-protocol fr
ip address 13.0.0.3 255.255.255.0
rip split-horizon

[AR3-rip-1]dis this
[V200R003C00]
rip 1
version 2
network 192.1.3.0
network 13.0.0.0

 

posted on 2022-10-16 18:15  湘雷公  阅读(205)  评论(0)    收藏  举报