cisco ccna 认证考试 操作与配置ios_第1页
cisco ccna 认证考试 操作与配置ios_第2页
cisco ccna 认证考试 操作与配置ios_第3页
cisco ccna 认证考试 操作与配置ios_第4页
cisco ccna 认证考试 操作与配置ios_第5页
已阅读5页,还剩32页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、操作与配置Cisco IOS设备本章目标通过学习,您应该掌握以下内容:开启路由器并观察其启动过程完成路由器的初始参数配置在网络设备上进入并辨识不同的命令模式在不同的用户界面下应用各种帮助和命令行编辑功能查看并确认并于各网络设备的基本信息 网络设备的配置基于以下各方面来配置设备: 所需功能的网络策略 与协议关联的地址和相关参数 管理方面的需要如果路由器中没有配置文件,会提示进入初始化设置过程 交换机将出厂缺省设置作为初始配置硬件自检定位并加载Cisco IOS映象文件定位并运行配置文件Cisco设备的简单启动过程Cisco 路由器介绍 配置途径用主控CONSOLE口接终端配置。我们可以在AUX口

2、接一MODEM同 网相连,在远端配置在TCP/IP网上可通过仿真终端TELNET配置(ie)可以从TFTP SERVER上下载配置可用网管工作站进行监控和配置 Cisco 路由器配置途径 终端consolesnmp网管工作站ethernettelnet虚拟终端TCP/IPTftp服务器auxmodem终端电话网PCs需要一个将RJ-45转换到DB-9或DB-25的转换器通讯口设置为9600波特率, 8个数据位, 不设奇偶校验位, 1个停止位, 不设流量控制这是通过控制口的一种管外管理方式AUX端口用于调制解调器的远程连接访问控制台连接带控制口的设备提供命令行界面在不同的网络设备上运行时有差别

3、在命令模式下可以键入或粘贴命令 键入命令后回车,设备即解析和执行所键入的命令两个主要命令模式是用户模式和特权模式不同的命令模式有不同的提示符CiscoIOSCisco IOS用户界面的基本特性Cisco 路由器配置模式 用户模式:只限于路由器的某一些有限的权限登录到机器的缺省状态router全局配置模式:可以对路由器做全局设置,输入的命令对整个路由器生效router(config)#特权模式:有检查,配置,调试等所有权限router#特定配置模式:对路由器的某个组件作配置,命令只对这个组件生效router(config-mode)#Cisco基本命令(1)1 用户模式进入特权模式: Route

4、renableRouter#2 特权模式进入全局配置模式Router#config terminalRouter(config)#3 全局配置模式进入特定配置模式,配置不同的组件使用的命令也各不同例如: Router(config)#interface ethernet 0 Router(config-if)# 4 退回到上一级模式: Router(config-if)#exit Router(config)#exit Router#exit RouterCisco基本命令(2)特权模式下的命令:Debug 调试命令,监控路由器的工作 router#debug ip packet router

5、#debug ip icmpShow 查看命令,查看路由器各个组件的信息 router#show interface router#show running-config router#show version router#show flash router#show protocols router#show ip interface router#show controllers Cisco基本命令(3)全局配置模式下的常用命令:Router(config)#hostname R1 命名路由器Router(config)#banner motd #welcome!# 设置欢迎信息Rout

6、er(config)#enable password cisco 配置特权密码Router(config)#enable secret cisco 配置特权密码Router(config)#interface ethernet 0 进入E0口配置模式Cisco基本命令(4)常用的特定配置模式:配置串行接口Router(config)#interface serial 0Router(config-if)#ipRouter(config-if)#clock rate 64000 Router(config-if)#no shutdown配置Ethernet接口Router(config)#int

7、erface Ethernet 0Router(config-if)#ipRouter(config-if)#no shutdownCisco基本命令(4)续3 Console控制台的必要配置Router(config)#line console 0Router(config-line)# login Router(config-line)# password ciscoRouter(config-line)# logging synchronousVTY控制台的必要配置Router(config)# line vty 0 4 Router(config-line)#loginRouter(c

8、onfig-line)#password cisco 只要所输命令串在全部命令中是唯一的,可以将一个命令尽可能地简写,路由器在用户模式下的命令清单wg_ro_c?Exec commands: access-enable Create a temporary Access-List entry atmsig Execute Atm Signalling Commands cd Change current device clear Reset functions connect Open a terminal connection dir List files on given device d

9、isable Turn off privileged commands disconnect Disconnect an existing network connection enable Turn on privileged commands exit Exit from the EXEC help Description of the interactive help system lat Open a lat connection lock Lock the terminal login Log in as a particular user logout Exit from the

