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

正文內(nèi)容

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

2024-12-14 11:45 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 rface loopback 0 R2(configif)ip address R2(configif)exit R2(config) 步驟 三、 指定靜態(tài)路由 R1(config) R1(config)ip route serial 0 ?指定 靜態(tài)路由 R2(config) R2(config)ip route ?指定 靜態(tài)路由 22 步驟 四、 作 ping 測(cè)試 R1ping Protocol [ip]: Target IP address: ?目的地址 Extended mands [n]: y ?是否用擴(kuò)展命令 Source address or interface: ?源地址 !!!!! ?顯示 已通 步驟 五、 顯示靜態(tài)路由條目 R1show ip route Codes: C connected, S static, I IGRP, R RIP, M mobile, B BGP D EIGRP, EX EIGRP external, O OSPF, IA OSPF inter area N1 OSPF NSSA external type 1, N2 OSPF NSSA external type 2 E1 OSPF external type 1, E2 OSPF external type 2, E EGP i ISIS, L1 ISIS level1, L2 ISIS level2, ia ISIS inter area * candidate default, U peruser static route, 23 o ODR P periodic downloaded static route Gateway of last resort is not set , 1 subs S is directly connected, Serial0 ?靜態(tài)路由條目 , 1 subs C is directly connected, Loopback0 , 1 subs C is directly connected, Serial0 步驟 六、 顯示 當(dāng)前配置 R1的配置結(jié)果: R1show runningconfig ! hostname R1 ! no ip domainlookup 24 ! interface Loopback0 ip address ! interface Serial0 ip address clockrate 64000 ! ip route Serial0 ! line con 0 exectimeout 0 0 logging synchronous transport input none end R2的配置結(jié)果: R2show runningconfig ! hostname R2 ! no ip domainlookup 25 ! interface Loopback0 ip address ! interface Serial1 ip address ! ip route ! line con 0 exectimeout 0 0 logging synchronous ! end 實(shí)驗(yàn)三、 RIP路由協(xié)議 26 環(huán)境:兩臺(tái) 2500系列路由器 由串口相連。 要求: 如下圖所示, 在 R1 和 R2上運(yùn)行 RIPv1,讓兩端能夠?qū)W習(xí)到對(duì)端的路由以達(dá)到通信的目的。 步驟 一、 基本配置 Router Routerenable Routerconfig terminal Router(config)hostname R1 R1(config)no ip domainlookup ?關(guān)閉域名查找 R1(config)line console 0 R1(configline) logging synchronous ?命令輸入達(dá)到同步 R1(configline)exectimeout 0 0 ?設(shè)置永不超時(shí) R1(configline)exit 27 步驟 二、 接口 IP配置 R1的配置: R1(config)interface s0 R1(configif)ip address R1(configif)clock rate 64000 ?注意時(shí)鐘速率端 R1(configif)no shutdown R1(configif)interface loopback 0 R1(configif)ip address R1(configif) R2的配置: Router(config)hostname R2 R2(config)interface s1 R2(configif)ip address R2(configif)no shutdown R2(configif)interface loopback 0 R2(configif)ip address R2(configif)exit R2(config) 步驟 三、 啟用 RIP路由選擇協(xié)議 28 R1的配置: R1(config)router rip ?啟用 RIP R1(configrouter)work ?發(fā)布 直連網(wǎng)段 R1(configrouter)work R1(configrouter)exit R1(config) R2的配置: R2(config)router rip ?啟用 RIP R2(configrouter)work ?發(fā)布直連網(wǎng)段 R2(configrouter)work R2(configrouter)exit R2(config)end 步驟 四 、顯示路由表,查看路由條目 R1show ip route Codes: C connected, S static, I IGRP, R RIP, M mobile, B BGP D EIGRP, EX EIGRP external, O OSPF, IA OSPF 29 inter area N1 OSPF NSSA external type 1, N2 OSPF NSSA external type 2 E1 OSPF external type 1, E2 OSPF external type 2, E EGP i ISIS, L1 ISIS level1, L2 ISIS level2, ia ISIS inter area * candidate default, U peruser static route, o ODR P periodic downloaded static route Gateway of last resort is not set R [120/1] via , 00:00:03, Serial0 ?學(xué)習(xí)來(lái)的路由條目 , 1 subs C is directly connected, Loopback0 , 1 subs C is directly connected, Serial0 步驟 五 、用擴(kuò)展 ping 命令測(cè)試連通性 30 R2ping Protocol [ip]: Target IP address: Repeat count [5]: Datagram size [100]: Timeout in seconds [2]: Extended mands [n]: y Source address or interface: !!!!! 步驟 六 、顯示你當(dāng)前路由協(xié)議 R2show ip protocols ?顯示你當(dāng)前路由協(xié)議配置情況和運(yùn)行狀態(tài) Routing Protocol is rip Sending updates every 30 seconds, next due in 24 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is Ining update filter list for all interfaces is Redistributing: rip Default version control: send version 1, receive any version 31 Interface Send Recv Triggered RIP Keychain Loopback0 1 1 2 Serial1 1 1 2 Automatic work summarization is in effect Routing for Networks: Routing Information Sources: Gateway Distance Last Update 120 00:14:05 Distance: (default is 120) 步驟 七 、顯示當(dāng)前配置 r1的當(dāng)前配置: r1show runningconfig ! hostname R1 ! no ip domainlookup 32 ! interface Loopback0 ip address ! interface Serial0 ip address clockrate 64000 ! router rip work work ! line con 0 exectimeout 0 0 logging synchronous transport input none end r2的當(dāng)前配置: R2sh run ! hostname R2 33 ! no ip domainlookup ! interface Loopback0 ip address ! interface Serial1 ip address ! router rip work work ! line con 0 exectimeout 0 0 logging synchronous ! end 34 實(shí)驗(yàn) 四 、 RIPv1與 EIGRP 在不連續(xù)網(wǎng)絡(luò)下的比較 環(huán)境:兩臺(tái) 2500 系列路由器,由串口相連 。 要求:在 RIPv1和 EIGRP 中將兩個(gè)相同主類網(wǎng)絡(luò)的不同子網(wǎng)由另一個(gè)主類網(wǎng)絡(luò) 分割,如何能學(xué)到對(duì)端網(wǎng) 絡(luò)。 RIP配置: 步驟 一、 基本配置 Router Routerenable Routerconfig terminal Router(config)hostname R1 R1(config)no ip domainlookup 35 R1(config)line console 0 R1(configline)logging synchronous R1(configline)exectimeout 0 0 R1(configline)exit 步驟 二、 接口配置 R1的配置:
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1