欢迎来到天天文库
浏览记录
ID:5537870
大小:225.00 KB
页数:24页
时间:2017-11-23
《实训三(路由实验)1》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、路由器实验项目路由器的基本配置配置接口时钟频率静态路由动态路由RIP拓扑结构图ABDCEDTE172.16.3.2/24172.16.3.1/24172.16.2.2/24172.16.2.1/24172.16.1.2/24172.16.1.1/24S1/2S1/2F1/0F1/0路由器的基本配置1.进入特权模式Red-Giant>enable142.返回用户模式Red-Giant#disableRed-Giant>基本模式:路由器的操作模式:配置模式全局配置模式[主机名(config)#]:
2、配置路由器的整体参数子模式:1.线路配置模式[主机名(config-line)#]:配置路由器的线路参数2.接口配置模式[主机名(config-if)#]:配置路由器的接口参数路由器的操作模式:配置模式1.进入全局配置模式下Red-Giant#configureterminalEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Red-Giant(config)#exitRed-Giant#2.进入线路配置模式Red-Giant(config
3、)#lineconsole0Red-Giant(config-line)#exitRed-Giant(config)#3.进入接口配置模式Red-Giant(config)#interfaceserial1/2Red-Giant(config-if)#exitRed-Giant(config)#常用路由器显示命令显示路由器硬件及软件的信息Red-Giant#showversion显示当前运行的配置参数Red-Giant#showrunning-config显示NVRAM中配置参数的副本Red-G
4、iant#showstartup-config路由器接口配置命令配置接口IP地址labr1(config-if)#ipaddress{IPaddress}{IPsubnetmask}[secondary]将接口启用labr1(config-if)#noshutdown将接口关闭labr1(config-if)#shutdown路由器接口显示命令显示接口的状态labr1#showinterfaces显示接口的摘要信息labr1#showipinterfacebrief路由器接口显示命令labr1
5、#showinterfacesfastEthernet1/0FastEthernet0isup,lineprotocolisup(表示物理层协议工作正常)(表示数据链路层协议工作正常)FastEthernet0isup,lineprotocolisdown(表示物理层协议工作正常)(表示数据链路层协议工作不正常)FastEthernet0isdown,lineprotocolisdown(表示物理层协议工作不正常)FastEthernet0isadministrativelydown,linep
6、rotocolisdown(表示从管理上将该接口处于关闭状态)路由器测试命令远程登陆到其它设备labr1>telnet{IPaddress}测试目的端的可达性labr1>ping{IPaddress}路由器A的配置一、基本配置1、配置路由器主机名router>enable14router#configureterminalrouter(config)#hostnameRARA(config)#2、为路由器各接口分配IP地址RA(config)#interfaceserial1/2RA(confi
7、g-if)#ipaddress172.16.2.2255.255.255.0注意:常见的路由器接口:f0,f1,…,fn;Serial0,Serial1,…,SerialnSerial口对应路由器设备上的WAN接口路由器A的配置RA(config)#interfacefastethernet1/0RA(config-if)#ipaddress172.16.3.1255.255.255.0RA(config-if)#noshutdown二、配置接口时钟频率(DCE)RA(config)#inter
8、faceserial1/2RA(config-if)#clockrate64000RA(config-if)#noshutdownshowcontrollerinterserial路由器B的配置一、基本配置1、配置路由器主机名Red-Giant>enable14Red-Giant#configureterminalRed-Giant(config)#hostnameRBRB(config)#2、为路由器各接口分配IP地址RB(config)#interfaceserial1/2RB(config
此文档下载收益归作者所有