RAM/DRAM-保存路由表,各种cache以及运行配置文件;其中共享RAM用于数据包的缓冲;掉电后内容丢失。NVRAM-保存配置文件;掉电后内容不丢失。Flash-可擦洗、可编程ROM;保存IOS,升级方便;掉电后内容不丢失;多个IOS的拷贝可保存于其中。ROM-保存开机自检、引导程序;及一个IOS。可通过换芯片方法升级。Interfaces-数据包进出路由器的接口。Interfaces在母板上或在独立的接口模块上。 1、 进入SETUP模式Router#setup 2、 时间设置 router#clock set hh:mm:ss date moth year 3、 router>show history Router>terminal history size lines
4、 router#show version 5、 router#show running-config 6、 router#show starup-config 7、 router(config)#hostname name 主机命名 8、 router(config)#banner motd # message # 开机时的固定显示信息 9、 router(config)#enable password password 特权模式明文密码 10、 router(config)#no enable password 这里有很好的思科教学视频包括NA NP 等:http://shop58590131.taobao.com/
11、 router(config)#enable secret password 特权模式加密密码 12、 router(config)#no enable secret 13、 router(config)#service password-encryption特权模式把明文密码加密密码,但没enable secret安全可以反解 14、 router(config)#line console控制台密码 15、 router(config-line)#login 16、 router(config-line)#password password 17、 router(config-line)#exec-timeout mm ss 禁止控制台会话自动退出 18、 router(config-line)#logging synchronous重显被打乱的控制台输入 router(config)#no ip domain-lookup 禁止域名解析 19、 router(config)#line vty 0 4虚拟终端密码 20、 router(config-line)#login 21、 router(config-line)#password password 22、 router(config)#interface type number(slot/port)端口设置 23、 router(config-if)#ip address ip summast 24、 router(config-if)#clock rate 64000(时钟频率单位为bps,只在DCE端设置) 25、 router(config-if)#bandwith 64(带宽设置,单位为KB) 26、 router(config-if)#no shutdown(shutdown) 27、 router(config-if )#media-type type(10base) 为以太网端口选择适当的介质类型 28、 router(config-if )#ctrl+z保存退出到特权模式 29、 router#
这只是部分!请下载附件看
|