10、EXEC- More -wg_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 directory clear Reset functions clock Manage the system

11、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 disconnect Disconnect an existing network connection en

12、able Turn on privileged commands erase Erase a filesystem exit Exit from the EXEC help Description of the interactive help system- More -路由器在特权模式下的命令清单只要输入部分命令串(唯一表示某个命令),紧接着按tab键就可以完整地输入一个命令路由器命令行帮助机制上下文关联帮助错误信息提示指出所输入交换机命令的错误所在,以便于修改或纠正.可以重新调出一个较长或较复杂的命令或其它内容,用来再次运行、查看或修改. 之前命令保存区提供命令清单和与特定命令相关联的参

13、数. 路由器的上下文相关联帮助Router# clokTranslating CLOK% Unknown command or computer 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 符号解析命令提示调出最近

14、用过的内容路由器的上下文相关联帮助(续)Router# 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 comm

15、and.Router# clock set 19:56:00 ? Day 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命令提示语法检查命令提示RouterShape the future of internetworking by c

16、reating unpreced使用增强的编辑命令“Shape the future of internetworking by creating unprecedented value for customers, employees, and partners.”上述文字段在输入时会超出一行Router$ future of internetworking by creating unprecedented op使用增强的编辑命令(一行中长字串会自动滚卷).RouterShape the value of internetworking by creating unpreced使用增强的编

17、辑命令(一行中长字串会自动滚卷).光标移动到命令行的开始位置.Router$ value for customers, employees, and partners.使用增强的编辑命令(一行中长字串会自动滚卷).光标移动到命令行的开始位置.光标移动到命令行的结束位置.使用增强的编辑命令(一行中长字串会自动滚卷).光标移动到命令行的开始位置.光标移动到命令行的结束位置.回移一个单词Router$ value for customers, employees, and partners.使用增强的编辑命令(一行中长字串会自动滚卷).光标移动到命令行的开始位置.光标移动到命令行的结束位置.回移一个

18、单词.下移一个字符.Router$ value for customers, employees, and partners.使用增强的编辑命令(一行中长字串会自动滚卷).光标移动到命令行的开始位置.光标移动到命令行的结束位置.回移一个单词下移一个字符.回移一个字符.Router$ value for customers, employees, and partners.使用增强的编辑命令(一行中长字串会自动滚卷).光标移动到命令行的开始位置.光标移动到命令行的结束位置.回移一个单词下移一个字符.回移一个字符.下移一个单词Router$ value for customers, employe

19、es, and partners.(一行中长字串会自动滚卷).光标移动到命令行的开始位置.光标移动到命令行的结束位置.回移一个单词下移一个字符.回移一个字符.下移一个单词使用增强的编辑命令删除当前字符Router$ value for customers, employees, and partners.Ctrl-P or Up arrow调出最近(前一)使用过的命令Ctrl-N or Down arrow调出更近使用过的命令Router show history显示命令保存区内容Router terminal history size lines 设置命令保存区大小回览之前用过的命令路由器的

20、 show interfaces 命令Router#show interfacesEthernet0 is up, line protocol is up Hardware is Lance, address is 00e0.1e5d.ae2f (bia 00e0.1e5d.ae2f) MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255 Encapsulation ARPA, loopback not set, keepalive set (10 sec) ARP type: ARPA, ARP Time

21、out 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/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 81833 packets

22、 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 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface rese

23、ts 0 babbles, 0 late collision, 4 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped outRouter#show interface serial 0 Serial0 is up, line protocol is up Hardware is HD64570 MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC,

24、 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); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Con

25、versations 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/sec(output omitted) 确认参数修改情况Router#show interfaces serial 1Serial1 is up, line protocol is up Hardware is HD6

26、4570 Description: 64Kb Line to San Jose : : : : : : : : :Operational.Connection problem.Interface problem.Disabled .Serial1 is up, line protocol is upSerial1 is up, line protocol is downSerial1 is down, line protocol is downSerial1 is administratively down, line protocol is down存活信息载波监测解读端口状态串口上用 sh

27、ow controller 命令Router#show controller serial 0HD unit 0, idb = 0 x121C04, driver structure at 0 x127078buffer size 1524 HD unit 0, V.35 DTE cable.显示串口线的线缆类型指明一个或多个名称服务器来解析逻辑地址路由器名称服务器的设置Router(config)#ip name-server server-address1 server-address2.server-address6DNS Server缺省情况下DNS为Enable路由器的名称解析Router(config)#ip domain-lookupRouter(config)#endRouter#patTranslating ”pat.domain server (55)% Unknown command or computer name, or unable to find computer addressRouter#config tRouter(config)#no ip domain-lookupRouter(c

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论