实训四:帧中继

更新时间:2023-06-20 07:41:00 阅读: 评论:0

实训六、帧中继
一、 实训说明:
帧中继是一种用于连接计算机系统的面向分组的通信方法。它主要用在公共或专用网上的局域网互联以及广域网连接。大多数公共电信局都提供帧中继服务,把它作为建立高性能的虚拟广域连接的一种途径。帧中继是进入带宽范围从56Kbps1544Mbps的广域分组交换网的用户接口。帧中继是从综合业务数字网中发展起来的,并在1984年推荐为国际电话电报咨询委员会(CCITT)的一项标准,另外,由美国国家标准协会授权的美国TIS标准委员会也对帧中继做了一些初步工作。
数据链路连接标识符(DLCI 这个信息包含标识号,它标识多路复用到通道的逻辑连结。帧中继交换机将两端的DLCI关联起来,它是帧中继帧格式中地字段的一个重要部分之一,这是个6位标识,表示正在进行的客户和服务器之间的连接,用于RFCOMM 层。 帧中继使用DLCI来标识DTE和服务商交换机之间的虚电路。DLCImilkyway字段的长度一般为10bit,但也可扩展为16bit,前者用二字节地址字段,后者是三字节地址字段。23bit用四字节地址字段。DLCI值用于标识永久虚电路(PVC),呼叫控制或管理信息。DLCI只具有本地意义。
完成本实训所需的基本操作技术:
Packet Tracer仿真软件的使用 
本实训涉及的知识点:
DLCI  封装 帧中继的工作原理 路由器子接口的概念和原理
本实训中的技术点:
动态路由eigrp的配置  一路顺风英语怎么说帧中继的封装 路由器子接口的配置
本实训涉及的技能:
路由器的熟练操作 帧中继的配置命令
二、 实训目的:
法文歌曲
通过对路由器进行配置,实现利用帧中继的通信。
实训硬件环境:
计算机,思科交换机等设备,网络仿真软件。
三、 实训任务
1、基本配置
图一  基本设备清单
图二 给2811添加一个具有串口的模块
图三 设备的连接说明
图四 把路由器2811的串口与云的串口相连,路由器的串口为DTE动态网页设计
图五 最终的网络拓扑图
图六 终端设备的配置(设置网关)prepared是什么意思
图七 终端设备的配置(设置IP地址和子网掩码)
图八 路由器以太网口的设置(设置IP地址和子网掩码)
图九 路由器最初的路由表
2、在路由器上配置Frame Relay
注释:本部分没有用图示来说明,把整个配置过程中的命令都详细的附在后面。
Router2为例,其它两个路由器相似。\\后是人为添加的注释,在实际配置时不存在。
Router>en   \\进入特权配置模式
Router#conf t  \\进入全局配置模式
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#no ip domain-lookup \\取消名称解析
Router(config)#hostname Router2  \\配置路由器的名字
Router2(config)#int fa0/1      \\进入接口配置模式
Router2(config-if)#ip address 172.18.1.1 255.255.255.0  \\配置ip地址
Router2(config-if)#no shut  \\激活端口
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Router2(config-if)#int rial0/3/0
Router2(config-if)#encapsulation frame-relay  \\对串口rial0/3/0进行frame-relay封装
Router2(config-if)#clock rate 64000    \\设置时钟
Router2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up
Router2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up
Router2(config-if)#interface rial0/3/0.1 point-to-point \\进入串口的子接口配置模式
%LINK-5-CHANGED: Interface Serial0/3/0.1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.1, changed state to upRouter2
(config-subif)#ip address 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    \\配置DLCI
Router2(config-subif)#interface rial0/3/0.2 point-to-point
%LINK-5-CHANGED: Interface Serial0/3/0.2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.2, changed state to up
Router2(config-subif)#ip address 192.168.3.1 255.255.255.0
Router2(config-subif)#description link to Router0 DLCI20
Router2(config-subif)#frame-relay interface-dlci 41
Router2(config-subif)#end
%SYS-5-CONFIG_I: Configured from console by console
arachnidRouter2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router2(config)#router eigrp 100      \\在路由器上启用EIGRP路由协议
    Router2(config-router)#network 172.18.0.0  \\通告与自己直接想连的网段
Router2(config-router)#network 192.168.3.0
Router2(config-router)#network 192.168.1.0
Router2(config-router)#
%SYS-5-CONFIG_I: Configured from console by console
Router2#copy running-config startup-config  \\保存配置
Destination filename [startup-config]?
[OK]
Router2#
路由器Router0的配置:
Router0#sh running-config
Current configuration : 830 bytes
!
version 12.4
no rvice password-encryption
!
hostname Router0
!
!
!
!
!
ab rocketip ssh version 1
no ip domain-lookup
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/3/0
no ip address
encapsulation frame-relay
!
interface Serial0/3/0.1 point-to-point
description Link to Router 2
ip address 192.168.3.2 255.255.255.0
frame-relay interface-dlci 20
!
interface Serial0/3/0.2 point-to-point
description Link to Router1
ip address 192.168.2.2 255.255.255.0
frame-relay interface-dlci 21
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 172.16.0.0
network 192.168.3.0
network 192.168.2.0
auto-summary
!
ip classless
!
!
!
!
!
摩登家庭第四季
line con 0
line vty 0 4
login
!
!
end
路由器Router1的配置
Router1#sh running-config
Current configuration : 843 bytes
!
version 12.4
no rvice password-encryption
!
hostname Router1
!

!
!
!
!
ip ssh version 1
no ip domain-lookup
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
ip address 172.17.1.1 255.255.255.0
barnetduplex auto
speed auto
!
interface Serial0/3/0
no ip address
encapsulation frame-relay
!
interface Serial0/3/0.1 point-to-point
description link to Router2 DLCI40
ip address 192.168.1.2 255.255.255.0
frame-relay interface-dlci 30
!
interface Serial0/3/0.2 point-to-point
description link to router0 DLCI21
ip address 192.168.2.1 255.255.255.0
frame-relay interface-dlci 31
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 192.168.1.0
network 192.168.2.0
network 172.17.0.0
auto-summary
!
ip classless
!

!
!
!
!
line con 0
line vty 0 4
春天用英语怎么说login
!
!
end
路由器Router2的配置

本文发布于:2023-06-20 07:41:00,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/151245.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:配置   连接   接口   路由器   实训   进入   交换机   串口
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图