思科路由器配置命令详解及实例(免积分).doc

上传人:hw****26 文档编号:3932259 上传时间:2019-08-26 格式:DOC 页数:46 大小:53.13KB
下载 相关 举报
思科路由器配置命令详解及实例(免积分).doc_第1页
第1页 / 共46页
思科路由器配置命令详解及实例(免积分).doc_第2页
第2页 / 共46页
思科路由器配置命令详解及实例(免积分).doc_第3页
第3页 / 共46页
思科路由器配置命令详解及实例(免积分).doc_第4页
第4页 / 共46页
思科路由器配置命令详解及实例(免积分).doc_第5页
第5页 / 共46页
点击查看更多>>
资源描述

1、CISCO 路由器配置命令详解及实例目录CISCO 路由器配置命令详解及实例 .1第一章:路由器配置基础 .2一、基本设置方式 .2二、命令状态 .2三、设置对话过程 .3四、常用命令 .5五、配置 IP 寻址 .6六、配置静态路由 .8第二章:广域网协议设置 .8一、HDLC .8二、PPP .11三、x.25 .12四、Frame Relay.15五. Cisco765M 通过 ISDN 拨号上 263.18六、PSTN .19第三章:路由协议设置 .30一、RIP 协议 .30三、OSPF 协议 .31四、重新分配路由 .34五、IPX 协议设置 .36第四章 :服务质量及访问控制 .3

2、7一、协议优先级设置 .37二、队列定制 .38三、访问控制 .38第五章:虚拟局域网(VLAN)路由 .39一、虚拟局域网(VLAN) .39二、交换机间链路(ISL)协议 .39三、虚拟局域网(VLAN)路由实例 .39第六章:知识参考 .44一、路由器初始化 .44二、IP 分配 .45第一章:路由器配置基础一、基本设置方式一般来说,可以用 5 种方式来设置路由器:1Console 口接终端或运行终端仿真软件的微机;2AUX 口接 MODEM,通过电话线与远方的终端或运行终端仿真软件的微机相连;3通过 Ethernet 上的 TFTP 服务器;4通过 Ethernet 上的 TELNET

3、 程序;5通过 Ethernet 上的 SNMP 网管工作站。但路由器的第一次设置必须通过第一种方式进行,此时终端的硬件设置如下:波特率 :9600数据位 :8停止位 :1奇偶校验: 无二、命令状态1. router路由器处于用户命令状态,这时用户可以看路由器的连接状态,访问其它网络和主机,但不能看到和更改路由器的设置内容。2. router#在 router提示符下键入 enable,路由器进入特权命令状态 router#,这时不但可以执行所有的用户命令,还可以看到和更改路由器的设置内容。3. router(config)#在 router#提示符下键入 configure terminal

4、,出现提示符 router(config)#,此时路由器处于全局设置状态,这时可以设置路由器的全局参数。4. router(config-if)#; router(config-line)#; router(config-router)#;路由器处于局部设置状态,这时可以设置路由器某个局部的参数。5. 路由器处于 RXBOOT 状态,在开机后 60 秒内按 ctrl-break 可进入此状态,这时路由器不能完成正常的功能,只能进行软件升级和手工引导。设置对话状态这是一台新路由器开机时自动进入的状态,在特权命令状态使用 SETUP 命令也可进入此状态,这时可通过对话方式对路由器进行设置。三、设置

5、对话过程显示提示信息全局参数的设置接口参数的设置显示结果利用设置对话过程可以避免手工输入命令的烦琐,但它还不能完全代替手工设置,一些特殊的设置还必须通过手工输入的方式完成。进入设置对话过程后,路由器首先会显示一些提示信息:- System Configuration Dialog -At any point you may enter a question mark ? for help.Use ctrl-c to abort configuration dialog at any prompt.Default settings are in square brackets .这是告诉你在设置

6、对话过程中的任何地方都可以键入“?”得到系统的帮助,按 ctrl-c 可以退出设置过程,缺省设置将显示在中。然后路由器会问是否进入设置对话:Would you like to enter the initial configuration dialog? yes:如果按 y 或回车,路由器就会进入设置对话过程。首先你可以看到各端口当前的状况:First, would you like to see the current interface summary? yes:Any interface listed with OK? value “NO“ does not have a valid c

