路由器实验项目路由器的基本配置配置接口时钟频率静态路由动态路由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-Giantenable142.返回用户模式Red-Giant#disableRed-Giant基本模式:路由器的操作模式:配置模式全局配置模式[主机名(config)#]:配置路由器的整体参数子模式:1.线路配置模式[主机名(config-line)#]:配置路由器的线路参数2.接口配置模式[主机名(config-if)#]:配置路由器的接口参数路由器的操作模式:配置模式1.进入全局配置模式下Red-Giant#configureterminalEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Red-Giant(config)#exitRed-Giant#2.进入线路配置模式Red-Giant(config)#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-Giant#showstartup-config路由器接口配置命令配置接口IP地址labr1(config-if)#ipaddress{IPaddress}{IPsubnetmask}[secondary]将接口启用labr1(config-if)#noshutdown将接口关闭labr1(config-if)#shutdown路由器接口显示命令显示接口的状态labr1#showinterfaces显示接口的摘要信息labr1#showipinterfacebrief路由器接口显示命令labr1#showinterfacesfastEthernet1/0FastEthernet0isup,lineprotocolisup(表示物理层协议工作正常)(表示数据链路层协议工作正常)FastEthernet0isup,lineprotocolisdown(表示物理层协议工作正常)(表示数据链路层协议工作不正常)FastEthernet0isdown,lineprotocolisdown(表示物理层协议工作不正常)FastEthernet0isadministrativelydown,lineprotocolisdown(表示从管理上将该接口处于关闭状态)路由器测试命令远程登陆到其它设备labr1telnet{IPaddress}测试目的端的可达性labr1ping{IPaddress}路由器A的配置一、基本配置1、配置路由器主机名routerenable14router#configureterminalrouter(config)#hostnameRARA(config)#2、为路由器各接口分配IP地址RA(config)#interfaceserial1/2RA(config-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)#interfaceserial1/2RA(config-if)#clockrate64000RA(config-if)#noshutdown路由器B的配置一、基本配置1、配置路由器主机名Red-Giantenable14Red-Giant#configureterminalRed-Giant(config)#hostnameRBRB(config)#2、为路由器各接口分配IP地址RB(config)#interfaceserial1/2RB(config-if)#ipaddress172.16.2.1255.255.255.0RB(config-if)#noshutRB(config)#interfacefastethernet1/0RB(config-if)#ipaddress172.16.1.1255.255.255.0RB(config-if)#noshut验证命令showrunshowcontrollerss0showintshowipintbriefpingtelnet测试结果:1.查看路由器端口为up,up2.两台路由器互相pingSerial口的地址,应该为互通3.两台主机分别ping与其直连的路由器的fastethernet口,应该为通4.从与路由器A相连的主机可以telnet到A,与路由器B相连的主机可以telnet到B静态路由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拓扑图:网关:172.16.3.1网关:172.16.1.1实验内容:通过静态路由,使路由器A、B具有非直连子网的路由信息。路由器A的配置一、基本配置1、配置路由器主机名2、为路由器各接口分配IP地址二、配置接口时钟频率(DCE)三、配置静态路由RA(config)#iproute172.16.1.0255.255.255.0172.16.2.1或:RA(config)#iproute172.16.1.0255.255.255.0serial1/2•配置静态路由时iproute后面接该路由器不直连且欲访问的子网地址及子网掩码。路由器B的配置一、基本配置1、配置路由器主机名2、为路由器各接口分配IP地址二、配置静态路由RB(config)#iproute172.16.3.0255.255.255.0172.16.2.2或:RB(config)#iproute172.16.3.0255.255.255.0serial1/2验证命令showipintbriefshowiprouteping实验结果:1.A、B各路由器应该看到全网路由。2.主机172.16.3.2能够访问主机172.16.1.2动态路由RIPABDCEDTE172.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网关:172.16.3.1网关:172.16.1.1实验内容:通过动态路由RIP,使路由器A、B具有非直连子网的路由信息。路由器A的配置一、基本配置1、配置路由器主机名2、为路由器各接口分配IP地址三、配置RIPRA(config)#routerip启动路由器A的RIP进程RA(config-router)#network172.16.2.0RA(config-router)#network172.16.1.0(1).公布属于172.16.0.0主类的子网;(2).包含在172.16.0.0主类内的接口发送接受路由信息二、配置接口时钟频率(DCE)三、配置RIPRB(config)#routerip启动路由器A的RIP进程RB(config-router)#network172.16.3.0RB(config-router)#network172.16.2.0(1).公布属于172.16.0.0主类的子网;(2).包含在172.16.0.0主类内的接口发送接受路由信息实验结果实验结果:1.A、B各路由器应该看到全网路由。2.主机172.16.3.2能够访问主机172.16.1.2验证命令:showipintbriefshowiprouteshowipprotocolspingS2S0S1S0S1S02624-12624-22620-12620-2DCEDCEDCE•C:directconnected•S:静态路由