思科路由器配置.pptVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
路由器配置 主要内容 配置路由器 配置的完成 路由器口令的恢复 一、命令行用户界面的命令模式 登录路由器,进行模式选择(用户模式/特权模式) 用户模式命令列表 方法:router? 特权模式命令列表 方法:router#? 路由器的配置模式 二、配置路由器 1、配置路由器的名称 配置路由器的名称,能唯一地标识网络中的每台路由器。 Router#config terminal Router(config)#hostname Baoji Baoji(config)# 2、配置路由器的口令 用口令限制访问,可以保证对路由器进行权限范围内的安全访问。 可以分别为特权模式、虚拟终端连接、控制台连接设定口令。 特权模式的口令用于对特权模式的访问,可以通过enable secret命令设置。 控制台终端的登录口令可以在line console 0配置模式下进行设定。用于防止未经授权的用户访问路由器。 虚拟终端用户通过远程登录(telnet)的方式访问路由器。命令Line vty 0 4用于标识5个vty连接。可以为通过Telnet访问路由器的用户设置口令。 3、show命令 该命令能帮助检查路由器中文件的内容,帮助排除故障。 在路由器的各种模式下,show ?命令都可以用于显示所有可用的选项。 Show命令时路由器上最重要的信息收集命令。 例如: show interfaces – Displays all the statistics for all the interfaces on the router. To view the statistics for a specific interface, enter the show interfaces command followed by the specific interface and port number. For example: show interfaces serial 0/1 show controllers serial – Displays information-specific to the interface hardware show clock – Shows the time set in the router show hosts – Displays a cached list of host names and addresses show users – Displays all users who are connected to the router show history – Displays a history of commands that have been entered show flash – Displays information about flash memory and what IOS files are stored there show version – Displays information about the router and the IOS that is running in RAM show ARP – Displays the ARP table of the router show protocol – Displays the global and interface specific status of any configured Layer 3 protocols show startup-configuration – Displays the saved configuration located in NVRAM show running-configuration – Displays the configuration currently running in RAM 4、配置串行接口 通过控制台或虚拟终端连接可以对串行接口进行配置。 串行接口通常用来做一个局域网的广域网连接接口,最高速率2M 例如: 串行口配置命令 Router(config)#interface serial 0/0 Router(config-if)#ip address ip address netmask Router(config)#interface serial 0/0 Router(config-if)#clock rate 56000 Router(config-if)#no shutdown Router(config-if)#exit 5、配置以太网接口 可以从控制台端口或者虚拟终端连接配置以太网接口。 每个以太

文档评论(0)

allap + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档