18【工程实验室】【帧中继基本配置】
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
out pkts dropped 0
out bytes dropped 0
in FECN pkts 0
in BECN pkts 0
out FECN pkts 0
out BECN pkts 0
in DE pkts 0
out DE pkts 0
out bcast pkts 0
out bcast bytes 0
Router A(config-if)#ip address 192.168.1.1 255.255.255.0
Router A(config-if)#exit
Router B(config)#interface serial 4/0
Router B(config-if)#ip address 1.1.1.2 255.255.255.0
实验 35 帧中继基本配置 ·59·
LMI Statistics for interface Serial1/0 (Frame Relay DTE) LMI TYPE = ANSI
Invalid Unnumbered info 0
Invalid Prot Disc 0
Invalid dummy Call Ref 0
实验 35 帧中继基本配置 ·61·
Router A(config)#interface serial 4/0
Router A(config-if)# encapsulation frame-relay ietf
Router A(config-if)# frame-relay map ip 1.1.1.2 16
Router A(config-if)# frame-relay lmi-type ansi
Router B(config)#interface serial 4/0
Router B(config-if)# encapsulation frame-relay ietf
Router B(config-if)# frame-relay map ip 1.1.1.1 17
Router B(config-if)# frame-relay lmi-type ansi
【注意事项】
封装广域网协议时,要求 V.35 线缆的两个端口封装协议一致,否则无法建立链路。
【参考配置】
Router A#show running-config Building configuration... Current configuration : 574 bytes ! version RGNOS 10.1.00(4), Release(18443)(Tue Jul 17 21:16:17 CST 2007 -ubu1server) hostname Router A ! interface serial 4/0 encapsulation frame-relay ietf frame-relay map ip 1.1.1.2 16 ip address 1.1.1.1 255.255.255.0 clock rate 64000 ! interface serial 4/1 clock rate 64000 ! interface GigabitEthernet 0/0 duplex auto speed auto ! interface FastEthernet 1/0 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! line con 0 line aux 0 line vty 0 4
步骤 3 验证帧中继配置。
Router B#show frame-relay pvc
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive
Deleted
Static
Local
1
0
0
0
Switched
0
0
0
0
Unused
RouterB#show frame-relay map
Serial1/0 (up): ip 1.1.1.1 dlci 17(0x11,0x410), static,
broadcast,
IETF, status defined, active
wenku.baidu.com
Router B#show frame-relay lmi
Num Status Enq. Sent 13
Num Status msgs Rcvd 13
Num Update Status Rcvd 0
Num Status Timeouts 0
Last Full Status Req 00:00:05
Last Full Status Rcvd 00:00:05
【实验拓扑】
实验的拓扑图,如图 35-1 所示。
【预备知识】
图 35-1
路由器基本配置知识、帧中继知识。
【实验设备】
路由器(带串口) 2 台 V.35 线缆(DTE/DCE) 1 对
【实验原理】
帧中继的标准可以为帧中继网络中可配置和管理的永久虚电路(PVC)进行编址,帧中继 永久虚电路由数据链路连接标识符(DLCI)来标识。
0
0
0
0
DLCI = 17, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0
input pkts 5
output pkts 5
in bytes 520
out bytes 520
dropped pkts 0
in pkts dropped 0
实验 35 帧中继基本配置
【实验名称】
帧中继基本配置。
【实验目的】
掌握帧中继的工作原理及配置。
【背景描述】
假设你是公司的网络管理员,公司为了满足不断增长的业务需求,在全国各地成立了很多 分公司,为了节省运营成本,需要申请帧中继线路。
【需求分析】
通过公用帧中继网络互联局域网,在这种方式下,路由器只能作为用户设备工作在帧中继 的 DTE 方式,假设路由器 R1 的 DLCI 号为 16,路由器 R2 的 DLCI 号为 17。
Router B(config-if)#exit
Router B(config)#interface Fast Ethernet 1/0
Router B(config-if)#ip address 192.168.2.1 255.255.255.0
Router B(config-if)#exit
步骤 2 配置帧中继。
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 00:01:14, last time pvc status changed 00:00:48
Router A(config)#interface serial 4/0
Router A(config-if)#ip address 1.1.1.1 255.255.255.0
Router A(config-if)#exit
Router A(config)#interface Fast Ethernet 1/0
当帧中继为多个逻辑数据会话提供多路复用时,ISP 的交换设备首先要建立一个表,该表 用来将不同的 DLCI 值映射到出站端口,其次,当接收到一个数据帧时,交换设备分析其连接 标识符,并将该数据帧发送到相应的端口。最后,在第一个数据帧发送之前,将建立一条通往 目的地的完全路径。
【实验步骤】
步骤 1 路由器基本配置。
login ! end Router B#show running-config Building configuration... Current configuration : 581 bytes ! version RGNOS 10.1.00(4), Release(18443)(Tue Jul 17 21:16:17 CST 2007 -ubu1server) hostname Router B ! interface serial 4/0 encapsulation frame-relay ietf frame-relay map ip 1.1.1.1 17 ip address 1.1.1.2 255.255.255.0 clock rate 64000 ! interface serial 4/1 clock rate 64000 ! interface GigabitEthernet 0/0 duplex auto speed auto ! interface FastEthernet 1/0 ip address 192.168.2.1 255.255.255.0 duplex auto speed auto ! line con 0 line aux 0 line vty 0 4 login ! end
Invalid Msg Type 0
Invalid Status Message 0
Invalid Lock Shift 0
Invalid Information ID 0
Invalid Report IE Len 0
Invalid Report Request 0
Invalid Keep IE Len 0