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

正文內(nèi)容

思科實(shí)驗(yàn)手冊(cè)(編輯修改稿)

2024-12-02 09:00 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 第二章 路由篇 實(shí)驗(yàn)一 靜態(tài)路由基本配置 Lab Exercise 目標(biāo) : 熟練掌握如何配置靜態(tài)路由 . 設(shè)備需求 : Cisco 2501 路由器兩臺(tái) . 準(zhǔn)備工作 : 確保路由器之間接口 IP 地址信息已經(jīng)設(shè)置好 ,能夠端到端的 ping 通 . 語(yǔ)法 : 進(jìn)入全局配置模式 ,定義目標(biāo)網(wǎng)絡(luò)號(hào) ,目標(biāo)網(wǎng)絡(luò)的子網(wǎng)掩碼和下一跳地址或接口 : NUAIKO(config)ip route {work} {mask} {nexthopaddress|exitinterface} [distance] 解釋 : 選用下一跳地址和選擇下一跳路由器的接口做為到達(dá)目標(biāo)網(wǎng)絡(luò)的出口的區(qū)別在于管理距離 .選擇前者 ,管理 距離為 1。選擇后者 ,管理距離為 0 還可以在定義靜態(tài)路由的時(shí)候指定管理距離 . 配置實(shí)例一 : 路由器 BLAKKBLOOD 配置如下 : BLAKKBLOODconfigure terminal Enter configuration mands, one per line. BLAKKBLOOD(config)end BLAKKBLOOD End with CNTL/Z. BLAKKBLOOD(config)ip route 15 Firstlab 路由器 NUAIKO 配置如下 : NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)end 測(cè)試 : BLAKKBLOODshow ip route static S [1/0] via 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 = 32/35/36 ms BLAKKBLOOD NUAIKOshow ip route static S , Serial0 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/36 ms NUAIKO End with CNTL/Z. NUAIKO(config)ip route serial 0 Lab Exercise 目標(biāo) : 熟練掌握如何配置默認(rèn)路由 . 設(shè)備需求 : Cisco 2501 路由器兩臺(tái) . 準(zhǔn)備工作 : 確保路由器之間接口 IP 地址信息已經(jīng)設(shè)置好 ,能夠端到端的 ping 通 . 語(yǔ)法 : 進(jìn)入全局配置模式 ,定義目標(biāo)網(wǎng)絡(luò)號(hào) ,目標(biāo)網(wǎng)絡(luò)的子網(wǎng)掩碼分別為 ,并定義下一跳地址或接口 : NUAIKO(config)ip route {nexthopaddress|exitinterface} [distance] 解釋 : 代表所有網(wǎng)絡(luò) .選用下一跳地址和選擇下一跳路由器的接口做為到達(dá)目標(biāo)網(wǎng)絡(luò)的出口的區(qū) 16 Firstlab 別在于管理距離 .選擇前者 ,管理距離為 1。選擇后者 ,管理距離為 0 還可以在定義靜態(tài)路由的時(shí)候指定管理 距離 . 配置實(shí)例一 : 路由器 NUAIKO 配置如下 : NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)end NUAIKO 測(cè)試 : NUAIKOshow ip route static S* [1/0] via NUAIKO End with CNTL/Z. NUAIKO(config)ip route 實(shí)驗(yàn)二 距離矢量路由協(xié)議基本配置 Lab Exercise 目標(biāo) : 熟練掌握如何配置 RIP. 設(shè)備需求 : Cisco 2501 路由器兩臺(tái) . 準(zhǔn)備工作 : 確保路由器之間接口 IP 地址信息已經(jīng)設(shè)置好 ,能夠端到端的 ping 通 . 語(yǔ)法 : ,啟用 RIP: NUAIKO(config)router rip 17 Firstlab : NUAIKO(configrouter)work {worknumber} 解釋 : 啟用了 RIP 路由協(xié)議之后 ,只需要宣告主類直連網(wǎng)絡(luò)號(hào) ,即可完成 RIP 的配置 . 配置實(shí)例一 : 路由器 BLAKKBLOOD 配置如下 : BLAKKBLOODconfigure terminal Enter configuration mands, one per line. BLAKKBLOOD(config)router rip BLAKKBLOOD(configrouter)work BLAKKBLOOD(configrouter)work BLAKKBLOOD(configrouter)end BLAKKBLOOD 路由器 NUAIKO 配置如下 : NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)router rip NUAIKO(configrouter)work NUAIKO(configrouter)work NUAIKO(configrouter)end NUAIKO 測(cè)試 : BLAKKBLOODshow ip route rip R [120/1] via , 00:00:21, Serial0 BLAKKBLOODping Type escape sequence to abort. End with CNTL/Z. End with CNTL/Z. 18 Firstlab Sending 5, 100byte ICMP Echos to , timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), roundtrip min/avg/max = 32/35/36 ms BLAKKBLOOD NUAIKOshow ip route rip R [120/1] via , 00:00:02, Serial0 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 = 32/35/36 ms NUAIKO Lab Exercise 目標(biāo) : 熟練掌握如何配置 RIPv2. 設(shè)備需求 : Cisco 2501 路由器兩臺(tái) . 準(zhǔn)備工作 : 確保路由器之間接口 IP 地址信息已經(jīng)設(shè)置好 ,能夠端到端的 ping 通 . 語(yǔ)法 : ,啟用 RIP: NUAIKO(config)router rip RIP 版本 2(RIPv2): NUAIKO(configrouter)version 2 : NUAIKO(configrouter)work {worknumber} 解釋 : 啟用了 RIPv2 路由協(xié)議之后 ,只需要宣告主類直連網(wǎng)絡(luò)號(hào) ,即可完成 RIPv2 的配置 . 配置實(shí)例一 : 19 Firstlab 路由器 BLAKKBLOOD 配置如下 : BLAKKBLOODconfigure terminal Enter configuration mands, one per line. BLAKKBLOOD(config)router rip BLAKKBLOOD(configrouter)version 2 BLAKKBLOOD(configrouter)work BLAKKBLOOD(configrouter)work BLAKKBLOOD(configrouter)end BLAKKBLOOD 路由器 NUAIKO 配置如下 : NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)router rip NUAIKO(configrouter)version 2 NUAIKO(configrouter)work NUAIKO(configrouter)work NUAIKO(configrouter)end NUAIKO 測(cè)試 : BLAKKBLOODshow ip route rip R [120/1] via , 00:00:21, Serial0 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 = 32/35/36 ms BLAKKBLOOD End with CNTL/Z. End with CNTL/Z. 20 Firstlab NUAIKOshow ip route rip R [120/1] via , 00:00:02, Serial0 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 = 32/35/36 ms NUAIKO 實(shí)驗(yàn)三 鏈路狀態(tài)路由協(xié)議基本配置 Lab Exercise 目標(biāo) : 熟練掌握如何配置單區(qū)域的 OSPF. 設(shè)備需求 : Cisco 2501 路由器兩臺(tái) . 準(zhǔn)備工作 : 確保路由器之間接口 IP 地址信息已經(jīng)設(shè)置好 ,能夠端到端的 ping 通 . 語(yǔ)法 : OSPF 進(jìn)程 : NUAIKO(config)router ospf {processid} OSPF 進(jìn)程的接口和網(wǎng)絡(luò) : NUAIKO(configrouter)work {ipaddress} {wildcardmask} area {areaid} 解釋 : OSPF 進(jìn)程 ID 可以使用 1 到 65535 中任何一個(gè)整數(shù) ,該 ID 只是本地的一個(gè)標(biāo)識(shí) ,即一個(gè) OSPF 網(wǎng)絡(luò) ,每臺(tái) OSPF 路由器的進(jìn)程 ID 是否一樣 ,和 OSPF 網(wǎng)絡(luò)能否正常運(yùn)行無(wú)關(guān) .在定義 OSPF 路由器要宣告的區(qū)域的時(shí) 候 ,反掩碼用來(lái)控制要宣告的范圍 ,0 表示精確匹配 ,255 表示任意匹配 .OSPF 網(wǎng)絡(luò)中骨干區(qū)域?yàn)閰^(qū)域 0,因 此必須要有區(qū)域 0. 配置實(shí)例一 : 21 Firstlab 路由器 BLAKKBLOOD 配置如下 : BLAKKBLOODconfigure terminal Enter configuration mands, one per line. BLAKKBLOOD(config)router ospf 1 BLAKKBLOOD(configrouter)work area 0 BLAKKBLOOD(configrouter)work area 0 BLAKKBLOOD(configrouter)end BLAKKBLOOD 路由器 NUAIKO 配置如下 : NUAIKOconfigure terminal Enter configuration mands, one per line. NUAIKO(config)router ospf 65535 NUAIKO(configrouter)work area 0 NUAIKO(configrouter)work area 0 NUAIKO(configrouter)end NUAIKO 測(cè)試 : BLAKKBLOODshow ip ospf neighbor Neighbor ID O Pri 1 State FULL/ Dead Time 00
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1