CCNA实验二十九 帧中继点到点子接口

                    CCNA实验二十九 帧中继点到点子接口

 

环境:Windows XP GNS3.0.7.2

 

目的:了解帧中继的点对点子接口模式,解决距离矢量型水平分割问题.

 

说明:帧中继点对点子接口的每个子接口属于不同网段.

 

 

 

步骤:

      GNS创建如下拓扑:

  

 

配置FR

Router>en

Router#conf t

Router(config)#Host FR

FR(config)#frame-relay switching

FR(config)#int s0/1

FR(config-if)#encapsulation frame-relay ietf

FR(config-if)#frame-relay lmi-type ansi

FR(config-if)#frame intf-type dce

FR(config-if)#clock rate 64000

FR(config-if)#frame-relay route 102 interface s0/2 201

FR(config-if)#frame-relay route 103 interface s0/3 301

FR(config-if)#no sh

FR(config-if)#exit

FR(config)#int s0/2

FR(config-if)#encapsulation frame-relay ietf

FR(config-if)#frame-relay lmi-type ansi

FR(config-if)#frame intf-type dce

FR(config-if)#clock rate 64000

FR(config-if)#frame-relay route 201 int s0/1 102

FR(config-if)#no sh

FR(config-if)#exit

FR(config)#int s0/3

FR(config-if)#encapsulation frame-relay ietf

FR(config-if)#frame-relay lmi-type ansi

FR(config-if)#frame intf-type dce

FR(config-if)#clock rate 64000

FR(config-if)#frame-relay route 301 int s0/1 103

FR(config-if)#no sh

FR(config-if)#exit

 

配置R1

Router>en

Router#conf  t

Router(config)#host R1

R1(config)#int loopback 0

R1(config-if)#ip add 1.1.1.1 255.255.255.0

R1(config-if)#exit

R1(config)#int s0/1

R1(config-if)#no ip address

R1(config-if)#encapsulation frame-relay ietf

R1(config-if)#frame-relay lmi-type ansi

R1(config-if)#frame-relay inverse-arp 

R1(config-if)#no sh

R1(config-if)#int s0/1.102 point-to-point

R1(config- subif)#ip add 172.16.1.1 255.255.255.0

R1(config-subif)#frame-relay interface-dlci 102        

R1(config-fr-dlci)#exit

R1(config-if)#int s0/1.103 point-to-point

R1(config-subif)#ip add 192.168.1.1 255.255.255.0

R1(config-subif)#frame-relay interface-dlci 103

R1config-fr-dlci)#end

 

配置R2

Router>en

Router#conf t

Router(config)#host R2

R2(config)#int loopback 0

R2(config-if)#ip add 2.2.2.2 255.255.255.0

R2(config-if)#exit

R2(config)#int s0/2

R2(config-if)#encapsulation frame-relay ietf

R2(config-if)# frame-relay lmi-type ansi

R2(config-if)#frame-relay inverse-arp

R2(config-if)#ip add 172.16.1.2 255.255.255.0

R2(config-if)#no sh

 

配置R3

Router>en

Router#conf t

Router(config)#host R3

R3(config)#int loopback 0

R3(config-if)#ip add 3.3.3.3 255.255.255.0

R3(config-if)#exit

R3(config)#int s0/3

R3(config-if)#encapsulation frame-relay ietf

R3(config-if)#frame-relay lmi-type ansi

R3(config-if)#frame-relay inverse-arp

R3(config-if)#ip add 192.168.1.2 255.255.255.0

R3(config-if)#no sh

 

R1上进行检查网络情况:

 

 

在R1、R2、R3上配置eigrp路由协议:

R1(config)#router eigrp 100

R1(config-router)#no auto-summary

R1(config-router)#network 192.168.1.1 0.0.0.0

R1(config-router)#network 172.16.1.1 0.0.0.0

R1(config-router)#network 1.1.1.1 0.0.0.0

 

R2(config)#router eigrp 100

R2(config-router)#no auto-summary

R2(config-router)#network 172.16.1.2 0.0.0.0

R2(config-router)#network 2.2.2.2 0.0.0.0

 

R3(config)#router eigrp 100

R3(config-router)#no auto-summary

R3(config-router)#network 192.168.1.2 0.0.0.0

R3(config-router)#network 3.3.3.3 0.0.0.0

 

R1上查看路由表并测试:

 

 注意:当配置完eigrp协议并学习到路由后应该是全网都连通的.即是R1R2R3能互相ping通对方.

 

 

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值