7、onfigurationInterface IP-Address OK? Method Status ProtocolEthernet0 unassigned NO unset up upSerial0 unassigned NO unset up up 然后,路由器就开始全局参数的设置:Configuring global parameters:1设置路由器名:Enter host name Router:2设置进入特权状态的密文(secret),此密文在设置以后不会以明文方式显示:The enable secret is a one-way cryptographic secret use

8、dinstead of the enable password when it exists.Enter enable secret: cisco3设置进入特权状态的密码(password),此密码只在没有密文时起作用,并且在设置以后会以明文方式显示:The enable password is used when there is no enable secretand when using older software and some boot images.Enter enable password: pass4设置虚拟终端访问时的密码:Enter virtual terminal p

9、assword: cisco5询问是否要设置路由器支持的各种网络协议:Configure SNMP Network Management? yes:Configure DECnet? no:Configure AppleTalk? no:Configure IPX? no:Configure IP? yes:Configure IGRP routing? yes:Configure RIP routing? no:6如果配置的是拨号访问服务器,系统还会设置异步口的参数:Configure Async lines? yes:1) 设置线路的最高速度:Async line speed 9600:2

10、) 是否使用硬件流控:Configure for HW flow control? yes:3) 是否设置 modem:Configure for modems? yes/no: yes4) 是否使用默认的 modem 命令:Configure for default chat s cript? yes:5) 是否设置异步口的 PPP 参数:Configure for Dial-in IP SLIP/PPP access? no: yes6) 是否使用动态 IP 地址:Configure for Dynamic IP addresses? yes:7) 是否使用缺省 IP 地址:Configu

11、re Default IP addresses? no: yes8) 是否使用 TCP 头压缩:Configure for TCP Header Compression? yes:9) 是否在异步口上使用路由表更新:Configure for routing updates on async links? no: y10) 是否设置异步口上的其它协议。接下来,系统会对每个接口进行参数的设置。1Configuring interface Ethernet0:1) 是否使用此接口:Is this interface in use? yes:2) 是否设置此接口的 IP 参数:Configure I

12、P on this interface? yes:3) 设置接口的 IP 地址:IP address for this interface: 192.168.162.24) 设置接口的 IP 子网掩码:Number of bits in subnet field 0:Class C network is 192.168.162.0, 0 subnet bits; mask is /24在设置完所有接口的参数后,系统会把整个设置对话过程的结果显示出来:The following configuration command s cript was created:hostname Routeren

13、able secret 5 $1$W5Oh$p6J7tIgRMBOIKVXVG53Uh1enable password pass请注意在 enable secret 后面显示的是乱码,而 enable password 后面显示的是设置的内容。显示结束后,系统会问是否使用这个设置:Use this configuration? yes/no: yes如果回答 yes,系统就会把设置的结果存入路由器的 NVRAM 中,然后结束设置对话过程,使路由器开始正常的工作。四、常用命令1. 帮助在 IOS 操作中,无论任何状态和位置,都可以键入“?”得到系统的帮助。2. 改变命令状态任务 命令进入特权命令

14、状态 enable退出特权命令状态 disable进入设置对话状态 setup进入全局设置状态 config terminal退出全局设置状态 end进入端口设置状态 interface type slot/number进入子端口设置状态 interface type number.subinterface point-to-point | multipoint进入线路设置状态 line type slot/number进入路由设置状态 router protocol退出局部设置状态 exit3. 显示命令任务 命令查看版本及引导信息 show version查看运行设置 show runni

15、ng-config查看开机设置 show startup-config显示端口信息 show interface type slot/number显示路由信息 show ip router4. 拷贝命令用于 IOS 及 CONFIG 的备份和升级 5. 网络命令任务 命令登录远程主机 telnet hostname|IP address网络侦测 ping hostname|IP address路由跟踪 trace hostname|IP address6. 基本设置命令任务 命令全局设置 config terminal设置访问用户及密码 username username password p

16、assword设置特权密码 enable secret password设置路由器名 hostname name设置静态路由 ip route destination subnet-mask next-hop启动 IP 路由 ip routing启动 IPX 路由 ipx routing端口设置 interface type slot/number设置 IP 地址 ip address address subnet-mask设置 IPX 网络 ipx network network激活端口 no shutdown物理线路设置 line type number启动登录进程 login local

17、|tacacs server设置登录密码 password password五、配置 IP 寻址1. IP 地址分类IP 地址分为网络地址和主机地址二个部分,A 类地址前 8 位为网络地址,后 24位为主机地址,B 类地址 16 位为网络地址,后 16 位为主机地址,C 类地址前24 位为网络地址,后 8 位为主机地址,网络地址范围如下表所示:种类 网络地址范围A 1.0.0.0 到 126.0.0.0 有效 0.0.0.0 和 127.0.0.0 保留B 128.1.0.0 到 191.254.0.0 有效 128.0.0.0 和 191.255.0.0 保留C 192.0.1.0 到 22

