Router(config)# interface f0/0
創(chuàng)新互聯(lián)建站網(wǎng)站建設(shè)公司一直秉承“誠信做人,踏實做事”的原則,不欺瞞客戶,是我們最起碼的底線! 以服務(wù)為基礎(chǔ),以質(zhì)量求生存,以技術(shù)求發(fā)展,成交一個客戶多一個朋友!專注中小微企業(yè)官網(wǎng)定制,做網(wǎng)站、網(wǎng)站建設(shè),塑造企業(yè)網(wǎng)絡(luò)形象打造互聯(lián)網(wǎng)企業(yè)效應(yīng)。
Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)#
Router(config)#exit
Router #
Router # configure terminal !進入全局模式
Enter configuration commands, one per line. End with CNTL/Z.
Router (config)# enable password cisco !設(shè)置特權(quán)密碼
Router # write memory !保存當(dāng)前配置文件到NVRAM
Router # reload !重新引導(dǎo)系統(tǒng)
重啟間,按Ctrl + C
rommon 1 〉confreg 0x2142 !忽略NVRAM中的配置文件
rommon 2 〉reset !重啟系統(tǒng)
Continue with configuration dialog? [yes/no]:no !手工配置
Router〉
Router〉enable !進入特權(quán)模式
Router #
Router #copy startup-config running-config !將NVRAM中的配置文件拷貝到內(nèi)存
Router(config)#enable password 123 !重新設(shè)置密碼
Router #write memory !保存新的配置文件
Router #reload !重新啟動系統(tǒng)
rommon 1 〉confreg 0x2102 !重新從NVRAM中加載配置文件
rommon 2 〉reset !重啟系統(tǒng)密碼修改成功