打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
CCNP:用Router模拟帧中继交换机配置实验 - 中国思科华为3COM网络技术认证专业...

八、用路由器模拟帧中继交换机配制

8.1、拓扑图

(注:这个模拟完全可以用模拟器作,而且IE的机试一定要考的)

 

图上所示是一个部分网状的帧中继的拓扑,其中R7中模拟帧中继交换机R1为中心路由器,R2R3为分支路由器

 

8.2、基本配制

R1 ==========================================
host R1
no ip domain-look
line con 0
logg sy
exec-time 0 0
!
int s1/2
encap frame
ip add 192.168.192.1 255.255.255.0
no sh
frame map ip 192.168.192.2 102 broadcast
frame map ip 192.168.192.4 103 broadcast
!
int loop 0
 ip add 192.168.10.10 255.255.255.0
R2 ==========================================
host R2
no ip domain-look
line con 0
logg sy
exec-time 0 0
!
int s1/2
encap frame
ip add 192.168.192.2 255.255.255.0
no sh
frame map ip 192.168.192.1 201 broadcast
frame map ip 192.168.192.4 201 broadcast
no frame inverse-arp
int loop 0
 ip add 192.168.20.20 255.255.255.0
!
R3 ==========================================
host R3
no ip domain-look
line con 0
logg sy
exec-time 0 0
!
int s1/2
encap frame
ip add 192.168.192.4 255.255.255.0
no sh
frame map ip 192.168.192.1 301 broadcast
frame map ip 192.168.192.2 301 broadcast
no frame inverse-arp
int loop 0
 ip add 192.168.30.30 255.255.255.0
!
R7 ==========================================
路由器模拟frame-relay交换机配制

host Frame-Swith
no ip domain-look
line con 0
logg sy
exec-time 0 0
!
frame switching
!
interface Serial1/0
 no ip directed-broadcast
 clock rate 56000
 encapsulation frame-relay
 frame-relay intf-type dce
 frame-relay route 102 interface Serial1/1 201
 frame-relay route 103 interface Serial1/2 301
 no sh
!
interface Serial1/1
 no ip directed-broadcast
 clock rate 56000
 encapsulation frame-relay
 frame-relay intf-type dce
 frame-relay route 201 interface Serial1/0 102
 no sh
!
interface Serial1/2
 no ip directed-broadcast
 clock rate 56000
 encapsulation frame-relay
 frame-relay intf-type dce
 frame-relay route 301 interface Serial1/0 103
 no sh
!

 

当所有基本都配制好后,我们就可以在R1R2R3之间互相ping串口的IP,如果能通就说明帧中继正常工作。但是我们是不能ping 对方的loopback0的地址。

当然也可以用一些查看帧中继的命来查看

Show fram map

Show fram pvc

Show ip route 

来验证

 

8.3、配制OSPF

注意事项:配制时须要指明网络类型

R1:

int s1/2

ip ospf network point-to-multipoint

router ospf 1

net 192.168.192.0 0.0.0.255 area 0

net 192.168.10.0 0.0.0.255 area 0

R2

int s1/2

ip ospf network point-to-multipoint

router ospf 1

net 192.168.192.0 0.0.0.255 area 0

net 192.168.20.0 0.0.0.255 area 0

R3

int s1/2

ip ospf network point-to-multipoint

router ospf 1

net 192.168.192.0 0.0.0.255 area 0

net 192.168.30.0 0.0.0.255 area 0

 

此时配制完成

我们可以在一个路由器上ping另一个路由器的loopback0地址,如果通就说明配制成功

也可以用show ip route来查看是不是有对方的loopback0路由

 

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
《转载》在NBMA网络非广播模式下配置OSPF实际案例(配图)+详细验证过程
IPv6 OSPFv3路由协议
OSPF排错及其七种状态机
Cisco路由器配置手册 第二章 广域网协议设置 - fanqiang.com
Packet Tracer 5.0建构CCNA实验攻略(13)——帧中继Frame Rel...
cisco?ospf命令总结
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服