18、3.255.254.0 有效 192.0.0.0 和 223.255.255.0 保留D 224.0.0.0 到 239.255.255.255 用于多点广播E 240.0.0.0 到 255.255.255.254 保留 255.255.255.255 用于广播2. 分配接口 IP 地址任务 命令接口设置 interface type slot/number为接口设置 IP 地址 ip address ip-address mask掩玛(mask)用于识别 IP 地址中的网络地址位数,IP 地址(ip-address)和掩码(mask)相与即得到网络地址。3. 使用可变长的子网掩码通过使用可

19、变长的子网掩码可以让位于不同接口的同一网络编号的网络使用不同的掩码,这样可以节省 IP 地址,充分利用有效的 IP 地址空间。如下图所示:Router1 和 Router2 的 E0 端口均使用了 C 类地址 192.1.0.0 作为网络地址,Router1 的 E0 的网络地址为 192.1.0.128, 掩码为 255.255.255.192, Router2的 E0 的网络地址为 192.1.0.64,掩码为 255.255.255.192,这样就将一个 C 类网络地址分配给了二个网,既划分了二个子网,起到了节约地址的作用。4. 使用网络地址翻译(NAT)NAT(Network Addr

20、ess Translation)起到将内部私有地址翻译成外部合法的全局地址的功能,它使得不具有合法 IP 地址的用户可以通过 NAT 访问到外部Internet.当建立内部网的时候,建议使用以下地址组用于主机,这些地址是由 Network Working Group(RFC 1918)保留用于私有网络地址分配的.?; Class A:10.1.1.1 to 10.254.254.254?; Class B:172.16.1.1 to 172.31.254.254?; Class C:192.168.1.1 to 192.168.254.254命令描述如下:任务 命令定义一个标准访问列表 acc

21、ess-list access-list-number permit source source-wildcard定义一个全局地址池 ip nat pool name start-ip end-ip netmask netmask | prefix-length prefix-length type rotary建立动态地址翻译 ip nat inside source list access-list-number | name pool name overload | static local-ip global-ip指定内部和外部端口 ip nat inside | outside如下图

22、所示,路由器的 Ethernet 0 端口为 inside 端口,即此端口连接内部网络,并且此端口所连接的网络应该被翻译,Serial 0 端口为 outside 端口,其拥有合法 IP地址(由 NIC 或服务提供商所分配的合法的 IP 地址),来自网络 10.1.1.0/24的主机将从 IP 地址池 c2501 中选择一个地址作为自己的合法地址,经由Serial 0 口访问 Internet。命令 ip nat inside source list 2 pool c2501 overload 中的参数 overload,将允许多个内部地址使用相同的全局地址(一个合法 IP 地址,它是由 NI

23、C 或服务提供商所分配的地址)。命令 ip nat pool c2501 202.96.38.1 202.96.38.62 netmask 255.255.255.192 定义了全局地址的范围。设置如下:ip nat pool c2501 202.96.38.1 202.96.38.62 netmask 255.255.255.192interface Ethernet 0ip address 10.1.1.1 255.255.255.0ip nat inside!interface Serial 0ip address 202.200.10.5 255.255.255.252ip nat o

24、utside!ip route 0.0.0.0 0.0.0.0 Serial 0access-list 2 permit 10.0.0.0 0.0.0.255! Dynamic NAT!ip nat inside source list 2 pool c2501 overloadline console 0exec-timeout 0 0!line vty 0 4end六、配置静态路由通过配置静态路由,用户可以人为地指定对某一网络访问时所要经过的路径,在网络结构比较简单,且一般到达某一网络所经过的路径唯一的情况下采用静态路由。任务 命令建立静态路由 ip route prefix mask a

25、ddress | interface distance tag tag permanentPrefix :所要到达的目的网络mask :子网掩码address :下一个跳的 IP 地址,即相邻路由器的端口地址。interface :本地网络接口distance :管理距离(可选)tag tag :tag 值(可选)permanent :指定此路由即使该端口关掉也不被移掉。以下在 Router1 上设置了访问 192.1.0.64/26 这个网下一跳地址为192.200.10.6,即当有目的地址属于 192.1.0.64/26 的网络范围的数据报,应将其路由到地址为 192.200.10.6 的

