理论学习
问题1:简述虚电路交换的实现流程?
在源和目的主机之间的每个交换机上建立“连接通道”,分组只需携带链路范围内有效的VCI决定途径路径可到达目的地网络。
问题2:描述FR(帧中继)网络的基本构成及通信机制?
帧中继是在数据链路层用简化的方法传送和交换数据单元的快速分组交换技术,是在简化X.25分组交换技术的基础上发展起来的。帧中继是一种统计复用协议,它在一条单一物理链路上能够提供多条虚电路,有效利用了骨干网的带宽,降低了网络成本。
问题3:介绍在FR网络中DCE、DTE、PVC、NBMA、DLCI的含义?
PVC:是永久虚电路,建立之后永久存在,通常手工配置。
DLCI:是帧中继网络进行数据交换的虚电路地址。
问题4:帧中继地址映射的类型及配置上有什么区别?
类型:静态映射、动态映射
静态映射:由网络管理人员手工配置地址映射
动态映射:通过Inverse ARP 由帧中继交换机自动生成映射。
如果手工配置静态映射,则设备不会将该该虚电路在发送Inverse ARP 请求报文给对端。
问题5:帧中继主接口和子接口的含义?子接口有那些类型?配置上有何区别?
主接口:帧中继设备的同步串行接口
子接口是由物理接口衍生出来的逻辑接口
子接口可分为:点到点子接口、点到多点子接口
点到点子接口:不用配置动态、静态映射
点到多点子接口:不适合使用动态映射
问题6:帧中继网络的拓扑结构有哪些?
1.全网状拓扑 2.星型拓扑 3.部分网状拓扑
1.全网状拓扑:即帧中继网络中所有的路由器相连,实际就是全互联,需要配置所有路由器之间的PVC,但是由于目前的帧中继网络都是租用运行商的链路,所以这样做的成本很高。
2.星形拓扑:即所有路由器只和一个总节点路由器之间配置PVC链路,而其他路由器之间由于没有PVC链路而无法通信,
3.部分网状拓扑:该拓扑是全网状拓扑和星形拓扑的折中,即在星形拓扑的基础上又有部分分公司由于某种需要建立了PVC,实现了不同网络的通信。
工作任务描述
A、B两公司都建有自己的独立局域网,并分别与CNC的路由器进行连接(三个路由器连接四个子网),要求使用DDN专线来实现该项目。
工作任务实施
1.网络拓扑结构设计
2. 使用动态映射配置帧中继网络(采用主接口配置)
(1)各个路由器的配置命令
R1路由器配置
R2路由器配置:
R3路由器配置:
(2)查看各个路由器的PVC信息
R1#show frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
R2#show frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 203, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
R3#show frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
DLCI = 302, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
(3)单段测试结果,
Pc0ping网关能连通
Pc1ping网关能连通
(4)综合测试结果
Pc0能连通pc3
Pc1能连通pc3
1. 使用静态映射配置(采用主接口配置)
(1)各个路由器的配置命令
R1(config)#interface serial 0/0
R1(config-if)#frame-relay map ip 172.16.1.3 103 broadcast
R2(config)#interface serial 0/0
R2(config-if)#frame-relay map ip 172.16.1.3 203 broadcast
R3(config)#interface serial 0/0
R3(config-if)#frame-relay map ip 172.16.1.1301 broadcast
R3(config-if)#frame-relay map ip 172.16.1.2302 broadcast
(2)查看各个路由器的PVC信息
R1#show frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
R2#show frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 203, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
R3#show frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
DLCI = 302, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 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 32795 out bcast bytes 6216155
(3)单段测试结果
pc0能连通网关地址
pc1能连通网关地址
pc2能连通网关地址
(4)综合测试结果
pc0能连通pc2
pc1连通pc2
4. 述网络配置为全互联网络的两种不同配置方式,配置各个路由器的配置命令
R1(config)#interface serial 0/0
R1(config-if)#frame-relay map ip 172.16.1.2 103 broadcast
R1(config)#ip route 将上192.168.2.0 255.255.255.0 172.16.1.2
R2(config)#ip route 192.168.1.0 255.255.255.0 172.16.1.1
R2(config)#interface serial 0/0
R2(config-if)#frame-relay map ip 172.16.1.1 203 broadcast
R2(config-if)#exit
R2(config)ip route 192.168.1.0 172.16.1.1
工作扩展
使用点到点子接口配置方式来重复上述实验
(1) 拓扑结构图
(1) 各个路由器的配置文件
(1) 各个路由器的配置文件
R1
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 172.16.1.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.16.1.1 103
!
ip classless
ip route 192.168.3.0 255.255.255.0 172.16.1.1
R2
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 172.16.2.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.16.2.1 203
!
ip classless
ip route 192.168.3.0 255.255.255.0 172.16.2.1
R3
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 64000
!
interface Serial0/0.1 point-to-point
ip address 172.16.1.1 255.255.255.0
frame-relay interface-dlci 301
!
interface Serial0/0.2 point-to-point
ip address 172.16.2.1 255.255.255.0
frame-relay interface-dlci 302
!
ip classless
ip route 192.168.1.0 255.255.255.0 172.16.1.2
ip route 192.168.2.0 255.255.255.0 172.16.2.2