帧中继配置
帧中继配置
一、实验拓扑图如下:配置如下://Router0的配置Router0(config)#inter se 2/0Router0(config-if)#encap frame-relay //封装帧中继协议Router0(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to upRouter0(config-if)#bandwidth 64 //设置带宽,必须设置Router0(config-if)#frame-relay map ip 192.168.10.2 102 broadcast //建立映射,ip和虚电路的映射Router0(config-if)#frame-relay lmi-type cisco //lmi本地管理接口,类型有cisco,ansi,q933a。
注意必须与对应的服务提供商的接口一致,也就是与云端对接口类型一致Router0(config-if)#ip ospf network broadcast //在帧中继上使用ospf 协议的一种方法,开启广播。
Rip不用设置,直接就能使用。
Router0(config-if)#exitRouter0(config)#router ospf 1Router0(config-router)#network 192.168.20.0 0.0.0.255 area 0Router0(config-router)#network 192.168.10.0 0.0.0.255 area 0Router0(config-router)#exit//Router1的配置Router1(config)#interface se 2/0Router1(config-if)#encap frame-relayRouter1(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to upRouter1(config-if)#bandwidth 64Router1(config-if)#frame-relay map ip 192.168.10.1 201 broadcast Router1(config-if)#frame-relay lmi-type ansiRouter1(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to downRouter1(config-if)#ip ospf p 0 //必须设这权限,让一个路由器成为DRRouter1(config-if)#ip ospf network broadcastRouter1(config-if)#exitRouter1(config)#router ospf 1Router1(config-router)#network 192.168.10.0 0.0.0.255 area 0 Router1(config-router)#network 192.168.40.0 0.0.0.255 area 0 Router1(config-router)#exit//云端的配置选择se0口;DLCI编号:输入102,Name :输入1->2,点击添加Se1类似。
帧中继概念 帧中继配置命令有哪些
帧中继概念帧中继配置命令有哪些1.帧中继概念1、帧中继(FRAME RELAY)是在用户--网络接口之间提供用户信息流的双向传送,并保持顺序不变的一种承载业务,它是以帧为单位,在网络上传输,并将流量控制、纠错等功能,全部交由智能终端设备处理的一种新型高速网络接口技术。
2、帧中继是综合业务数字网标准化过程中产生的一种重要技术,它是在数字光纤传输线路逐渐代替原有的模拟线路,用户终端日益智能化的情况下,由X25分组交换技术发展起来的一种传输技术。
2.帧中继配置命令有哪些帧中继交换机在实际工程环境中一般不需要我们配置,由运营商设置完成,但在实验环境中,要求掌握帧中继交换机的基本配置配置示例:frame-relay switchinginterface s0/1encapsulation frame-relayframe-relay intf-type dceclock rate 64000frame-relay route 102 interface s0/2 201// 定义PVC,该条命令是,s0/1口的DLCI 102,绑定到s0/2口的201 DLCI号frame-relay route 103 interface s0/3 301no shutdown主接口运行帧中继(Invers-arp)FRswitch(帧中继交换机)的配置:frame-relay switchinginterface s0/1 // 连接到R1的接口encapsulation frame-relayframe-relay intf-type dceclock rate 64000frame-relay route 102 interface s0/2 201// 定义PVC,该条命令是,s0/1口的DLCI 102,绑定到s0/2口的201 DLCI号no shutdowninterface s0/2 // 连接到R2的接口encapsulation frame-relayframe-relay intf-type dceclock rate 64000frame-relay route 201 interface s0/1 102no shutdownR1的配置如下:interface serial 0/0ip address 192.168.12.1 255.255.255.252encapsulation frame-relay// 接口封装FR,通过invers-arp发现DLCI,并建立对端IP到本地DLCI的映射(帧中继映射表)no shutdownR2的配置如下:interface serial 0/0ip address 192.168.12.2 255.255.255.252encapsulation frame-relayno shutdown在FRswitch上查看PVI(验证配置):FRswitch#show frame-relay routeInput Intf Input Dlci Output Intf Output Dlci StatusSerial0/1 102 Serial0/2 201 activeSerial0/2 201 Serial0/1 102 active在R1上查看帧中继映射R1#show frame-relay mapSerial0/0 (up): ip 192.168.12.2 dlci 102(0x66,0x1860), dynamic,broadcast,, status defined, activeR1#ping 192.168.12.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.12.2, timeout is 2 seconds:环境2 主接口运行帧中继(静态映射)FRswitch的配置同上,这里不再赘述上述案例是终端路由器采用动态invers-arp获取帧中继相关映射信息,本例采用静态建立映射的方式进行配置。
帧中继(frame-relay)简介及配置详解
帧中继(Frame-Relay)采用分组交换的方式使用虚电路进行连接提供面向对象的服务帧中继的交换设备在用户路由器间建立虚电路,提供基于分组的二层通道。
相关术语虚电路(virtual circuit,VC)1、通过帧中继网络实现的逻辑连接叫虚电路2、利用虚电路,帧中继允许多个用户共享带宽而无需使用多条专用物理网络,虚电路以DLCI标识DLCI(date link connect identity)数据链路连接标识1、通常由帧中继服务提供商分配2、帧中继DLCI仅具有本地意义(本地标识)3、DLCI 0 ~ 15和1008 ~ 1023留作特殊用途,服务提供商分配的DLCI 的范围通常为16 ~ 1007LMI(本地管理接口)1、是一种信令标准,用于管理链路连接和keeplive机制2、终端路由器(DTE)和帧中继交换机(DCE)之间的帧中继设备每10秒(或大概)轮询一次网络。
3、Cisco路由器支持一下三种LMI:Cisco、Ansi、Q933A帧中继的拓扑:星型结构、全互联、部分互联帧中继的地址映射帧中继提供的是基于分组交换的二层通道1、帧中继的映射不是IP与mac的映射,而是IP与DLCI的映射,DLCI 从运营商处获取,映射关系为远端IP地址到本地DLCI之间的关系。
(DLCI仅具有本地意义)2、可以通过手动配置或 inverse-arp自动发现。
帧中继(用路由器模拟)配置对于帧中继交换机:(三个接口都要配置)frame-relay switching 将路由器模拟成帧中继交换机int s0/1 进入serial 0/1接口no ip address 帧中继交换机不需要IP地址encapsulation frame-relay 设置接口的封装模式为frame-relayno shutdown 开启接口frame-relay intf-type dce 设置接口类型为DCEclock rate 64000 设置始终频率为64000frame-relay route 102 int s0/2 201 搭建虚电路,对于s0/1来说,来源的DLCI标识为102,发出的接口为serial0/2,目的DLCI为201frame-relay route 103 int s0/3 301 搭建虚电路,对于s0/1来说,来源的DLCI标识为103,发出的接口为serial0/3,目的DLCI为301int s0/2no ip addressencapsulation frame-relayno shutdown 开启接口frame-relay intf-type dce 设置接口类型为DCEclock rate 64000 设置始终频率为64000frame-relay route 201 int s0/1 102 对于serial0/2来说,数据来源的DLCI为201,发出接口为serial0/1,目的DLCI为102int s0/3no ip addressencapsulation frame-relayno shutdown 开启接口frame-relay intf-type dce 设置接口类型为DCEclock rate 64000 设置始终频率为64000frame-relay route 301 int s0/1 103 对于serial0/3来说,数据来源的DLCI为301,发出接口为serial0/1,目的DLCI为103R1的配置:(center)int s0/0ip address 10.1.123.1 255.255.255.0encapsulation frame-relayno shutdownno frame-relay inverse-arp 关闭inverse-arpframe-relay map ip 10.1.123.2 102 broadcast 手动配置帧中继映射,对端IP为10.1.123.2,映射的虚电路的本地DLCI为102frame-relay map ip 10.1.123.3 103 broadcast 手动配置帧中继映射,对端IP为10.1.123.3,映射的虚电路的本地DLCI为103R2的配置:int s0/0ip address 10.1.123.2 255.255.255.0encapsulation frame-relayno shutdownno frame-relay inverse-arp 关闭inverse-arpframe-relay map ip 10.1.123.1 201 broadcast 手动配置帧中继映射,对端IP为10.1.123.2,映射的虚电路的本地DLCI为201R3的配置:int s0/0ip address 10.1.123.3 255.255.255.0encapsulation frame-relayno shutdownno frame-relay inverse-arp 关闭inverse-arpframe-relay map ip 10.1.123.1 301 broadcast 手动配置帧中继映射,对端IP为10.1.123.3,映射的虚电路的本地DLCI为301在帧中继上运行EIGRP默认情况下inverse-arp为开启状态,且支持广播若手动配置则必须加上broadcast关键字段。
帧中继的配置命令
实验九Frame-Rely 广域网实验2010-04-25 19:17:12| 分类:网络实验| 标签:|字号大中小订阅一、实验目的1.使用Frame-Rely点对点接口实现拓扑一各节点间业务网段的连通性。
2.掌握Frame-Rely点对点接口的配置及调试。
3.熟悉Frame-Rely交换机的配置及调试。
4.使用Frame-Rely NBMA主接口实现拓扑二各节点之间业务网段的连通性。
5.熟悉Frame-Rely NBMA主接口的配置及调试。
二、实验拓朴拓扑一三、实验内容1.基本配置Router(config)#hostname RT1RT1(config)#no ip domain-lookupRT1(config)#line console 0RT1(config-line)#logging synchronousRT1(config-line)#no loginRT1(config-line)#privilege level 15RT1(config-line)#exitRT1(config)#line vty 0 4RT1(config-line)#logging synchronousRT1(config-line)#no loginRT1(config-line)#privilege level 15Router(config)#hostname RT3RT3(config)#no ip domain-lookupRT3(config)#line console 0RT3(config-line)#logging synchronousRT3(config-line)#no loginRT3(config-line)#privilege level 15RT3(config-line)#exitRT3(config)#line vty 0 4RT3(config-line)#logging synchronousRT3(config-line)#no loginRT3(config-line)#privilege level 15Router(config)#hostname RT5RT5(config)#no ip domain-lookupRT5(config)#line console 0RT5(config-line)#logging synchronousRT5(config-line)#no loginRT5(config-line)#privilege level 15RT5(config-line)#exitRT5(config)#line vty 0 4RT5(config-line)#logging synchronousRT5(config-line)#no loginRT5(config-line)#privilege level 15Router(config)#hostname RT7RT7(config)#no ip domain-lookupRT7(config)#line console 0RT7(config-line)#logging synchronousRT7(config-line)#no loginRT7(config-line)#privilege level 15RT7(config-line)#exitRT7(config)#line vty 0 4RT7(config-line)#logging synchronousRT7(config-line)#no loginRT7(config-line)#privilege level 152.帧中继交换机配置RT1(config)#frame-relay switching //启动帧中继交换RT1(config)#interface serial 0/0 //配置主接口RT1(config-if)#clock rate 1000000 //配置DCE端的时钟速率RT1(config-if)#encapsulation frame-relay ietf //配置帧中继封装RT1(config-if)#frame-relay lmi-type q933a //配置LMI类型RT1(config-if)#frame-relay intf-type dce //配置帧中继接口类型RT1(config-if)#frame-relay route 101 interface serial 0/2 201 //配置帧中继路由,本端口的DLCI号为101对应端口为serial 0/0 DLCI号为201。
第七章 配置帧中继
第七章配置帧中继一、帧中继技术(Frame Relay)帧中继是一种高性能的WAN协议,它运行在OSI参考模型的物理层和数据链路层。
它是一种数据包交换技术,是X.25的简化版本。
它省略了X.25的一些强健功能,如提供窗口技术和数据重发技术,而是依靠高层协议提供纠错功能,这是因为帧中继工作在更好的WAN设备上,这些设备较之X.25的WAN设备具有更可靠的连接服务和更高的可靠性,它严格地对应于OSI参考模型的最低二层(即是第二层协议),而X.25还提供第三层的服务,所以,帧中继比X.25具有更高的性能和更有效的传输效率。
图1是应用帧中继技术通信的典型例子。
图1、帧中继通信• 虚电路:两个DTE设备(如路由器)之间的逻辑链路称为虚电路(交换虚拟线路SVC,Switched VirtualCircuits),帧中继用虚电路来提供端点之间的连接。
由服务提供商预先设置的虚电路称为永久虚电路(PVC,Permanent VirtualCircuits);别外一种虚电路是交换虚电路(SVC),它是动态设置的虚电路。
• 帧中继设置中可分为数据终端设备(DTE)和数据电路终端设备(DCE),在实际应用中,Cisco路由器为DTE端,通过V.35线缆连接CSU/DSU,如果将两个路由器通过V.35线缆直连,连接V.35 DCE线缆的路由器充当DCE的角色,并且需要提供同步时钟。
CSU(通道服务单元):把终端用户和本地数字电话环路相连的数字接口设备。
DSU(数据业务单元):指的是用于数字传输中的一种设备,它能够把DTE设备上的物理层接口适配到T1或者E1等通信设施上。
数据业务单元也负责信号计时等功能,它通常与CSU(信道业务单元)一起提及,称作CSU/DSU (Channel Service Unit/Data [or Digital] Service Unit)。
• 帧中继技术提供面向连接的数据链路层的通信,在每对设备之间都存在一条定义好的通信链路,且该链路有一个链路识别码。
帧中继的基本配置(Basic FrameRealy)
思考:如果在步骤七发现无法PING通R2,可能是因为。
R2的反向ARP的映射尚没有创建成功。
所以我们手工的配置反向是ARP手工静态映射的配置思考:在R1上PING上自己的接口IP。
是否可以PING通?为什么?如果解决?回复 #2 stanley.wy 的帖子谢谢lz ,今天学习Basic FrameRealy步骤一:配置R4的为帧中继交换机。
R4(config)#frame-relay switchingR4(config)#interface serial 1/0R4(config-if)#encapsulation frame-relayR4(config-if)#frame-relay intf-type dceR4(config-if)#frame-relay lmi-type ciscoR4(config-if)#frame-relay route 100 interface serial 1/1 101R4(config-if)#clock rate 64000R4(config-if)#no shutdownR4(config-if)#exitR4(config)#interface serial 1/1R4(config-if)#encapsulation frame-relayR4(config-if)#frame-relay intf-type dceR4(config-if)#frame-relay lmi-type ansiR4(config-if)#frame-relay route 101 interface serial 1/0 101 《--改:serial 1/0 100R4(config-if)#clock rate 64000R4(config-if)#no shutdownR4(config-if)#exit------------------在R1上PING上自己的接口IP。
帧中继配置(点到点)
帧中继是ISP提供的一种广域网服务,是一种网络与数据终端设备(DTE)接口标准,多用于公司总部与分支机构互连。
帧中继的主要特点是:使用光纤作为传输介质,因此误码率极低,能实现近似无差错传输,减少了进行差错校验的开销,提高了网络的吞吐量;帧中继是一种宽带分组交换,使用复用技术时,其传输速率可高达44.6Mbps。
但是,帧中继不适合于传输诸如话音、电视等实时信息,它仅限于传输数据。
下面我们开始试验,试验拓扑如下试验环境分析:在上图环境中A路由器代表公司总部,A公司有两个分支机构,我们分别用路由器B、C表示试验目标:使用帧中继实现总部与分支机构互连帧中继的配置分为点对点子接口和多点子接口,在此我们将使用点对点子接口配置帧中继。
点对点网络就是每一个端口对应一个相应的站点,而一个公司有可能有多个分支,而路由器端口的数量有限,这是我们需要在一个物理端口上划分出多个子接口,每个子接口对应一个站点。
帧中继配置在路由器与分支相连的端口上,也就是广域网端口帧中继配置命令:①进入物理端口后不需要直接在端口上配置IP地址,如有IP地址可以在端口上使用(config-if)#no ip address②在物理端口(广域网端口)封装帧中继协议(config-if)#encap frame-relay③激活物理端口(config-if)#no shutdown④在物理端口上建立子接口,并指定接口类型(config-if)#interface 子接口point-to-point⑤给子接口配置IP地址和子网掩码(config-subif)#ip address IP地址子网掩码⑥给子接口配置DLCI值(config-subif)#frame-relay interface-dlci DLCI值⑦给子接口配置端口速率(config-sibif)#bandwidth 带宽DLCI值IP地址规划A:e0---192.168.10.1 B:e0---192.168.20.1 C:e0---192.168.30.1 s0.1--202.110.100.1 s0---202.110.100.2 s0---202.110.10 1.2s0.2--202.110.101.1一、配置A路由器A(config)#interface e0 进入局域网端口A(config-if)#ip address 192.168.10.1 255.255.255.0配置局域网I P和掩码A(config-if)#no shutdown激活局域网端口A(config-if)# interface s0 进入广域网端口A(config-if)#no ip address 删除广域网端口的IPA(config-if)#no shutdown 激活广域网A(config-if)#encap frame-relay封装帧中继协议A(config-if)#interface s0.1 point-to-point 在物理端口上建立子接口S0.1,指定端口类型A(config-subif)#ip address 202.110.100.1 255.255.255.0给子接口配置IP和掩码A(config-subif)#frame-relay interface-dlci 102 给S0.1子接口封装DLCIA(config-subif)#bandwidth 64给S0.1子接口配置A(config-subif)#interface s0.2 point-to-point 建立子接口S0.2,并指定子接口类型A(config-subif)#ip address 202.110.101.1 255.255.255.0 给子接口S0.2配置IP和掩码A(config-subif)#frame-relay interface-dlci 103给S0.2子接口封装DLCIA(config-subif)#bandwidth 64 给S0.2子接口配置端口速率A(config-subif)#exit 退出子接口A(config)#router eigrp 100 配置路由,协议为EIGRPA(config-router)#net 192.168.10.0A(config-router)#net 202.110.100.0A(config-router)#net 202.110.101.0二、配置B路由器B路由器上有两个端口,一个是局域网端口E0,一个是广域网端口S0,S0为连接A路由器的S0.1端口,不需要配置子接口,只需要配置IP地址然后封装帧中继协议即可B(config)#int e0B(config-if)#ip address 192.168.20.1 255.255.255.0B(config-if)#no shutdownB(config-if)#int s0B(config-if)#ip address 202.110.100.2 255.255.255.0B(config-if)#encap frame-relayB(config-if)#frame-relay interface-dlci 201B(config-if)#bandwidth 64B(config-if)#no shutB(config-if)#exitB(config)#router eigrp 100B(config-router)#net 192.168.20.0B(config-router)#net 202.110.100.0三、配置路由器CC路由器有两个端口,E0为局域网端口。
帧中继的配置
帧中继的配置一.帧中继帧中继协议是一个第二层协议,即数据链路层协议,它工作在OSI参考模型的物理层和数据链路层。
帧中继提供面向连接的数据链路层通讯,由于其可靠的性能,因此目前成为一种非常重要的广域网技术。
在学习帧中继的过程中,以下的几个术语及与其相关的技术是必须要重点掌握的内容:●虚电路(Virtual circuit):为保证两个DTE设备(如路由器)之间的双向通信而创建的逻辑链路称为虚电路(VC),帧中继用虚电路来提供端点之间的连接,用DLCI来标识;●永久虚电路(Permanent VC-PVC):由服务提供商预先设置,在需要经常通过帧中继网络进行数据传送的DTE设备之间建立的永久逻辑连接,称为永久虚电路(PVC);●交换虚电路(Switched VC-SVC):在只需要通过帧中继网络进行零星数据传送的DTE 设备之间建立的临时的逻辑连接,称为交换虚电路(SVC),它是动态设置的虚电路;●DLCI:数据链路连接标识符(Data-Link Connection Identifier),是帧中继帧头的地址字段中用来区分VC的10bits标识,该标识具有本地意义,只涉及到本地路由器和所连帧中继交换机之间的那一部分,只是路由器和帧中继交换机之间表示VC的数字,因此,远端设备可以用与本地设备相同或完全不同的DLCI表示同样一条逻辑连接,两端的DLCI互不相干。
帧中继交换机通过在一对路由器之间映射DLCI来创建虚电路;●本地访问速率(Local Access Rate):指连接到帧中继云团的连接(本地回路)的时钟速度(端口速度),是数据流入或流出网络的速率;●LMI:本地管理接口(Local Management Interface),是用户设备(DTE)和帧中继交换机(DCE)之间的信令标准,它负责管理设备之间的连接并维护设备之间的连接状态;●CIR:承诺信息速率(Committed Information Rate):申请帧中继服务时服务提供商(ISP)承诺提供的有保证的速率,CIR是在正常条件下帧中继网络保证为用户传送数据所提供的最大平均数据速率;●Inverse ARP:反向地址解析协议(Inverse Address Resolution Protocol),动态地把远端设备的网络层地址与本地DLCI相关联的方法,使本地路由器能自动发现与一个VC相关联的远端设备的网络层地址;●帧中继映射:作为第二层的协议,帧中继协议必须有一个与第三层协议之间建立关联的手段,才能用它来实现网络层的通信,帧中继映射即实现这样的功能,它把网络层地址和DLCI之间进行映射。
实验九 帧中继协议的配置
实验九帧中继协议的配置一、配置帧中继DTE实验拓扑图【实验步骤】1、路由器R0上的配置如下:二、配置帧中继DCE实验拓扑图【实验步骤】1、路由器R0上的配置如下:三、配置帧中继点对点子接口实验拓扑图【实验步骤】1、路由器R0上的配置如下:Router>enRouter#conf tRouter(config)#no ip domain-lookup //取消名称解析Router(config)#int f0/0Router(config-if)#ip add 172.16.1.1 255.255.255.0 //配置ip地址Router(config-if)#no shutRouter(config-if)#int s0/1/0Router(config-if)#encapsulation frame-relay //对串口serial0/1/0进行frame-relay封装Router(config-if)#no shutRouter(config-if)#int s0/1/0.1 point-to-point //进入串口的子接口配置模式Router(config-subif)#ip add 192.168.3.2 255.255.255.0Router(config-subif)#description link router2 dlci 41Router(config-subif)#frame-relay interface-dlci 20 //配置DLCIRouter(config-subif)#int s0/1/0.2 point-to-pointRouter(config-subif)#ip add 192.168.2.2 255.255.255.0Router(config-subif)#description link router1 dlci 31Router(config-subif)#frame-relay interface-dlci 21 //配置DLCIRouter(config-subif)#exitRouter(config)#exitRouter#conf tRouter(config)#router eigrp 100 //在路由器上启用EIGRP路由协议Router(config-router)#network 172.16.0.0 //通告与自己直接想连的网段Router(config-router)#network 192.168.3.0Router(config-router)#network 192.168.2.0Router(config-router)#exitRouter(config)#exitRouter#copy running-config startup-conifg2、路由器R1上的配置如下:Router>enRouter#conf tRouter(config)#no ip domain-lookup //取消名称解析Router(config)#int f0/0Router(config-if)#ip add 172.17.1.1 255.255.255.0 //配置ip地址Router(config-if)#no shutRouter(config-if)#int s0/1/0Router(config-if)#encapsulation frame-relay //对串口serial0/1/0进行frame-relay封装Router(config-if)#no shutRouter(config-if)#int s0/1/0.1 point-to-point //进入串口的子接口配置模式Router(config-subif)#ip add 192.168.1.2 255.255.255.0Router(config-subif)#description link to router2 dlci40Router(config-subif)#frame-relay interface-dlci 30 //配置DLCIRouter(config-subif)#int s0/1/0.2 point-to-pointRouter(config-subif)#ip add 192.168.2.1 255.255.255.0Router(config-subif)#description link to router0 dlci21Router(config-subif)#frame-relay interface-dlci 31 //配置DLCIRouter(config-subif)#exitRouter(config)#router eigrp 100 //在路由器上启用EIGRP路由协议Router(config-router)#network 192.168.1.0 //通告与自己直接想连的网段Router(config-router)#network 192.168.2.0Router(config-router)#network 172.17.0.0Router(config-router)#exitRouter(config)#exitRouter#copy running-config startup-config3、路由器R2上的配置如下:Router>en //进入特权配置模式Router#conf t //进入全局配置模式Router(config)#no ip domain-lookup //取消名称解析Router(config)#hostname Router2 //配置路由器的名字Router2(config)#int f0/0 //进入接口配置模式Router2(config-if)#ip add 172.18.1.1 255.255.255.0 //配置ip地址Router2(config-if)#no shut //激活端口Router2(config-if)#int s0/1/0Router2(config-if)#encapsulation frame-relay //对串口serial0/1/0进行frame-relay封装Router2(config-if)#no shutRouter2(config-if)#int s0/1/0.1 point-to-point //进入串口的子接口配置模式Router2(config-subif)#ip add 192.168.1.1 255.255.255.0 //为子接口配置IP地址Router2(config-subif)#description Link Router1 DLCI 30 //为子接口添加描述Router2(config-subif)#frame-relay interface-dlci 40 //配置DLCIRouter2(config)#int s0/1/0Router2(config-if)#int s0/1/0.2 point-to-pointRouter2(config-subif)#ip add 192.168.3.1 255.255.255.0Router2(config-subif)#description link to Router0 DLCI 20Router2(config-subif)#frame-relay interface-dlci 41Router2(config)#router eigrp 100 //在路由器上启用EIGRP路由协议Router2(config-router)#network 172.18.0.0 //通告与自己直接想连的网段Router2(config-router)#network 192.168.3.0Router2(config-router)#network 192.168.1.0Router2(config-router)#exitRouter2#copy running-config startup-config //保存配置4、配置Cloud0如下:【检测实验结果】用ping命令测试各pc机之间的连通性。
帧中继及其路由配置
Router1(config-if)#no ip address --主接口无需IP地址
Router1(config-if)#encap fr --主接口需要封装帧中继并指明接口类型
Router1(config)#int s1.1 point-to-point --配置点到点子接口
帧中继及其路由配置 详解
===============================================================================
帧中继:
1)帧中继在X25的基础上发展而来,基于可靠线路,去掉了X25中的纠错机制,提高了传输效率。
2)帧中继使用虚电路连接,目前常用为PVC,并使用DLCI号标识每一条虚电路。
Router2(config-if)#shut
Router2(config-if)#no shut
Router2(config-if)#exit
Router2(config)#exit
Router2#show frame-relay map --显示帧中继映射,状态为active才代表帧中继已通
3)帧中继工作于链路层,适于低时延、高通过量的突发业务。
4)帧中继使用LMI管理帧中继虚电路的建立、维护和中止。
5)帧中继在用户接口上最多可支持1024条虚电路。
6)用户可用虚电路范围为16-1007。
7)DLCI 0和1023为LMI协议专用。
=============================================================================
帧中继的基本配置
实验拓扑:说明:我们这配置的ip与拓扑图上的有些区别,具体设置看下面的配置。
1.首先配置R4为帧中继交换机:Router>enaRouter#config tRouter(config)#hostname FrSwitchFrSwitch(config)#frame-relay switchingFrSwitch(config)#int s1/0FrSwitch(config-if)#encapsulation fram e-relayFrSwitch(config-if)#frame-relay lmi-type ansiFrSwitch(config-if)#frame-relay intf-type dceFrSwitch(config-if)#frame-relay route 100 interface s1/1 101 FrSwitch(config-if)#clock rate 64000FrSwitch(config-if)#no shuFrSwitch(config-if)#int s1/1FrSwitch(config-if)#encapsulation fram e-relayFrSwitch(config-if)#frame-relay lmi-type ansiFrSwitch(config-if)#frame-relay intf-type dceFrSwitch(config-if)#frame-relay route 101 interface s1/0 100 FrSwitch(config-if)#clock rate 64000FrSwitch(config-if)#no shu2.配置R1 and R2:Router>enaRouter#config tRouter(config)#hostname Router1Router1(config)#int s1/2Router1(config-if)#ip add 10.0.0.1 255.255.255.0Router1(config-if)#enca fram e-relayRouter1(config-if)#frame-relay lmi-type ansiRouter1(config-if)#no shuRouter>enaRouter#config tRouter(config)#hostname Router2Router2(config)#interface s1/2Router2(config-if)#encapsulation frame-relayRouter2(config-if)#ip add 10.0.0.2 255.255.255.0Router2(config-if)#frame-relay lmi-type ansiRouter2(config-if)#no shu3.验证配置:Router1#show fram e-relay m apSerial1/2 (up): ip 10.0.0.2 dlci 100(0x64,0x1840), dynamic,broadcast,, status defined, activeRouter2#show fram e-relay m apSerial1/2 (up): ip 10.0.0.1 dlci 101(0x65,0x1850), dynamic,broadcast,, status defined, activeRouter1#show fram e-relay pvcPVC Statistics for interface Serial1/2 (Fram e Relay DTE)Active Inactive Deleted StaticLocal 1 0 0 0Switched 0 0 0 0Unused 0 0 0 0DLCI =100, DLCI USAGE =LOCAL, PVC STATUS =ACTIVE, INTERFACE =Se rial1/2input pkts 6 output pkts 7 in bytes 554out bytes 588 dropped pkts 0 in FECN pkts 0in BECN pkts 0 out FECN pkts 0 out BECN pkts 0in DE pkts 0 out DE pkts 0out bcast pkts 2 out bcast bytes 685 minute input rate 0 bits/sec, 0 packets/sec5 minute output rate 0 bits/sec, 0 packets/secpvc create tim e 00:13:00, last tim e pvc status changed 00:12:20Router2#show fram e-relay pvcPVC Statistics for interface Serial1/2 (Fram e Relay DTE)Active Inactive Deleted StaticLocal 1 0 0 0Switched 0 0 0 0Unused 0 0 0 0DLCI =101, DLCI USAGE =LOCAL, PVC STATUS =ACTIVE, INTERFACE =Se rial1/2input pkts 6 output pkts 6 in bytes 554out bytes 554 dropped pkts 0 in FECN pkts 0in BECN pkts 0 out FECN pkts 0 out BECN pkts 0in DE pkts 0 out DE pkts 0out bcast pkts 1 out bcast bytes 345 minute input rate 0 bits/sec, 0 packets/sec5 minute output rate 0 bits/sec, 0 packets/secpvc create tim e 00:11:24, last tim e pvc status changed 00:11:14在R1上ping R2:Router#ping 10.0.0.2Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.0.0.2, tim eout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max =120/140/168 ms OK,成功!如果发现ping不通的话,可以使用命令show fram map查看,看是否有R2的反向ARP映射,如果没有的话我们可以手工添加:Router2#show fram e-relay m apSerial1/2 (up): ip 10.0.0.1 dlci 101(0x65,0x1850), static,broadcast,CISCO, status defined, active这样就可以相互通信了。
帧中继基本配置
帧中继基本配置原理:帧中继(Frame Relay)是一种面向连接的数据链路层技术,主要用于公共或者专用网以上的局域网互联的以及广域网连接。
帧中继网络的相关术语如下:DTE(data terminal equipment,数据终端设备):通常指用户侧的主机或者终端等DCE(data circuit-terminating equipment,数据电路终结设备):为用户设备提供接入设备,属于网络设备,如帧中继交换机DLCI(data link connection identifier,数据链路连接标识):虚电路接口的的标识。
帧中继能够在单一物理传输线路上提供多条虚电路,虚电路便是通过DLCI来区分。
PVC (permanent virtual circuit,永久的虚电路)永久虚电路是指给用户提供固定的虚电路,该电路一旦建立,则链路永久生效,除非管理员手动删除,pvc用于两端间频繁. 流量稳定的数据传输实验内容:公司A的总部与分部分别设在不同的地方,总部路由R1和路由R2帧中继网络相连,总部与分部申请了一条PVC。
由于业务发展,公司A 与公司B有了密切业务往来,公司B路由R3也采用帧中继便使用了动态映射方式与公司A相连,即只能与公司A总部相连通信,现需要采用中继子接口配置和静态路由使R3能通过R1访问R2 实现全网通(1 在帧中继交换机上建立俩条PVC,PVC在S0/0/0接口分配DLCI 为102,在S0/0/1,接口分配DLCI 为201,俩者同属一条PVC(R1和R2一条,R1和R3一条)2.静态与动态映射的配置公司A总部使用动态映射,在R1接口s2/0/0接口配置链路协议为FR,FR inarp命令允许帧中继逆向地址解析功能自动生成地址映射表。
【R2】int s2/0/0【R2-serial2/0/0】link-protocol fr【R2-serial2/0/0】undo frinarp 闭逆向解析功能【R2-serial2/0/0】fr map ip 10.1.1.1 201 手工配置R1的IP 地址与DLCI的静态映射【R2-serial2/0/0】fr map IP 11.1.1.1 201 broadcast (默认下帧中继不支持广播或者组播的转发,所以需在静态映射后面添加broadcast<R1>使用display fr PVC-info 查看PVC建立情况Ping 11.1.1.2 此时R1与R2之间正常通信3.子接口配置和静态路由【R3】int s2/0/0【R3-serial2/0/0】link-protocol fr【R1】int s2/0/0.1【R1-serial2/0/0.1】IP add 22.1.1.1 24【R1-serial2/0/0.1】frdlci 103 (默认情况下帧中继交换机分配的DLCI都关联到用户设备的物理接口上,而子接口的关联的DLCI需要手动指定【R3】IP route-static 11.1.1.2 32 22.1.1.1【R2】IP route-static 22.1.1.3 32 11.1.1.1使用tracert命令查看走的路径。
配置帧中继
实验六配置帧中继(F-R)网络拓扑DLCI=100DLCI=400S0(DTE):172.168.5.5S1(DTE):172.168.5.7S1(DCE)S0(DCE)AFRSWB实验内容模拟帧中继PVC连接A,B场点。
实验配置A 路由器的配置:一.基本配置:1. 配置路由器主机名Red-Giant>enable(注:从用户模式进入特权模式)Red-Giant#configure terminal(注:从特权模式进入全局配置模式)Red-Giant(config)#hostname A(注:将主机名配置为“A”)A(config)#2.配置路由器远程登陆密码A(config)#line vty 0 4 (注:进入路由器vty0至vty4虚拟终端线路模式)A(config-line)#loginA(config-line)#password star(注:将路由器远程登陆口令设置为“star”)3.配置交换机特权模式口令A(config)#enable password star或:A(config)#enable secret star(注:将交换机特权模式口令配置为“star”)4.为路由器各接口分配IP地址A(config)#interface serial 0注:进入路由器serial 0的接口配置模式(常见的路由器接口:fastethernet 0,fastethernet 1,…,fastethernet n;serial 0,serial 1,…,serial n)A(config-if)#ip address 172.168.5.5 255.255.255.0注:设置路由器serial 0的IP地址为172.168.5.5,对应的子网掩码为255.255.255.0二.配置路由器A串口封装协议:A(config-if)#encapsulation frame-relayB 路由器的配置:一.基本配置:1. 配置路由器主机名Red-Giant>enable(注:从用户模式进入特权模式)Red-Giant#configure terminal(注:从特权模式进入全局配置模式)Red-Giant(config)#hostname B(注:将主机名配置为“B”)B(config)#2.配置路由器远程登陆密码B(config)#line vty 0 4 (注:进入路由器vty0至vty4虚拟终端线路模式)B(config-line)#loginB(config-line)#password star(注:将路由器远程登陆口令设置为“star”)3.配置交换机特权模式口令B(config)#enable password star或:B(config)#enable secret star(注:将交换机特权模式口令配置为“star”)4.为路由器各接口分配IP地址B(config)#interface serial 0注:进入路由器serial 0的接口配置模式(常见的路由器接口:fastethernet 0,fastethernet 1,…,fastethernet n;serial 0,serial 1,…,serial n)B(config-if)#ip address 172.168.5.7 255.255.255.0注:设置路由器serial 0的IP地址为172.168.5.7,对应的子网掩码为255.255.255.0二.配置路由器B串口封装协议:B(config-if)#encapsulation frame-relayFRSW 路由器的配置:一.基本配置:配置路由器主机名Red-Giant>enable(注:从用户模式进入特权模式)Red-Giant#configure terminal(注:从特权模式进入全局配置模式)Red-Giant(config)#hostname FRSW(注:将主机名配置为“B”)FRSW(config)#二.配置FR交换特性:FRSW(config)#frame-relay switching注:将路由器模拟为帧中继交换设备FRSW(config)#interface serial 1注:进入路由器serial 1的接口配置模式(常见的路由器接口:fastethernet 0,fastethernet 1,…,fastethernet n;serial 0,serial 1,…,serial n)FRSW(config-if)#clock rate 64000注:设置serial 1接口物理时钟频率为64KbpsFRSW(config-if)#encapsulation frame-relay注:设置serial 1接口的封装协议为帧中继FRSW(config-if)#frame-relay intf-type dce注:使serial 1接口具有帧中继交换特性FRSW(config-if)frame-relay route 400 interface serial 0 100注:“400”为入口的DLCI编号;“serial 0”为出口“100”为出口的DLCI编号。
帧中继基本配置、帧中继映射
实验2:帧中继基本配置、帧中继映射1. 实验目的通过本实验,读者可以掌握如下技能:(1)帧中继的基本配置(2)帧中继的动态映射(3)帧中继的静态映射2. 实验拓扑3. 实验步骤在实验1 的基础上进行实验2。
图8-4 中,我们已经模拟出了帧中继交换机,现配置R1、R3、R4,使得它们能够互相通信,配置步骤如下:(1) 帧中继接口基本配置R1(config)#int s0/0/0R1(config-if)#ip address 192.168.123.1 255.255.255.0 R1(config-if)#no shutdownR1(config-if)#encapsulation frame-relayR3(config)#int s0/0/1R3(config-if)#ip address 192.168.123.3 255.255.255.0 R3(config-if)#no shutdownR3(config-if)#encapsulation frame-relayR4(config)#int s0/0/1R4(config-if)#ip address 192.168.123.4 255.255.255.0 R4(config-if)#no shutdownR4(config-if)#encapsulation frame-relay(2) 测试连通性从各个路由器ping 其他路由器:R1#ping 192.168.123.3Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.123.3, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 msR1#ping 192.168.123.4Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.123.4, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 msR1#show frame-relay mapSerial0/0/0 (up): ip 192.168.123.3 dlci 103(0×67,0×1870), dynamic, broadcast,, status defined, activeSerial0/0/0 (up): ip 192.168.123.4 dlci 104(0×68,0×1880), dynamic, broadcast,, status defined, active//默认时,帧中继接口开启了动态映射,会自动建立帧中继映射, “dynamic”表明这是动态映射。
实验5-帧中继(Frame Relay)配置-(写报告)
实验5:帧中继(Frame Relay)配置实验目的一个公司有三个分公司,分布在多个地方,想通过帧中继(Frame Relay)广域网将它们互连起来。
下面通过实验掌握帧中继点对点链路的配置,了解路由器的基本配置。
实验环境Packet Tracer 5.3网络仿真软件,仿真设备:三台路由器、三台PC机、一个帧中继网络。
实验步骤步骤1用Packet Tracer 5.3构建帧中继网络连接多个局域网。
启动Packet Tracer 5.3,添加三台路由器(Generic,Router-PT)、三台PC机,并添加一个WAN Emulation云(Generic,Cloud-PT)。
用串口线将路由器连接到Cloud0上,以路由器的Serial2/0口为DCE端,敲入配置命令时需设置时钟频率;用交叉线把PC机的FastEthernet接口和路由器的FastEthernet0/0接口连接起来,每台PC机可看成是一个局域网。
注意:路由器Router0、Router1和Router2依次连接到帧中继网络的Serial0、Serial1和Serial2串口上,端口顺序不要弄错,如图5-28所示。
299图5-28 帧中继配置网络拓扑图步骤2配置PC机的IP地址、子网掩码和默认网关地址。
单击网络拓扑图上的PC0,出现PC0的配置窗口,点击Desktop,点击IP Configuration,按网络拓扑图上所给的IP地址及默认网关地址进行配置,子网掩码采用默认值,如图5-29所示。
300图5-29 PC0的IP配置接着,按如上方法分别对PC1和PC2的IP地址、子网掩码和默认网关进行配置,如图5-30和5-31所示。
图5-30 PC1的IP配置图5-31 PC2的IP配置下面开始配置与帧中继网相连的路由器。
分别对三台路由器的快速以太网口进行配置,对串口进行帧中继封装,配置子接口IP地址和DLCI链路,最后进行路由配置。
为了便于理解配置命令,在某些命令后用//加以注释,读者做实验时301切勿将这些注释也敲进去。
帧中继网络的具体配置
服务器servers:dhcp、dns、dc、文件服务、ftp广域网接入方式:FR、、专线、Cable帧中继交换帧中继网络,不是黄老师用的以太连接的方式了,采用的是二层链路层的封装在帧中继网络中,虚拟链路的标识:dlci(ISP给我们配置好的,)R1 dlci103 61.1.1.1/24(R1连接ISP的端口的IP)R3 dlci301 61.1.1.2/24帧中继里面路由器之间相连接,不用配置时钟频率R1上R1(conf)#Int loopback 0R1(conf-if)#ip add 21.1.1.1. 255.255.255.0R1(conf-if)#int e0/0R1(conf-if)#ip add 172.16.20.254 255.255.255.0R1(conf-if)#no shR1(conf)#int s 1/0R1(conf-if)#Encapsulation frame-relayR1(conf-if)#Ip add 61.1.1.1 255.255.255.0R1(conf-if)#no shR1# Sh ip int bR1#Sh frane-rekay map (这里是IP和DLCI相对应,去这个IP地址,走这个dlci虚拟链路) Ping 61.1.1.2 (通)R1(conf)#Router ospf 1R1(conf-router)#Network 61.1.1.0 0.0.0.255 area 0(老师的是61.0.0.0 0.255.255.255 area 0 为什么这么配置的呢??结论:我自己的想法是正确的,老师打错了,下面类似的都是这个结论;老师设置的那个大的范围,会导致路由工作不正常)R1(conf-router)#Network 172.16.20.0 0.0.0.255 area 0(帧中继默认不能广播的,OSPF是不能建立邻居关系的)R1(conf-router)#Neighbor 61.1.1.2 (告示OSPF邻居是谁,在一端指定就行了)R1#Sh ip ospf neiR3上R3(conf)#Int loopback 0R3(conf)# ip add 21.1.1.2. 255.255.255.0R3(config)#Int e0/1R3(config-if)#IP add 172.16.100 254 255.255.255.0R3(conf-if)#no shR3(conf)#int s 1/0R3(conf-if)#Encapsulation frame-relayR3(conf-if)#Ip add 61.1.1.1 255.255.255.0R3(conf-if)#no shR3# Sh ip int bR3#Sh frane-relay map (这里是IP和DLCI相对应,去这个IP地址,走这个dlci虚拟链路) Ping 61.1.1.1 (通)R3(conf)#Router ospf 1R3(conf-router)#Network 61.1.1.0 0.0.0.255 area 0R3(conf-router)#Network 172.16.100.0 0.0.0.255 area 0(帧中继默认不能广播的,OSPF是不能建立邻居关系的)R3(conf-route)#Neighbor 61.1.1.1 (告示OSPF邻居是谁,在一端指定就行了)R3#Sh ip ospf neiSW1上SW1(conf-if)# int loopback 0SW1(conf-if)# ip add 11.1.1.1 255.255.255.0SW1(conf-if)#int f0/11SW1(conf-if)#no swithportSW1(conf-if)#ip add 172.16.20.253 255.255.255.0SW1(conf-if)#exitSW1(conf)#Router ospf 1SW1(conf-router)# Network 172.16.20.0 0.0.0.255 area 0自己配置的时候,出现的问题:1、没有给R3的S1/0配置IP,导致R3不能和R1联通;2、有两次启动的时候R1、R3和帧中继交换机没有联通(protocol为down)补充:show fram map(显示端口封装成帧模式)r3#int s1/0fram ma ip 61.1.1.1 301 b (IP和dlci进行对应关系的设置)工作组中的文件服务器PC1 服务器172.16.10.1在工作组(用户验证是在本地进行的,和域,是不一样的)中,怎样做文件服务器共享名的设置:使用员工容易识别的名字用户数限制XP的话,一般就不能超过10个用户的访问数(可以修改注册表,修改数量)最好使用网络版的(避免安全和法律问题)权限设置每个部门的文件夹,要设置“有哪些权限,拒绝哪些权限”文件夹的属性,“安全”选项,建立有相应权限的组或用户,把需要这些权限的用户加入组或用户,加入的这些用户,就能获得这个组或用户的权限,这样子就能批量管理权限服务器端的管理员,是不能直接访问创建的设置了共享的文件夹,也需要给自己设置相应的权限,才能访问这些文件夹Net user zhimin 123/add 创建用户zhiming,密码是123公司的整体文件夹,设置everyone都可以进去,再在里面的不同部门的文件夹里面设置相应的权限系统默认不能让没有读取权限用户,也看不到,但是,可以用软件来做PC2 客户机172.16.20.1在客户端,访问文件服务器,最快的方法是,输入IP会把你登陆进自己客户端系统的账号和密码,去登陆文件服务器,如果匹配的话,就不用另外输入账号和密码了;要是不匹配的话,就要另外输入用户名和密码在网络上访问服务器方案:不用工作组的文件共享功能,安装FTP组件,采用FTP服务器这里采用windows2003自带的FTP服务器来做IIs组件——FTP组件FTP采用默认的FTP主目录,就是要共享出来的目录客户端默认采用匿名登录,邮件单击“登录”,这样子登录不同的文件夹。
帧中继的配置
一、在Packet Tracer上边画好拓扑,并配置好模块和帧中继DLCI先看下配好的拓扑图:配置过程:1、添加3台路由器,我用的是2811,为路由器添加S端口模块,我用的是NM-4A/S模块。
2、添加一个Cloud-PT-Empty设备(Cloud0)模拟帧中继网络,为Cloud0添加3个S端口模块,好与路由器连接!3、设置好S1,S2,S3,的DLCI值:??4、配置好Frame-relay连接:?5、连接端口注意:路由器作为DTE设备,Cloud0作为DCE设备,按照拓扑添加3台PC作测试用,连接到路由器F端口,并启动各连接端口。
为各PC设置好IP和网关:?做好ip地址的规划,网络拓扑就基本完成了,下面进行路由器的配置二、配置3台路由器:R1路由器配置:R1>enR1#conf tR1(config)#int s1/0?????????????????????????????????? 进入S1/0端口配置R1(config-if)#no shut???????????????????????????????? 启动端口R1(config-if)#encapsulation frame-relay?????????????? 帧中继封装R1(config-if)#frame-relay lmi-type cisco????????????? 帧中继类型为ciscoR1(config)#int s1/0.1 point-to-point????????????????? 配置子端口,并设置为点对点模式R1(config-subif)#ip add 192.168.1.1 255.255.255.0???? 分配子端口ip 地址R1(config-subif)#frame-relay interface-dlci 102?????? 指定点对点对应的DLCI值R1(config-subif)#exitR1(config)#int s1/0.2 point-to-point????????????????? 配置子端口,并设置为点对点模式R1(config-subif)#ip add 192.168.2.1 255.255.255.0???? 分配子端口ip 地址R1(config-subif)#frame-relay interface-dlci 103?????? 指定点对点对应的DLCI值R1(config-subif)#exitR2路由器配置:R2>enR2#conf tR2(config)#int s1/0R2(config-if)#no shutR2(config-if)#en frame-relayR2(config-if)#frame-relay lmi-type ciscoR2(config)#int s1/0.1 point-to-pointR2(config-subif)#ip add 192.168.1.2 255.255.255.0 R2(config-subif)#frame-relay interface-dlci 201R2(config-subif)#exitR2(config)#int s1/0.2 pR2(config-subif)#ip add 192.168.3.1 255.255.255.0 R2(config-subif)#frame-relay interface-dlci 203R2(config-subif)#exitR3路由器配置:R3>enR3#conf tR3(config)#int s1/0R3(config-if)#no shutR3(config-if)#en frame-relayR3(config-if)#frame-relay lmi-type ciscoR3(config)#int s1/0.1 point-to-pointR3(config-subif)#ip add 192.168.3.2 255.255.255.0 R3(config-subif)#frame-relay interface-dlci 302R3(config-subif)#exitR3(config)#int s1/0.2 point-to-pointR3(config-subif)#ip add 192.168.2.2 255.255.255.0R3(config-subif)#frame-relay interface-dlci 301R3(config-subif)#exit在三台路由器上启动rip路由:R1(config)#router rip???????????????????????????????? 启动rip路由R1(config-router)#net 192.168.10.0??????????????????? 申明接口网络地址R1(config-router)#net 192.168.1.0???????????????????? 申明接口网络地址R1(config-router)#net 192.168.2.0???????????????????? 申明接口网络地址R1(config-router)#exitR1(config)#R2(config)#router ripR2(config-router)#net 192.168.20.0R2(config-router)#net 192.168.1.0R2(config-router)#net 192.168.3.0R2(config-router)#exitR2(config)#R3(config)#router ripR3(config-router)#net 192.168.30.0R3(config-router)#net 192.168.3.0R3(config-router)#net 192.168.2.0R3(config-router)#exitR3(config)#exitRouter#完成配置后,用PC1~3检验是否成功,实验完成!。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
B(config)#router ospf 1
B(config-router)#network 192.168.1.20.0.0.255 area 0
路由器C:
C(config)#router ospf 1
C(config-router)#network 192.168.1.00.0.0.255 area 0
B(config-if)#ip address 192.168.1.2 255.255.255.0
B(config-if)#no shutdown
路由器C:
Router(config)#hostname C
C(config)#interface Serial2/0
C(config-if)#ip address 192.168.1.3 255.255.255.0
A(config)#interface Serial2/0
A(config-if)#ip address 192.168.1.1 255.255.255.0
A(config-if)#no shutdown
路由器B:
Router(config)#hostname B
B(config)#interface Serial2/0
三、实验拓扑
四、实验设备(环境、软件)
思科路由器三台
网线若干
网云
帧中继配置技术
五、实验设计到的基本概念和理论
帧中继:
帧中继技术是在开放系统互连(OSI)网络模型的第二层(链路层)上以帧的形式用简化的方法传送和交换数据单元的一种数字交换技术。
帧中继技术是在分组技术充分发展,数字与光纤传输线路逐渐替代已有的模拟线路,用户终端日益智能化的条件下诞生并发展起来的。
LMI协议的功能主要有,维护链路状态、维护PVC的状态、通知PVC的增加、通知PVC的删除等。
六、实验过程和主要步骤
步骤一:绘制网络拓扑和地址规划情况
网络拓扑,各个路由器接口的IP配置以及DLCI配置信息见上图。
步骤二:单个路由器的基本配置清单
路由器A:
Router(config)#hostname A
步骤七:验证配置情况
以路由器A为例显示部分配置信息:
A#show running-config
Building configuration...
Current configuration : 825 bytes
!
version 12.2
no service timestamps log datetime msec
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 46/58/62 ms
C#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
A(config-if)#encapsulation frame-relay
A(config-if)#bandwidth 64
A(config-if)#frame-relay map ip 192.168.1.3 103 broadcast
A(config-if)#frame-relay map ip 192.168.1.2 102 broadcast
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63 ms
路由器C Ping路由器B和A:
C#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 47/62/78 ms
A#ping 192.168.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:
网云Serial0的配置如下:
网云Serial1的配置如下:
网云Serial2的配置如下:
网云交换表的配置如下:
步骤五:验证三个路由器通信情况
路由器APing路由器B和C:
A#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63 ms
B#ping 192.168.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:
no service timestamps debug datetime msec
no service password-encryption
!
hostname A
!
interface Serial2/0
bandwidth 64
ip address 192.168.1.1 255.255.255.0
C(config-if)#frame-relay map ip 192.168.1.2 302 broadcast
C(config-if)#frame-relay lmi-type q933a
步骤四:网云交换表配置
由于路由器中配置的LMI类型必须与服务提供商使用的类型一致,所以需要在网云中的不同的接口上配置与对应的路由器接口LMI类型一致的类型。
路由器C:
LMI的作用:
LMI即本地管理接口,它是一种存活机制,他提供路由器和帧中继交换机之间的帧中继连接的状态信息。终端设备大约每隔10秒轮询网络一次,请求信道状态信息。如果网络没有提供请求的信息,用户设备可能认为连接已关闭。
LMI有多种不同类型,它们彼此不兼容,路由器中配置的LMI类型必须与服务提供商使用的类型一致,Cisco、Ansi、q933a。
帧中继仅完成OSI物理层和链路层核心层的功能,将流量控制、纠错等留给智能终端去完成,大大简化了节点机之间协议;
同时,帧中继采用虚电路技术,能充分利用网络资源,因而帧中继具有吞吐量高、时延低、适合突发性业务等特点。
帧中继配置主要命令:
R1(config)#interface serial 2/0 帧中继
!
ip classless
七、心得体会
思考题解答:解决思路,要使B到C的包经过路由器A后在转发到路由器C,可以利用有B到A的虚电路,把此包发到路由器A,在发给路由器C。
路由器C到B的包同理也可以解决。
需要添加的配置命令如下:
路由器B:
B(config-if)#frame-relay map ip 192.168.1.3102broadcast
encapsulation frame-relay
frame-relay map ip 192.168.1.3 103 broadcast
frame-relay map ip 192.168.1.2 102 broadcast
!
router ospf 1
log-adjacency-changes
network 192.168.1.00.0.0.255 area 0
B(config-if)#frame-relay map ip 192.168.1.1 201 broadcast
B(config-if)#frame-relay map ip 192.168.1.3 203 broadcast
B(config-if)#frame-relay lmi-type ansi
帧中继配置
一、实验目的
1、掌握帧中继基本概念、DLCI含义、LMI作用、静态和动态映射区别
2、掌握帧中继基本配置:如接口封装、DLCI配置、LMI配置等
3、能够对帧中继进行基本故障排除
二、实验要求
1、帧中继拓扑与地址规划;
2、帧中继基本配置和帧中继网云配置(如帧中继交换表配置)
3、ospf配置
4、验证帧中继配置并给出配置清单
路由器C:
其中C->A的DLCI为301
C->B的DLCI为302
接口的LMI类型为q933a
C(config)#int s2/0
C(config-if)#encapsulation frame-relay
C(config-if)#bandwidth 64
C(config-if)#frame-relay map ip 192.168.1.1 301 broadcast
虚电路是面向连接的,它将用户数据帧按顺序传送至目的地。从建立虚电路的方式的不同,将帧中继虚电路分为两种类型:永久虚电路(PVC)和交换虚电路(SVC)。
永久虚电路是指给用户提供固定的虚电路。这种虚电路是通过人工设定产生的,如果没有人为取消它,它是一直存在的。
交换虚电路是指通过协议自动分配的虚电路,当本地设备需要与远端设备建立连接时,它首先向帧中继交换机发出“建立虚电路请求”报文,帧中继交换机如果接受该请求,就为他分配一虚电路。在通信结束后,该虚电路可以被本地设备或交换机取消。这种虚电路的创建/删除不需要人工操作。