第5次实验路由器的配置此次试验目的是了解思科网络设备的配置基本特点及IOS命令基本操作方法。
这些是配置思科设备的重要前提。
一、实验知识:1、实验环境搭建添加一个空的路由器,单击Packet Tracer 5.0的工作区中刚添加的路由器,在弹出的配置窗口上添加一些模块:图一默认情况下,路由器的电源是打开的,添加模块时需要关闭路由器的电源,单击图一箭头所指的电源开关,将其关闭,路由器的电源关闭后绿色的电源指示灯也将变暗。
图二添加所需要的模块在“MODULES”下寻找所需要的模块,选中某个模块时会在下方显示该模块的信息。
然后拖到路由器的空插槽上即可。
图三各种模块添加完成,打开路由器的电源图四添加一计算机,其RS-232与路由器的Console端口相连图五用计算机的终端连接路由器图六实验环境搭建完成2、配置单个的路由器路由器的几种模式:User mode(用户模式)、Privileged mode(特权模式)、Global configuration mode(全局配置模式)、Interface mode(接口配置模式)、Subinterface mode(子接口配置模式)、Line mode、Router configuration mode (路由配置模式)。
每种模式对应不同的提示符。
(1)直接在packet tracer界面里配置路由器。
这种方法非常简单,直接在对应的项目里修改参数即可,比如修改路由器主机名、修改某个以太网端口的IP和子网掩码等。
图七图八(2)但是事实上,现实中往往要计算机终端登录路由器进行配置(如图四),就必须使用路由器配置命令来配置路由器。
如下面例子:图九几各配置命令提示符图十配置路由器的名字图十一配置enable密码图十二配置Console登录时的密码图十三通过Console端口登录到路由器需要输入密码图十四配置终端登录方式的密码默认情况下路由器中的各种密码以明文形式保存。
在全局配置模式下使用service password-encryption命令加密口令。
图十五查看路由器接口的IP配置信息首先要明白接口名称表示方式:接口类型接口数字标识/插槽数字标识,如Serial 4/0表示该接口为串口,第一个插槽的第4个接口。
插槽的数字标识是从零开始的。
图十六显示所有接口的详细信息图十七显示某个指定端口的详细信息图十八配置登录时的欢迎信息图十九保存配置信息图二十各显示显示信息的命令(3)常用路由器配置命令。
1. 进入特权模式enablerouter > enablerouter #2. 进入全局配置模式configure terminalrouter > enablerouter #configure terminalrouter (config)#3. 重命名hostname routera 以routerA为例router > enablerouter #configure terminalrouter(config)#hostname routerArouterA (config)#4. 配置使能口令enable password cisco 以cisco为例router > enablerouter #configure terminalrouter(config)#hostname routerArouterA (config)# enable password cisco5. 配置使能密码enable secret ciscolab 以cicsolab为例router > enablerouter #configure terminalrouter(config)#hostname routerArouterA (config)# enable secret ciscolab6. 进入路由器某一端口interface fastethernet 0/1router > enablerouter #configure terminalrouter(config)#hostname routerArouterA (config)# interface fastethernet 0/1routerA (config-if)#进入路由器的某一子端口interface fastethernet 0/1.1 以1端口的1子端口为例router > enablerouter #configure terminalrouter(config)#hostname routerArouterA (config)# interface fastehernet 0/1.17. 设置端口ip地址信息router > enablerouter #configure terminalrouter(config)#hostname routerArouterA(config)# interface fastethernet 0/1 以1端口为例routerA (config-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口ip和子网掩码routerA (config-if)#no shut 启动此接口routerA (config-if)#exit8. 查看命令showrouter > enablerouter # show version 察看系统中的所有版本信息show controllers serial + 编号查看串口类型show ip route 查看路由器的路由表9. cdp相关命令router > enablerouter # show cdp 查看设备的cdp全局配置信息show cdp traffic 查看有关cdp包的统计信息show cdp neighbors 列出与设备相连的cisco设备10. csico2600的密码恢复重新启动路由器,在启动过程中按下ctrl+break键,使路由器进入rom monitor模式。
在提示符下输入命令修改配置寄存器的值,然后重新启动路由器。
rommon1>confreg 0×2142rommon2>reset重新启动路由器后进入setup模式,选择“no”,退回到exec模式,此时路由器原有的配置仍然保存在startup-config中,为使路由器恢复密码后配置不变,则需要把startup-config 中配置保存到running-config中,然后重新设置enable密码,并把配置寄存器的值改回0×2102。
router>enablerouter#copy startup-config running-configrouter#configure terminalrouter(config)#enable password ciscorouter(config)#config-register 0×2102保存当前配置到startup-config , 重新启动路由器。
router #copy running-config startup-configrouter #reload11. 路由器telnet远程登录设置router>enrouter #configure terminalrouter (config)#hostname routerArouterA (config)#enable password cisco 以cisco为特权模式密码routerA (config)#interface fastethernet 0/1routerA (config-if)#ip address 192.168.1.1 255.255.255.0routerA (config-if)#no shutrouterA (config-if)#exitrouterA (config)line vty 0 4 设置0-4 个用户可以telnet远程登陆routerA (config-line)#password 123routerA (config-line)#login12. 配置路由器的标识banner $……………$在全局配置的模式下利用“banner”命令可以配置路由器的提示信息,所有连接到路由器的终端都会收到。
router>enrouter #configure terminalrouter (config)#hostname routerArouterA(config)#banner motd $This is aptech company’ router ! Please don’t change the configuration without permission!$13. 配置接口标识description ………接口标识用于区分路由器的各个接口。
用show run命令可以查看到这些标识。
router>enrouter #configure terminalrouter (config)#hostname routerArouterA(config)#interface fastethernet 0/1 以0/1 接口为例routerA(config-if)# description this is a fast Ethernet port used to connecting the company’s intranet!14. 配置超时超时用于设置在多长时间没有对console进行配置,自动返回exec会话时间。
默认为10分钟。
router>enrouter #configure terminalrouter (config)#hostname routerArouterA(config)#line console 0routerA(config-line)#exec-timeout 0 0 第一个“0”代表分钟,第二个“0”代表秒15. 配置串口参数两台路由器通过串口连接需要一个做为DTE,一个做为DCE。
DCE设备要向DTE设备提供时钟频率和带宽。
DCE配置:router>enrouter #configure terminalrouter (config)#hostname routerArouterA(config)#interface serial 0/0routerA(config-if)#clock rate 64000 提供时钟频率为64000routerA(config-if)#bandwidth 64 提供带宽为64routerA(config-if)#no shutDTE配置:router>enrouter #configure terminalrouter (config)#hostname routerBrouterB(config)#interface serial 0/0routerB(config-if)#no shut16. 静态路由的配置配置路由器R1的名称和接口参数router>enablerouter#configure terminalrouter(config)#hostname routerArouterA(config)#interface fastethernet 0/0routerA(config-if)#ip address 192.168.2.1 255.255.255.0routerA(config-if)#no shutdownrouterA(config-if)#exitrouterA(config)# interface fastethernet 0/1routerA(config-if)#ip address 192.168.3.1 255.255.255.0routerA(config-if)#no shutdown主机A的ip地址为192.168.3.2255.255.255.0192.168.3.1配置路由器R2的名称和接口参数router>enablerouter#configure terminalrouter(config)#hostname routerBrouterB(config)#interface fastethernet 0/0routerB(config-if)#ip address 192.168.2.2 255.255.255.0routerB(config-if)#no shutdownrouterB (config-if)#exitrouterB(config)# interface fastethernet 0/1routerB(config-if)#ip address 192.168.1.1 255.255.255.0主机B的ip地址为192.168.1.2255.255.255.0192.168.1.1配置路由器R1的静态路由表routerA(config)#ip router 192.168.1.0 255.255.255.0 192.168.2.2配置路由器R2的静态路由表routerA(config)#ip router 192.168.3.0 255.255.255.0 192.168.2.1在R1和R2上配置默认路由routerA(config)#ip route 0.0.0.0 0.0.0.0 192.168.2.2routerA(config)#ip classlessrouterB(config)#ip route 0.0.0.0 0.0.0.0 192.168.2.1routerB(config)#ip classless(支持可变长子网掩码、无类域间路由)在routerA和routerB上配置动态路由(RIP)routerA(config)#router riprouterA(config)#network 192.168.2.0routerA(config)#network 192.168.3.0routerB(config)# router riprouterB(config)#network 192.168.2.0routerB(config)#network 192.168.1.017. 配置单臂路由router(config)# interface f0/0.1router(config-subif)# ip address 192.168.1.1 255.255.255.0router(config-subif)# encapsulation dot1q 1router(config-subif)# exitrouter(config)# interace f0/0.2router(config-subif)# ip address 192.168.2.1 255.255.255.0router(config-subif)# encapsulation dot1q 2router(config-subif)# exitrouter(config)# interface f0/0.3router(config-subif)# ip address 192.168.3.1 255.255.255.0router(config-subif)# encapsulation dot1q 3router(config-subif)# exitrouter(config)# interface f0/0router(config-if)# no shut二、实验内容:(1)添加一个空的路由器,并为其添加2个FastEthernet网卡设备。