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
. n( D8 p# r: W1 C) Y1 [CCNA,CCNA培訓,CCNP,CCIE
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
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#