实验4 与部分PVC网状网络及帧中继映射语句

| No Comments | No TrackBacks

实验4 与部分PVC网状网络及帧中继映射语句 (CCIE实验13 P174)
时间:2006年1月13日-14日 星期五-星期六
时间花费 总计约3小时
实验设备:2621 4台 其中一台带有2个WIC-1T模块,另外3台各有一个WIC-1T,2509路由器一台(R1)。
实验拓扑:
实验4 与部分PVC网状网络及帧中继映射语句
与书中不同的地方:
由于手头的2600路由器只有2个Serial口,只能在R2和R3之间通过Tunnel方式传送Frame-relay数据,由R2和R3整体来实现Frame-relay switching功能。
参考资料:Frame Relay Switch over IP Tunnel
需要注意的地方:
1. 由于R3通过两个Serial口分别接的R4和R5,这两个接口的数据目前没有想到什么办法都通过同一个Tunnel传送,因此可能需要启用2个Tunnel来传送(待进一步讨论)。
2. 两个不同的Tunnel,source都写成Fa0/0口会造成PVC无法建立,在R3和R2上show frame route可以看到后建立的Tunnel的状态是inactive。
3. 在R2和R3的Serial口上写上”frame-relay route 300 interface Tunnel0 200”(或类似)的命令时,可以看到show frame route里面会自动出现一条回指的route,在某些情况下(未知原因)这条回指的route可能不会出现,执行no frame-relay route …后,重新执行frame-relay route即可重新出现回指的route。
4. 在R2和R3上即使serial口上的frame-relay route指令的状态是inactive,回指的route仍然可能是active。
5. 在这个场景中R4和R5是spoke,R1是HUB,如果在R4和R5上不写frame-relay map ip 目的IP 线路的DLCI,则R4和R5只能和R1通信,不能互相通信,写上后正常,并且可以通过show frame map命令看到写进去的static类型的map。
6. 如果使用loopback端口建立tunnel,则一定要保证两边的loopback口数据互相可达,比如使用动态路由技术使R2、R3互相知道loopback口的数据如何互相送到。
需要进一步研究的问题:
1. 是否有办法实现只用同一个Tunnel即可传送R4和R5的数据到R1?
几台路由器的关键接口和路由配置:
R5:
interface Serial0/0
ip address 10.1.1.5 255.0.0.0
encapsulation frame-relay
no fair-queue
frame-relay map ip 10.1.1.4 500

R4:
interface Serial0/0
ip address 10.1.1.4 255.0.0.0
encapsulation frame-relay
no fair-queue
frame-relay map ip 10.1.1.5 300

R3:
interface Serial0/0
no ip address
encapsulation frame-relay
no ip mroute-cache
clock rate 64000
no fair-queue
frame-relay intf-type dce
frame-relay route 300 interface Tunnel0 200

interface Serial0/1
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 500 interface Tunnel1 210

interface Tunnel0
no ip address
tunnel source FastEthernet0/0
tunnel destination 192.168.1.2


interface Tunnel1
description 192.168.1.2
no ip address
tunnel source Loopback0
tunnel destination 1.1.1.1

interface Loopback0
ip address 2.2.2.2 255.255.255.255

interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.252
duplex auto
speed auto

router eigrp 100
network 2.2.2.2 0.0.0.0
network 192.168.1.0
no auto-summary

R2:
interface Serial0/0
no ip address
encapsulation frame-relay
no fair-queue
clock rate 64000
frame-relay intf-type dce
frame-relay route 100 interface Tunnel0 200
frame-relay route 150 interface Tunnel1 210

interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.252
duplex auto
speed auto

router eigrp 100
network 1.1.1.1 0.0.0.0
network 192.168.1.0
no auto-summary

R1:
interface Serial1
ip address 10.1.1.1 255.0.0.0
encapsulation frame-relay

No TrackBacks

TrackBack URL: http://www.liukang.com/cgi-bin/mt/mt-tb.cgi/253

Leave a comment

Google ADs

ClustrMaps

Archives

Pages

OpenID accepted here Learn more about OpenID
Powered by Movable Type 4.37
Creative Commons License
This blog is licensed under a Creative Commons License.

January 2012

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

About this Entry

This page contains a single entry by Kang published on January 14, 2006 11:40 PM.

链路状态 vs 距离矢量 was the previous entry in this blog.

看了趟中医 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Google ADs