思科模拟器路由器配置命令
思科模拟器是一个功能强大的网络仿真程序,它有很多特色的功能,能够有效的帮助到学习CCNA课程的网络初学者。今天就来为大家分享思科模拟器路由器配置命令,有需要的小伙伴一起看看吧思科模拟器路由器配置命令:1、路由器口令设置:routerenable进入特权模式router#configterminal进入全局配置模式router(config)#hostname设置交换机的主机名router(config)#enablesecretxxx设置特权加密口令router(config)#enablepasswordxxb设置特权非密口令router(config)#lineconsole0进入控制台口router(config-line)#linevty04进入虚拟终端router(config-line)#login要求口令验证router(config-line)#passwordxx设置登录口令xxrouter(config)#(Ctrl+z)返回特权模式router#exit返回命令2、路由器配置:router(config)#ints0/0进入Serail接口router(config-if)#noshutdown激活当前接口router(config-if)#clockrate64000设置同步时钟router(config-if)#ipaddress设置IP地址router(config-if)#ipaddresssecond设置第二个IProuter(config-if)#intf0/0.1进入子接口router(config-subif.1)#ipaddress设置子接口IProuter(config-subif.1)#encapsulationdot1q绑定vlan中继协议router(config)#config-register0x2142跳过配置文件router(config)#config-register0x2102正常使用配置文件router#reload重新引导3、路由器文件操作:router#copyrunning-configstartup-config保存配置router#copyrunning-configtftp保存配置到tftprouter#copystartup-configtftp开机配置存到tftprouter#copytftpflash:下传文件到flashrouter#copytftpstartup-config下载配置文件ROM状态:Ctrl+Break进入ROM监控状态rommonconfreg0x2142跳过配置文件rommonconfreg0x2102恢复配置文件rommonreset重新引导rommoncopyxmodem:flash:从console传输文件rommonIP_ADDRESS=10.65.1.2设置路由器IPrommonIP_SUBNET_MASK=255.255.0.0设置路由器掩码rommonTFTP_SERVER=10.65.1.1指定TFTP服务器IPrommonTFTP_FILE=c2600.bin指定下载的文件rommontftpdnld从tftp下载rommondirflash:查看闪存内容rommonboot引导IOS4、静态路由:iproute命令格式router(config)#iproute2.0.0.0255.0.0.01.1.1.2静态路由举例router(config)#iproute0.0.0.00.0.0.01.1.1.2默认路由举例5、动态路由:router(config)#iprouting启动路由转发router(config)#routerrip启动RIP路由协议。router(config-router)#network设置发布路由router(config-router)#negihbor点对点帧中继用。6、帧中继命令:router(config)#frame-relayswitching使能帧中继交换router(config-s0)#encapsulationframe-relay使能帧中继router(config-s0)#fram-relaylmi-typecisco设置管理类型router(config-s0)#frame-relayintf-typeDCE设置为DCErouter(config-s0)#frame-relaydlci16router(config-s0)#frame-relaylocal-dlci20设置虚电路号router(config-s0)#frame-relayinterface-dlci16router(config)#log-adjacency-changes记录邻接变化router(config)#ints0/0.1point-to-point设置子接口点对点router#showframepvc显示永久虚电路router#showframemap显示映射7、基本访问控制列表:router(config)#access-listpermit|deny例1:router(config)#access-list1denyhost10.65.1.1router(config)#access-list1permitanyrouter(config)#intf0/0router(config-if)#ipaccess-group4in例2:router(config)#access-list4permit10.8.1.1router(config)#access-list4deny10.8.1.00.0.0.255router(config)#access-list4permit10.8.0.00.0.255.255router(config)#access-list4deny10.0.0.00.255.255.255router(config)#access-list4permitanyrouter(config)#intf0/1router(config-if)#ipaccess-group4in扩展访问控制列表:access-listpermit|denyicmp[type]access-listpermit|denytcp[port]例1:router(config)#access-list101denyicmpany10.64.0.20.0.0.0echorouter(config)#access-list101permitipanyanyrouter(config)#ints0/0router(config-if)#ipaccess-group101in例2:router(config)#access-list102denytcpany10.65.0.20.0.0.0eq80router(config)#access-list102permitipanyanyrouter(config)#interfaces0/1router(config-if)#ipaccess-group102out删除访问控制例表:router(config)#noaccess-list102router(config-if)#noipaccess-group101in路由器的nat配置Router(config-if)#ipnatinside当前接口指定为内部接口Router(config-if)#ipnatoutside当前接口指定为外部接口Router(config)#ipnatinsidesourcestatic[p]私有IP公网IP[port]Router(config)#ipnatinsidesourcestatic10.65.1.260.1.1.1Router(config)#ipnatinsidesourcestatictcp10.65.1.38060.1.1.180Router(config)#ipnatpoolp160.1.1.160.1.1.20255.255.255.0Router(config)#ipnatinsidesourcelist1poolp1Router(config)#ipnatinsidedestinationlist2poolp2Router(config)#ipnatinsidesourcelist2interfaces0/0overloadRouter(config)#ipnatpoolp210.65.1.210.65.1.4255.255.255.0typerotaryRouter#showipnattranslationrotary参数是轮流的意思,地址池中的IP轮流与NAT分配的地址匹配。overload参数用于PAT将内部IP映射到一个公网IP不同的端口上。外部网关协议配置routerA(config)#routerbgp100routerA(config-router)#network19.0.0.0routerA(config-router)#neighbor8.1.1.2remote-as200配置PPP验证:RouterA(config)#usernamepasswordRouterA(config)#ints0RouterA(config-if)#pppauthentication{chap|pap}8、路由器子接口封装为8021Q(补充)Encapsulationdot1q2封装类型设置为802.1Q,2是子接口号标识,这里是示范,可以随意设置。
思科模拟器中怎样给路由器配置ip地址
在思科模拟器中给路由器配置ip可以分为以下5步,如下:打开思科模拟器,找到路由器图标,路由器对应的英文为Router,2.在第一部找到的路由器中,模拟器提供多种路由器选择,根据需要任意选择一个路由器,拖动一个路由器到空白处即可新建一个路由器,路由器的形状为圆柱形,上面有十字形花纹。3.单击空白处的路由器,显示如下路由器配置界面,在此界面中可以配置路由器的IP地址、子网掩码等信息,我们点击config配置路由器。4.点击config,显示如下界面,然后点击FastEthernet 0/0,配置0/0口的IP地址,点击FastEthernet 0/1,配置0/1口的IP地址。路由器的两个端口对应两个不同的IP地址。5.在IP Address中输入要配置的IP地址,如192.168.0.1,在Subnet Mask中配置子网掩码,如255.255.255.0。最后单击确认退出即可
思科路由器查看配置的命令是什么?
思科路由器查看配置的命令是router#show run。路由器显示命令:router#show interface ;显示接口信息router#show ip route ;显示路由信息router#show cdp nei ;显示邻居信息router#reload ;重新起动路由器口令设置:router>enable ;进入特权模式router#config terminal ;进入全局配置模式router(config)#hostname ;设置交换机的主机名router(config)#enable secret xxx ;设置特权加密口令router(config)#enable password xxb ;设置特权非密口令router(config)#line console 0 ;进入控制台口router(config-line)#line vty 0 4 ;进入虚拟终端router(config-line)#login ;要求口令验证router(config-line)#password xx ;设置登录口令xxrouter(config)#(Ctrl+z) ; 返回特权模式router#exit ;返回命令扩展资料:路由器配置:router(config)#int s0/0 ;进入Serail接口router(config-if)#no shutdown ;激活当前接口router(config-if)#clock rate 64000 ;设置同步时钟router(config-if)#ip address ;设置IP地址router(config-if)#ip address second ;设置第二个IProuter(config-if)#int f0/0.1 ;进入子接口router(config-subif.1)#ip address ;设置子接口IProuter(config-subif.1)#encapsulation dot1q ;绑定vlan中继协议router(config)#config-register 0x2142 ;跳过配置文件router(config)#config-register 0x2102 ;正常使用配置文件router#reload ;重新引导参考资料来源:Cisco-思科路由器
思科路由器设置方法和常见配置命令
思科路由器设置方法和常见配置命令 思科路由器怎么设置,是我们经常遇到的问题,下面我准备了关于思科路由器设置方法和常见配置命令,欢迎大家参考学习! 一、基本设置方式 一般来说,可以用5种方式来设置Cisco思科路由器: 1.Console口接终端或运行终端仿真软件的微机; 2.AUX口接MODEM,通过电话线与远方的终端或运行终端仿真软件的微机相连; 3.通过Ethernet上的TFTP服务器; 4.通过Ethernet上的TELNET程序; 5.通过Ethernet上的SNMP网管工作站。 但Cisco思科路由器的第一次设置必须通过第一种方式进行,一般用超级终端通过com口进行控制。此时终端的硬件设置如下: 波特率 :9600 数据位 :8 停止位 :1 奇偶校验: 无 二、命令操作 Cisco思科路由器所用的操作系统是IOS.共有以下几种状态: 1、router> 在router>提示符下,Cisco思科路由器处于用户命令状态,这时用户可以看Cisco思科路由器的连接状态,访问其它网络和主机,但不能看到和更改Cisco思科路由器的设置内容。此时输入?并回车,可以查看到在此状态下可以用的命令。(IOS允许你在任何时候用这种方式查看在某种状态下可以用的命令)。在敲入enable并回车后,按照系统提示输入密码,(在新的Cisco思科路由器第一次进行调试的时候不需要输入密码,直接回车即可)进入#提示符,就可以对Cisco思科路由器进行各种操作了。 2、router# Cisco思科路由器进入特权命令状态router#后,不但可以执行所有的用户命令,还可以看到和更改Cisco思科路由器的设置内容。此时就可以对Cisco思科路由器的名字、密码等进行设置。 3、router(config)# 在router#提示符下键入configure terminal,出现提示符router(config)#,此时Cisco思科路由器处于全局设置状态,这时可以设置Cisco思科路由器的全局参数。 4、router(config-if)#; router(config-line)#; router(config-router)#;… Cisco思科路由器处于局部设置状态,这时可以设置Cisco思科路由器某个局部的参数。 5、Cisco思科路由器处于RXBOOT状态,在开机后60秒内按ctrl-break可进入此状态,这时Cisco思科路由器不能完成正常的功能,只能进行软件升级和手工引导。在此状态下,可以进行口令恢复。 三、常用命令 1.帮助 在IOS操作中,无论任何状态和位置,都可以键入“?”得到系统的帮助。系统会显示此时可以使用的命令。 2.改变命令状态 任务命令 进入特权命令状态enable 退出特权命令状态disable 进入设置对话状态Setup 进入全局设置状态config terminal 退出全局设置状态End 进入端口设置状态interface type slot/number 进入子端口设置状态interface type number.subinterface [point-to-point | multipoint] 进入线路设置状态line type slot/number 进入路由设置状态router protocol 退出局部设置状态Exit 3.显示命令 任务命令 查看版本及引导信息show version 查看运行设置show running-config 查看开机设置show startup-config 显示端口信息show interface type slot/number 显示路由信息show ip router 4.拷贝命令 用于IOS及CONFIG的备份和升级 5.网络命令 任务命令 登录远程主机telnet hostname|IP address 网络侦测ping hostname|IP address 路由跟踪Trace hostname|IP address 6.基本设置命令 任务命令 全局设置config terminal 设置访问用户及密码username username password password 设置特权密码enable secret password 设置Cisco思科路由器名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|tacacs server] 设置登录密码password password 本文描述了如何进行思科路由器的基本设置,基本的命令操作以及常用命令进行操作和总体的.设置,并讲述了一些基本的服务设置。 四、总体设置 在router#特权命令状态下,可以用setup对Cisco思科路由器进行总体设计,利用这个设计过程可以省略手工设置的烦琐。但它还不能完全代替手工设置,一些特殊的设置还必须通过手工输入的方式完成。 进入设置对话过程后,Cisco思科路由器首先会显示一些提示信息: --- 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 '[]'. 这是告诉你在设置对话过程中的任何地方都可以键入“?”得到系统的帮助,按ctrl-c可以退出设置过程,缺省设置将显示在‘[]’中。然后Cisco思科路由器会问是否进入设置对话: Would you like to enter the initial configuration dialog? [yes]: 如果按y或回车,Cisco思科路由器就会进入设置对话过程。首先你可以看到各端口当前的状况: First, would you like to see the current interface summary? [yes]: Any interface listed with OK? value "NO" does not have a valid configuration InterfaceIP-AddressOK?MethodStatusProtocol Ethernet0unassignedNOunsetupup Serial0unassignedNOunsetupup …………………………… 然后,Cisco思科路由器就开始全局参数的设置: Configuring global parameters: 1.设置Cisco思科路由器名: Enter host name [Router]: 2.设置进入特权状态的密文(secret),此密文在设置以后不会以明文方式显示: The enable secret is a one-way cryptographic secret used instead of the enable password when it exists. Enter enable secret: cisco 3.设置进入特权状态的密码(password),此密码只在没有密文时起作用,并且在设置以后会以明文方式显示: The enable password is used when there is no enable secret and when using older software and some boot images. Enter enable password: pass 4.设置虚拟终端访问时的密码: Enter virtual terminal password: cisco 5.询问是否要设置Cisco思科路由器支持的各种网络协议: 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)是否使用硬件流控: Configure for HW flow control? [yes]: 3)是否设置modem: Configure for modems? [yes/no]: yes 4)是否使用默认的modem命令: Configure for default chat script? [yes]: 5)是否设置异步口的PPP参数: Configure for Dial-in IP SLIP/PPP access? [no]: yes 6)是否使用动态IP地址: Configure for Dynamic IP addresses? [yes]: 7)是否使用缺省IP地址: Configure Default IP addresses? [no]: yes 是否使用TCP头压缩: Configure for TCP Header Compression? [yes]: 9)是否在异步口上使用路由表更新: Configure for routing updates on async links? [no]: y 10)是否设置异步口上的其它协议。接下来,系统会对每个接口进行参数的设置。 1.Configuring interface Ethernet0: 1)是否使用此接口: Is this interface in use? [yes]: 2)是否设置此接口的IP参数: Configure IP on this interface? [yes]: 3)设置接口的IP地址: IP address for this interface: 192.168.162.2 4)设置接口的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 script was created: hostname Router enable secret 5 $W5Oh$p6J7tIgRMBOIKVXVG53Uh1 enable password pass ………… 请注意在enable secret后面显示的是乱码,而enable password后面显示的是设置的内容。就是说,secret密码的优先级比较高,在两个密码都设了的情况下,secret密码起作用。 显示结束后,系统会问是否使用这个设置: Use this configuration? [yes/no]: yes 如果回答yes,系统就会把设置的结果存入Cisco思科路由器的NVRAM中,然后结束设置对话过程,使Cisco思科路由器开始正常的工作。 五、广域网协议设置 PPP PPP(Point-to-Point Protocol)是SLIP(Serial Line IP protocol)的继承者,它提供了跨过同步和异步电路实现Cisco思科路由器到Cisco思科路由器(router-to-router)和主机到网络(host-to-network)的连接。 CHAP(Challenge Handshake Authentication Protocol)和PAP(Password Authentication Protocol) (PAP)通常被用于在PPP封装的串行线路上提供安全性认证。使用CHAP和PAP认证,每个Cisco思科路由器通过名字来识别,可以防止未经授权的访问。 任务命令 设置PPP封装encapsulation ppp1 设置认证方法ppp authentication {chap | chap pap | pap chap | pap} [if-needed] [list-name | default] [callin] 指定口令username name password secret 设置DCE端线路速度clockrate speed ;