考试网 >> IT认证 >> 思科 >> Cisco指导 >> CCNA笔记:IOS介绍(一)

CCNA笔记:IOS介绍(一)

发布时间:2006-06-28 05:54     点击:
分页:上一页  1 2 3 [4] 5  下一页

  Router#sh terminal

  (略)

  History is enabled,history size is 25

  (略)

  Gather Basic Routing Information

  show version:显示系统硬件的基本配置和软件版本,以及配置文件的名字和来源,还有启动镜象,最后是configuration register的值

  Set Passwords:

  有5种密码用于加密你的Cisco router:

  1.控制口(console)

  2.辅助口(AUX)

  3.VTY

  4.enable password

  5.enable secret

  Enable Passwords

  enable password:给console和AUX口加密,防止未授权用户进入特权模式,但是密码是非加密形式

enable secret:给console和AUX口加密,防止未授权用户进入特权模式,密码是加密形式,并且一旦起用了这个密码,将凌驾于enable password之上,如果同时设置了enable password和enable secret的情况下,必须输入不同的密码,如下:

  Router(config)#enable secret 123

  Router(config)#enable secret 123

  The enable password you have chosen is the same as your enable secret.This is not recommended.Re-enter the enable password

  Router(config)#enable secret 321

  如果VTY线路的密码没有设置,你将无法使用telnet来连上它

  Auxiliary Password

  配置AUX密码:

  Router#conf t

  Router(config)#line aux ?

  <0-0> First line number

  Router(config)#line aux 0

  Router(config-line)#login

  Router(config-line)#password 123

  Console Password

  配置console密码以及一些辅助命令:

  Router#conf t

  Router(config)#line console ?

  <0-0> First line number

  Router(config)#line console 0

  Router(config-line)#login

  Router(config-line)#password 123

  Router(config-line)#exec-timeout ?

  <0-35791> Timeout in minutes
分页:上一页  1 2 3 [4] 5  下一页
版权申明:未经书面授权请勿转载本站信息!!作品版权归所属媒体与作者所有!!
发表评论: 匿名发表 用户名: 查看评论
您将承担一切因您的行为、言论而直接或间接导致的民事或刑事法律责任
留言板管理人员有权保留或删除其管辖留言中的任意内容
本站提醒:不要进行人身攻击。谢谢配合。
在本站搜索相关信息
2003-2005 Ksw123.com All Rights Reserved. - TOP
Copyright © 2006 Ksw123.com. All rights reserved.中国考题网 版权所有