CCNP第九讲-帧中继.docxVIP

  • 3
  • 0
  • 约3.43千字
  • 约 5页
  • 2016-11-25 发布于重庆
  • 举报
CCNP第九讲-帧中继

CCNP第九讲-帧中继 帧中继提供了虚拟专用网技术(VPN)技术,提供基于MA的广域网架构。以太网的MA是BMA(广播流量),FR的MA是VBMA(非广播流量)。 帧中继是二层协议,帧中继的广域网拓扑是星型拓扑,中间设备是帧中继交换机,拓扑中有一个Hub结点和多个Spoke结点,Hub节点可以同时访问所有Spoke节点,但是Spoke节点不能直接互相访问,必须经过Hub节点。 帧中继定义了VC(虚电路)的概念,虚电路(VC)分为交换虚电路(SVC)和永久虚电路(PVC) 交换虚电路:在传输报文时帧中继交换机临时组建的虚电路,数据传输完毕之后就立即拆除虚电路;缺点:延迟交大。 永久虚电路:永久存在,由运营商组建,但是这条虚电路是多家用户公用的。优点:没有延迟,不用重复建立和拆除虚电路。 PVC的标识:DLCI(Data Link Connection Identifier)l类似于以太网的MAC地址。DLCI是由帧中继交换机分配给客户端路由器,与主接口不是一一对应,hub节点可以有多个DLCI,在帧中继交换机上,DLCI具有全局意义,一个DLCI只能属于一个PVC,帧中继交换机转发基于DLCI。 LMI(Local Management Interface):帧中继交换机的信令机制。常用有三个标准:Cisco ANSI Q933a LMI Auto Sence (LMI 自适应) 两台路由器,离帧中继交换机较近的一端叫local端,较远的一端叫remote端。 LMI PVC的三个状态: Active :local端OK,remote端OK Inactive:local端OK,remote端有问题 Delete:local端down,remote端未知。 映射:本地DLCI映射对端IP地址。 进入所有路由器以及帧中继交换机的所有接口,将接口封装为帧中继的类型,在物理层DCE端输入clock rate 以及在所有接口no shutdown. R1(config)#int s0/0 R1(config-if)#encapsulation frame-relay ietf R1(config-if)#no shutdown R2(config)#int s0/0 R2(config-if)#encapsulation frame-relay ietf R2(config-if)#no shutdown R3(config)#int s0/0 R3(config-if)#encapsulation frame-relay ietf R3(config-if)#no shutdown R4(config)#int s0/0 R4(config-if)#encapsulation frame-relay ietf R4(config-if)#no shutdown R5(config)#int s0/0 R5(config-if)#encapsulation frame-relay ietf R5(config-if)#no shutdown R6(config)#int s0/0 R6(config-if)#encapsulation frame-relay ietf R6(config-if)#no shutdown 在R4、R5、R6之间运行EIGRP协议 R4(config)#router eigrp 90 R4(config-router)#network 45.1.1.4 0.0.0.0 R4(config-router)#network 46.1.1.4 0.0.0.0 R5(config)#router eigrp 90 R5(config-router)#network 45.1.1.5 0.0.0.0 R5(config-router)#network 56.1.1.5 0.0.0.0 R6(config)#router eigrp 90 R6(config-router)#network 56.1.1.6 0.0.0.0 R6(config-router)#network 46.1.1.6 0.0.0.0 将R4\R5\R6路由器模拟为帧中继交换机,然后在帧中继交换机的所有接口上配置二层的接口类型为DCE。 R4(config)#hostname FR-R4 FR-R4(config)#frame-relay switching FR-R4(config)#int s0/0 FR-R4(config-if)#frame-relay intf-type dce R5(config)#hostname FR-R5 FR-R5(config)#frame-relay switching FR-R5(config)#int s

文档评论(0)

1亿VIP精品文档

相关文档