freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

思科實(shí)驗(yàn)手冊(cè)-文庫(kù)吧

2024-10-07 09:00 本頁(yè)面


【正文】 name, or unable to find puter address NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)no ip domain lookup NUAIKO(config)end NUAIKO *Mar 1 03:13:: %SYS5CONFIG_I: Configured from console by console NUAIKONUAIKO Translating NUAIKO % Unknown mand or puter name, or unable to find puter address NUAIKO End with CNTL/Z. 實(shí)驗(yàn)二 路由器連通性設(shè)置 8 Firstlab Lab Exercise 目標(biāo) : 熟練掌握如何連通路由器并進(jìn)行相互間 ping 和 tel 的測(cè)試 . 設(shè)備需求 : Cisco 2501 路由器兩臺(tái) . 語(yǔ)法 : : NUAIKO(config)interface {type} {number} IP 地址信息 : NUAIKO(configif)ip address {ipaddress} {mask} ,如果接口為串行接口 ,要為 DCE 端設(shè)置時(shí)鐘頻率 : NUAIKO(configif)clock rate {speed} : NUAIKO(configif)no shutdown 解釋 : 默認(rèn)所有接口都是處于關(guān)閉狀態(tài)的 ,對(duì)于一般的以太網(wǎng)接口 ,設(shè)置了 IP 地址信息之后 ,只需要開啟該接口即 可 。對(duì)于串行接口 ,還要注意在 DCE 端設(shè)置時(shí)鐘頻率 ,以便為 DTE 端提供時(shí)鐘頻率進(jìn)行同步 .當(dāng)然這一般用于 實(shí)驗(yàn)室背對(duì)背環(huán)境中 ,真正現(xiàn)實(shí)環(huán)境中 ,DCE 是由 CSU/DSU 來提供 ,無須用戶設(shè)置 .另外要注意的是 ,端到端 (endtoend)的連接 ,直連的接口必須處于同一子網(wǎng) . 配置實(shí)例一 : 路由器 NUAIKO 配置如下 : NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)interface serial 0 NUAIKO(configif)ip address NUAIKO(configif)no shutdown *Mar 1 00:13:: %LINK3UPDOWN: Interface Serial0, changed state to down NUAIKO(configif)end NUAIKO *Mar 1 00:14:: %LINK3UPDOWN: Interface Serial0, changed state to up NUAIKO *Mar 1 00:14:: %LINEPROTO5UPDOWN: Line protocol on Interface Serial0, changed state to up NUAIKO 路由器 BLAKKBLOOD 配置如下 : End with CNTL/Z. 9 Firstlab BLAKKBLOODconfigure terminal Enter configuration mands, one per line. BLAKKBLOOD(config)interface serial 0 BLAKKBLOOD(configif)ip address BLAKKBLOOD(configif)clock rate 56000 BLAKKBLOOD(configif)no shutdown BLAKKBLOOD(configif)end BLAKKBLOOD Sep 25 16:24:: %SYS5CONFIG_I: Configured from console by console BLAKKBLOOD Sep 25 16:24:: %LINK3UPDOWN: Interface Serial0, changed state to up BLAKKBLOOD Sep 25 16:24:: %LINEPROTO5UPDOWN: Line protocol on Interface Serial0, changed state to up BLAKKBLOOD 測(cè)試一 : NUAIKOping Type escape sequence to abort. Sending 5, 100byte ICMP Echos to , timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), roundtrip min/avg/max = 36/36/40 ms NUAIKO BLAKKBLOODping Type escape sequence to abort. Sending 5, 100byte ICMP Echos to , timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), roundtrip min/avg/max = 36/36/40 ms BLAKKBLOOD 測(cè)試二 : NUAIKOtel Trying ... Open Password required, but none set [Connection to closed by foreign host] NUAIKO 解釋 : 在 tel 到遠(yuǎn)端路由器的時(shí)候 ,如果對(duì)方的 VTY 線路沒有設(shè)置密碼和啟用登陸 ,將拒絕本地路由器 tel. End with CNTL/Z. 10 Firstlab 解決方案 : 是在遠(yuǎn)端路由器設(shè)置 VTY 線路的密碼和啟用登陸 .路由器 BLAKKBLOOD 配置如下 : BLAKKBLOODconfigure terminal Enter configuration mands, one per line. BLAKKBLOOD(config)line vty 0 4 BLAKKBLOOD(configline)password NUAIKO BLAKKBLOOD(configline)login BLAKKBLOOD(configline)end BLAKKBLOOD 測(cè)試三 : NUAIKOtel Trying ... Open User Access Verification Password:NUAIKO BLAKKBLOODexit [Connection to closed by foreign host] NUAIKO End with CNTL/Z. Lab Exercise 目標(biāo) : 熟練掌握如何創(chuàng)建主機(jī)列表 ,并使用 ping 和 tel 測(cè)試 . 設(shè)備需求 : Cisco 2501 路由器兩臺(tái) . 準(zhǔn)備工作 : 確保兩臺(tái)路由器已經(jīng)預(yù)先的端到端的連通 . 語(yǔ)法 : 全局配置模式下創(chuàng)建靜態(tài)的 IP 地址到主機(jī)名的映射 : NUAIKO(config)ip host {hostname} {ipaddress} 配置實(shí)例一 : 路由器 NUAIKO 配置如下 : NUAIKO(config)ip host BLAKKBLOOD NUAIKO(config)end 11 Firstlab NUAIKO 測(cè)試一 : NUAIKOBLAKKBLOOD Trying BLAKKBLOOD ()... Open User Access Verification Password:NUAIKO BLAKKBLOODexit [Connection to BLAKKBLOOD closed by foreign host] NUAIKO 測(cè)試二 : NUAIKOping BLAKKBLOOD Type escape sequence to abort. Sending 5, 100byte ICMP Echos to , timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), roundtrip min/avg/max = 36/40/48 ms NUAIKO 實(shí)驗(yàn)三 路由器恢復(fù)性設(shè)置 Lab Exercise 目標(biāo) : 熟練掌握如何快速和恢復(fù)路由器到出廠設(shè)置 . 設(shè)備需求 : Cisco 2501 路由器一臺(tái) . 準(zhǔn)備工作 : 確保路由器之間有所配置 . 語(yǔ)法 : ,快速恢復(fù)路由器的接口配置到出廠配置 : NUAIKO(config)default interface {type} {number} ,路由器下次啟動(dòng) 將全局恢復(fù)到出廠設(shè)置 : NUAIKOerase startupconfig 配置實(shí)例一 : NUAIKOshow runningconfig interface serial 0 12 Firstlab Building configuration... Current configuration : 62 bytes ! interface Serial0 ip address end NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)default interface serial 0 Building configuration... Interface Serial0 set to default configuration NUAIKO(config)end NUAIKOshow runningconfig interface serial 0 Building configuration... Current configuration : 40 bytes ! interface Serial0 no ip address end NUAIKO End with CNTL/Z. Lab Exercise 目標(biāo) : 熟練掌握如何重啟路由器和計(jì)劃性的重啟路由器 . 設(shè)備需求 : Cisco 2501 路由器一臺(tái) . 語(yǔ)法 : 在特權(quán)模式下 ,重啟或計(jì)劃性的重啟路由器 : NUAIKOreload [at {hh:mm day year}|in {minutes}] [text] 解釋 : 可以定義路由器 ,立即重啟或在多少分鐘之后 ,或在具體的時(shí)間里重啟 ,還可以指定重啟原因 .如果在重啟之 前 ,路由器配置文件被修改過 ,系統(tǒng)會(huì)提醒你是否保存修改 . 配置實(shí)例一 : NUAIKOreload in 1 the Administrator39。s mad 13 Firstlab System configuration has been modified. Save? [yes/no]: n Reload scheduled in 56 seconds Reload reason: the Administrator39。s mad Proceed with reload? [confirm] NUAIKO *Mar 1 00:50:: %SYS5SCHEDULED_RELOAD: Reload requested for 00:51:42 UTC Mon Mar 1 1993 at 00:50:42 UTC Mon Mar 1 1993 by console. Reload Reason: the Administrator39。s mad. NUAIKO 測(cè)試 : NUAIKOshow reload Reload scheduled in 47 seconds by console Reload reason: the Administrator39。s mad NUAIKO *** *** SHUTDOWN NOW *** 14 FirstLab專注于 CISCO高端網(wǎng)絡(luò)技術(shù)培訓(xùn):即 CCIE、 CCVP、 CCNP、CCNA認(rèn)證培訓(xùn)。精英講師團(tuán)全部持有 CCIE 認(rèn)證證書,擁有豐富的工作經(jīng)驗(yàn)、業(yè)內(nèi)背景和認(rèn)證培訓(xùn)經(jīng)驗(yàn)。我們的目標(biāo)是面向社會(huì)提供最專業(yè)的網(wǎng)絡(luò)技術(shù)培訓(xùn)服務(wù),講授 最新的網(wǎng)絡(luò)技術(shù),與 CISCO全球同步,培養(yǎng)出真正優(yōu)秀的網(wǎng)絡(luò)專家 。 Firstlab三月特別課程、 CCVP+CCIE(Ramp。W)課程要求: CCNA水平以上 優(yōu)惠價(jià): RMB20200網(wǎng)絡(luò)安全課程主講三大防火墻 (Pix,CheckPoint,NetScreen) 網(wǎng)絡(luò)安全課程 (初級(jí) /高級(jí) )2400/4000 qq:254826812 胡老師 Firstlab
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1