《cisco ccna 认证考试 操作与配置ios.ppt》由会员分享,可在线阅读,更多相关《cisco ccna 认证考试 操作与配置ios.ppt(38页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、美国央邦美国央邦IT实验室实验室CCNA 课程课程 20052操作与配置Cisco IOS设备美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 3本章目标通过学习,您应该掌握以下内容:开启路由器并观察其启动过程完成路由器的初始参数配置在网络设备上进入并辨识不同的命令模式在不同的用户界面下应用各种帮助和命令行编辑功能查看并确认并于各网络设备的基本信息 美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 4网络设备的配置基于以下各方面来配置设备:所需功能的网络策略 与协议关联的地址和相关参数 管理方面的需要如果路由器中没有配置文件,会提示进
2、入初始化设置过程 交换机将出厂缺省设置作为初始配置美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 5硬件自检硬件自检定位并加载定位并加载Cisco IOS映象文件映象文件定位并运行配置文件定位并运行配置文件Cisco设备的简单启动过程美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 6Cisco 路由器介绍 配置途径配置途径用主控CONSOLE口接终端配置。我们可以在AUX口接一MODEM同电话网相连,在远端配置在TCP/IP网上可通过仿真终端TELNET配置(ie)可以从TFTP SERVER上下载配置可用网管工作站进行监控和配置
3、 美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 7Cisco 路由器配置途径 终端consolesnmp网管工作站ethernettelnet虚拟终端TCP/IPTftp服务器auxmodem终端电话网美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 8PCs需要一个将RJ-45转换到DB-9或DB-25的转换器通讯口设置为9600波特率,8个数据位,不设奇偶校验位,1个停止位,不设流量控制这是通过控制口的一种管外管理方式AUX端口用于调制解调器的远程连接访问控制台连接带控制口的设备带控制口的设备美国央邦美国央邦IT实验室实验室C
4、CNA 课程课程 2005ICND v4.0 9提供命令行界面在不同的网络设备上运行时有差别 在命令模式下可以键入或粘贴命令 键入命令后回车,设备即解析和执行所键入的命令两个主要命令模式是用户模式和特权模式不同的命令模式有不同的提示符CiscoIOSCisco IOS用户界面的基本特性美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 10Cisco 路由器配置模式 用户模式:只限于路由器的某一些有限的权限登录到机器的缺省状态router全局配置模式:可以对路由器做全局设置,输入的命令对整个路由器生效router(config)#特权模式:有检查,配置,调试等所有权
5、限router#特定配置模式:对路由器的某个组件作配置,命令只对这个组件生效router(config-mode)#美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 11Cisco基本命令(1)1 用户模式进入特权模式:RouterenableRouter#2 特权模式进入全局配置模式Router#config terminalRouter(config)#3 全局配置模式进入特定配置模式,配置不同的组件使用的命令也各不同例如:Router(config)#interface ethernet 0 Router(config-if)#4 退回到上一级模式:Rout
6、er(config-if)#exit Router(config)#exit Router#exit Router美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 12Cisco基本命令(2)特权模式下的命令:Debug 调试命令,监控路由器的工作 router#debug ip packet router#debug ip icmpShow 查看命令,查看路由器各个组件的信息 router#show interface router#show running-config router#show version router#show flash router#
7、show protocols router#show ip interface router#show controllers 美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 13Cisco基本命令(3)全局配置模式下的常用命令:Router(config)#hostname R1 命名路由器Router(config)#banner motd#welcome!#设置欢迎信息Router(config)#enable password cisco 配置特权密码Router(config)#enable secret cisco 配置特权密码Router(conf
8、ig)#interface ethernet 0 进入E0口配置模式美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 14Cisco基本命令(4)常用的特定配置模式:配置串行接口Router(config)#interface serial 0Router(config-if)#ip address 1.0.0.1 255.0.0.0Router(config-if)#clock rate 64000 Router(config-if)#no shutdown配置Ethernet接口Router(config)#interface Ethernet 0Router
9、(config-if)#ip address 172.16.1.1 255.255.255.0Router(config-if)#no shutdown美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 15Cisco基本命令(4)续3 Console控制台的必要配置Router(config)#line console 0Router(config-line)#login Router(config-line)#password ciscoRouter(config-line)#logging synchronousVTY控制台的必要配置Router(config
10、)#line vty 0 4 Router(config-line)#loginRouter(config-line)#password cisco 美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 16 只要所输命令串在全部命令中是唯一的,可以将一个命令尽可能地简写,路由器在用户模式下的命令清单wg_ro_cwg_ro_c?Exec commands:Exec commands:access-enable Create a temporary Access-List entryaccess-enable Create a temporary Access-Lis
11、t entry atmsigatmsig Execute Execute AtmAtm SignallingSignalling Commands Commands cdcd Change current device Change current device clear Reset functions clear Reset functions connect Open a terminal connection connect Open a terminal connection dir List files on given device dir List files on given
12、 device disable Turn off privileged commands disable Turn off privileged commands disconnect disconnect DisconnectDisconnect an existing network connection an existing network connection enable Turn on privileged commands enable Turn on privileged commands exit exit ExitExit from the EXEC from the E
13、XEC help Description of the interactive help system help Description of the interactive help system lat Open a lat connection lat Open a lat connection lock lock LockLock the terminal the terminal login Log in as a particular user login Log in as a particular user logout Exit from the EXEC logout Ex
14、it from the EXEC-More-More-美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 17wg_ro_c#?Exec commands:access-enable Create a temporary Access-List entry access-profile Apply user-profile to interface access-template Create a temporary Access-List entry bfe For manual emergency modes setting cd Change current
15、directory clear Reset functions clock Manage the system clock configure Enter configuration mode connect Open a terminal connection copy Copy from one file to another debug Debugging functions(see also undebug)delete Delete a file dir List files on a filesystem disable Turn off privileged commands d
16、isconnect Disconnect an existing network connection enable Turn on privileged commands erase Erase a filesystem exit Exit from the EXEC help Description of the interactive help system-More-路由器在特权模式下的命令清单只要输入部分命令串(唯一表示某个命令),紧接着按tab键就可以完整地输入一个命令美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 18路由器命令行帮助机制上下文关联
17、帮助上下文关联帮助错误信息提示错误信息提示指出所输入交换机命令的错误所指出所输入交换机命令的错误所在,以便于修改或纠正在,以便于修改或纠正.可以重新调出一个较长或较复杂可以重新调出一个较长或较复杂的命令或其它内容,用来再次运的命令或其它内容,用来再次运行、查看或修改行、查看或修改.之前命令保存区之前命令保存区提供命令清单和与特定命令提供命令清单和与特定命令相关联的参数相关联的参数.美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 19路由器的上下文相关联帮助Router#clokTranslating CLOK%Unknown command or compute
18、r name,or unable to find computer addressRouter#cl?clear clockRouter#clock%Incomplete command.Router#clock?set Set the time and dateRouter#clock set%Incomplete command.Router#clock set?hh:mm:ss Current Time 符号解析符号解析命令提示命令提示调出最近用过的内容调出最近用过的内容美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 20路由器的上下文相关联帮助(续)Ro
19、uter#clokTranslating CLOK%Unknown command or computer name,or unable to find computer addressRouter#clear clockRouter#%Incomplete command.Router#set Set the time and dateRouter#%Incomplete command.Router#hh:mm:ss Current TimeRouter#clock set 19:56:00%Incomplete command.Router#clock set 19:56:00?Day
20、of the monthMONTH Month of the yearRouter#clock set 19:56:00 04 8%Invalid input detected at the markerRouter#clock set 19:56:00 04 August%Incomplete command.Router#clock set 19:56:00 04 August?Year命令提示命令提示语法检查语法检查命令提示命令提示美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 21RouterShape the future of internetwor
21、king by creating RouterShape the future of internetworking by creating unprecedunpreced使用增强的编辑命令使用增强的编辑命令“Shape the future of internetworking by creating unprecedented value for customers,employees,and partners.”上述文字段在输入时会超出一行上述文字段在输入时会超出一行美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 22RouterRouter$futur
22、e of internetworking by creating unprecedented op future of internetworking by creating unprecedented op使用增强的编辑命令 (一行中长字串会自动滚卷一行中长字串会自动滚卷).美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 23RouterShape the value of internetworking by creating unpreced使用增强的编辑命令 (一行中长字串会自动滚卷一行中长字串会自动滚卷).光标移动到命令行的开始位置光标移动到命令行的开
23、始位置.美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 24Router$value for customers,employees,and partners.使用增强的编辑命令 (一行中长字串会自动滚卷一行中长字串会自动滚卷).光标移动到命令行的开始位置光标移动到命令行的开始位置.光标移动到命令行的结束位置光标移动到命令行的结束位置.美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 25使用增强的编辑命令 (一行中长字串会自动滚卷一行中长字串会自动滚卷).光标移动到命令行的开始位置光标移动到命令行的开始位置.光标移动到命令行的结束
24、位置光标移动到命令行的结束位置.回移一个单词回移一个单词 Router$value for customers,employees,and partners.美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 26使用增强的编辑命令 (一行中长字串会自动滚卷一行中长字串会自动滚卷).光标移动到命令行的开始位置光标移动到命令行的开始位置.光标移动到命令行的结束位置光标移动到命令行的结束位置.回移一个单词回移一个单词.下移一个字符下移一个字符.Router$value for customers,employees,and partners.美国央邦美国央邦IT实验室实
25、验室CCNA 课程课程 2005ICND v4.0 27使用增强的编辑命令 (一行中长字串会自动滚卷一行中长字串会自动滚卷).光标移动到命令行的开始位置光标移动到命令行的开始位置.光标移动到命令行的结束位置光标移动到命令行的结束位置.回移一个单词回移一个单词 下移一个字符下移一个字符.回移一个字符回移一个字符.Router$value for customers,employees,and partners.美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 28使用增强的编辑命令 (一行中长字串会自动滚卷一行中长字串会自动滚卷).光标移动到命令行的开始位置光标移动
26、到命令行的开始位置.光标移动到命令行的结束位置光标移动到命令行的结束位置.回移一个单词回移一个单词 下移一个字符下移一个字符.回移一个字符回移一个字符.下移下移一个单词一个单词 Router$value for customers,employees,and partners.美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 29 (一行中长字串会自动滚卷一行中长字串会自动滚卷).光标移动到命令行的开始位置光标移动到命令行的开始位置.光标移动到命令行的结束位置光标移动到命令行的结束位置.回移一个单词回移一个单词 下移一个字符下移一个字符.回移一个字符回移一个字符.
27、下移一个单词下移一个单词使用增强的编辑命令使用增强的编辑命令删除当前字符删除当前字符 Router$value for customers,employees,and partners.美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 30Ctrl-P or Up arrow调出最近调出最近(前一前一)使用过的命令使用过的命令Ctrl-N or Down arrow调出更近使用过的命令调出更近使用过的命令Router show history显示命令保存区内容显示命令保存区内容Router terminal history size lines 设置命令保存区大小
28、设置命令保存区大小回览之前用过的命令美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 31路由器的 show interfaces 命令Router#show interfacesEthernet0 is up,line protocol is up Hardware is Lance,address is 00e0.1e5d.ae2f(bia 00e0.1e5d.ae2f)Internet address is 10.1.1.11/24 MTU 1500 bytes,BW 10000 Kbit,DLY 1000 usec,rely 255/255,load 1/
29、255 Encapsulation ARPA,loopback not set,keepalive set(10 sec)ARP type:ARPA,ARP Timeout 04:00:00 Last input 00:00:07,output 00:00:08,output hang never Last clearing of show interface counters never Queueing strategy:fifo Output queue 0/40,0 drops;input queue 0/75,0 drops 5 minute input rate 0 bits/se
30、c,0 packets/sec 5 minute output rate 0 bits/sec,0 packets/sec 81833 packets input,27556491 bytes,0 no buffer Received 42308 broadcasts,0 runts,0 giants,0 throttles 1 input errors,0 CRC,0 frame,0 overrun,1 ignored,0 abort 0 input packets with dribble condition detected 55794 packets output,3929696 by
31、tes,0 underruns 0 output errors,0 collisions,1 interface resets 0 babbles,0 late collision,4 deferred 0 lost carrier,0 no carrier 0 output buffer failures,0 output buffers swapped out美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 32Router#show interface serial 0 Serial0 is up,line protocol is up Hardware i
32、s HD64570 Internet address is 10.140.4.2/24 MTU 1500 bytes,BW 64 Kbit,DLY 20000 usec,rely 255/255,load 1/255 Encapsulation HDLC,loopback not set,keepalive set(10 sec)Last input 00:00:09,output 00:00:04,output hang never Last clearing of show interface counters never Input queue:0/75/0(size/max/drops
33、);Total output drops:0 Queueing strategy:weighted fair Output queue:0/1000/64/0(size/max total/threshold/drops)Conversations 0/1/256(active/max active/max total)Reserved Conversations 0/0(allocated/max allocated)5 minute input rate 0 bits/sec,0 packets/sec 5 minute output rate 0 bits/sec,0 packets/s
34、ec(output omitted)确认参数修改情况确认参数修改情况美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 33Router#show interfaces serial 1Serial1 is up,line protocol is up Hardware is HD64570 Description:64Kb Line to San Jose :Operational.Connection problem.Interface problem.Disabled.Serial1 is up,line protocol is upSerial1 is up
35、,line protocol is downSerial1 is down,line protocol is downSerial1 is administratively down,line protocol is down存活信息存活信息载波监测载波监测解读端口状态美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 34串口上用 show controller 命令Router#showRouter#show controller serial 0 controller serial 0HD unit 0,HD unit 0,idbidb=0 x121C04,d
36、river structure at 0 x127078=0 x121C04,driver structure at 0 x127078buffer size 1524 HD unit 0,buffer size 1524 HD unit 0,V.35 DTE cableV.35 DTE cable.显示串口线的线缆类型显示串口线的线缆类型美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 35指明一个或多个名称服务器来解析逻辑地址路由器名称服务器的设置路由器名称服务器的设置Router(config)#ipRouter(config)#ip name-server
37、 name-server server-address1 server-address1 server-address2server-address2.server-address6server-address6DNS Server美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 36缺省情况下DNS为Enable路由器的名称解析路由器的名称解析Router(config)#ip domain-lookupRouter(config)#endRouter#patTranslating”pat.domain server(255.255.255.255)%Unkno
38、wn command or computer name,or unable to find computer addressRouter#config tRouter(config)#no ip domain-lookupRouter(config)#endRouter#patTranslating”pat%Unknown command or computer name,or unable to find computer addressRouter#美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 37show version 命令wg_ro_a#show v
39、ersionCisco Internetwork Operating System Software IOS(tm)2500 Software(C2500-JS-L),Version 12.0(3),RELEASE SOFTWARE(fc1)Copyright(c)1986-1999 by cisco Systems,Inc.Compiled Mon 08-Feb-99 18:18 by phanguyeImage text-base:0 x03050C84,data-base:0 x00001000ROM:System Bootstrap,Version 11.0(10c),SOFTWARE
40、BOOTFLASH:3000 Bootstrap Software(IGS-BOOT-R),Version 11.0(10c),RELEASE SOFTWARE(fc1)wg_ro_a uptime is 20 minutesSystem restarted by reloadSystem image file is flash:c2500-js-l_120-3.bin(output omitted)-More-Configuration register is 0 x2102美国央邦美国央邦IT实验室实验室CCNA 课程课程 2005ICND v4.0 38使用 show flash 命令wg_ro_a#sh flash System flash directory:File Length Name/status 1 10084696 c2500-js-l_120-3.bin 10084760 bytes used,6692456 available,16777216 total16384K bytes of processor board System flash(Read ONLY)