欢迎来到天天文库
浏览记录
ID:59318231
大小:30.50 KB
页数:2页
时间:2020-09-05
《路由器serial端口的基本配置.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、路由器serial端口的基本配置一、实验原理路由器提供广域网接口(serial高速同步串口),使用V.35线缆连接广域网接口链路。在广域网连接时一端为DCE,一端为DTE。要求必须在DCE端配置时钟频率(clockrate)才能保证链路的连通。注:在使用V.35线缆连接两台路由器的同步串口时,注意区分DCE端和DTE端。二、实验内容:对路由器serial端口配置基本参数三、实验目的:掌握路由器端口的基本配置四、实验设备:R2632路由器、主机、V.35线缆网络拓扑:五、实验步骤:两台路由器使用serial端口连接的配置步骤1、对路由器A的serial端口和进行配置Red-G
2、iantA(config)#interfaceserial1/2!进入S1/2的端口模式Red-GiantA(config-if)#ipaddress1.1.1.1255.255.255.0!为端口配置IP地址Red-GiantA(config-if)#clockrate64000!在DCE接口上配置时钟频率64000Red-GiantA(config-if)#bandwidth512!配置端口的带宽速率为512KBRed-GiantA(config-if)#noshutdown Red-GiantA(config)#interfacefastethernet1/0R
3、ed-GiantA(config-if)#ipaddress1.1.2.1255.255.255.0Red-GiantA(config-if)#noshutdown步骤2、同样的方法对路由器B进行配置Red-GiantB(config)#interfaceserial1/2!进入S1/2的端口模式Red-GiantB(config-if)#ipaddress1.1.1.2255.255.255.0!为端口配置IP地址Red-GiantB(config-if)#bandwidth512!配置端口的带宽速率为512KBRed-GiantB(config-if)#noshutdo
4、wnRed-GiantB(config)#interfacefastethernet1/0Red-GiantB(config-if)#ipaddress1.1.3.1255.255.255.0Red-GiantB(config-if)#noshutdown步骤3、分别查看两台路由器的端口配置情况Red-GiantA(config-if)#showinterfaceserial1/2!查看接口1/2的状态Red-GiantA(config-if)#showipinterfaceserial1/2!查看该端口的IP协议相关属性Red-GiantB(config-if)#show
5、interfaceserial1/2!查看接口1/2的状态Red-GiantB(config-if)#showipinterfaceserial1/2!查看该端口的IP协议相关属性注意:这两个命令之间的区别?步骤4、验证配置1、Red-GiantA#ping1.1.1.2!在路由器Aping对端路由器B的serial1/2接口IP结果应为通。2、两台主机分别ping与其直连的路由器的Fastethernet口,应为通。
此文档下载收益归作者所有