26、相邻路由器。在 Router3 上设置了访问 192.1.0.128/26 及 192.200.10.4/30 这二个网下一跳地址为 192.1.0.65。由于在 Router1 上端口 Serial 0 地址为 192.200.10.5,192.200.10.4/30 这个网属于直连的网,已经存在访问 192.200.10.4/30 的路径,所以不需要在 Router1上添加静态路由。Router1:ip route 192.1.0.64 255.255.255.192 192.200.10.6Router3:ip route 192.1.0.128 255.255.255.192 192.

27、1.0.65ip route 192.200.10.4 255.255.255.252 192.1.0.65同时由于路由器 Router3 除了与路由器 Router2 相连外,不再与其他路由器相连,所以也可以为它赋予一条默认路由以代替以上的二条静态路由,ip route 0.0.0.0 0.0.0.0 192.1.0.65即只要没有在路由表里找到去特定目的地址的路径,则数据均被路由到地址为192.1.0.65 的相邻路由器。第二章:广域网协议设置一、HDLCHDLC 是 CISCO 路由器使用的缺省协议,一台新路由器在未指定封装协议时默认使用 HDLC 封装。1. 有关命令端口设置任务 命令

28、设置 HDLC 封装 encapsulation hdlc设置 DCE 端线路速度 clockrate speed复位一个硬件接口 clear interface serial unit显示接口状态 show interfaces serial unit 1注:1.以下给出一个显示 Cisco 同步串口状态的例子.Router#show interface serial 0Serial 0 is up, line protocol is upHardware is MCI SerialInternet address is 150.136.190.203, subnet mask is 255

29、.255.255.0MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255Encapsulation HDLC, loopback not set, keepalive set (10 sec)Last input 0:00:07, output 0:00:00, output hang neverOutput queue 0/40, 0 drops; input queue 0/75, 0 dropsFive minute input rate 0 bits/sec, 0 packets/secFive m

30、inute output rate 0 bits/sec, 0 packets/sec16263 packets input, 1347238 bytes, 0 no bufferReceived 13983 broadcasts, 0 runts, 0 giants2 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 2 abort22146 packets output, 2383680 bytes, 0 underruns0 output errors, 0 collisions, 2 interface resets, 0 rest

31、arts1 carrier transitions2. 举例设置如下:Router1:interface Serial0ip address 192.200.10.1 255.255.255.0clockrate 1000000Router2:interface Serial0ip address 192.200.10.2 255.255.255.0!3. 举例使用 E1 线路实现多个 64K 专线连接.相关命令:任务 命令进入 controller 配置模式 controller t1 | e1 number选择帧类型 framing crc4 | no-crc4选择 line-code 类

32、型 linecode ami | b8zs | hdb3建立逻辑通道组与时隙的映射 channel-group number timeslots range1显示 controllers 接口状态 show controllers e1 slot/port2注: 1. 当链路为 T1 时,channel-group 编号为 0-23, Timeslot 范围 1-24; 当链路为 E1 时, channel-group 编号为 0-30, Timeslot 范围 1-31.2.使用 show controllers e1 观察 controller 状态,以下为帧类型为 crc4 时 cont

33、rollers 正常的状态.Router# show controllers e1e1 0/0 is up.Applique type is Channelized E1 - unbalancedFraming is CRC4, Line Code is HDB3 No alarms detected.Data in current interval (725 seconds elapsed):0 Line Code Violations, 0 Path Code Violations0 Slip Secs, 0 Fr Loss Secs, 0 Line Err Secs, 0 Degrade

34、d Mins0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 0 Unavail SecsTotal Data (last 24 hours) 0 Line Code Violations, 0 Path Code Violations,0 Slip Secs, 0 Fr Loss Secs, 0 Line Err Secs, 0 Degraded Mins,0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 0 Unavail Secs以下例子为 E1 连接 3 条 64

35、K 专线, 帧类型为 NO-CRC4,非平衡链路,路由器具体设置如下:shanxi#wri tBuilding configuration.Current configuration:!version 11.2no service udp-small-serversno service tcp-small-servers!hostname shanxi!enable secret 5 $1$XN08$Ttr8nfLoP9.2RgZhcBzkk/enable password shanxi!ip subnet-zero!controller E1 0framing NO-CRC4channel-group 0 timeslots 1

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 生活休闲资料库 > 生活指南

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。