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

正文內(nèi)容

園區(qū)網(wǎng)絡(luò)設(shè)計與實現(xiàn)(文件)

2024-12-28 01:02 上一頁面

下一頁面
 

【正文】 2 是兩臺接入設(shè)備,下聯(lián)用戶 VLAN 10 和 VLAN 20,對應(yīng)用戶子網(wǎng)分別是 ,網(wǎng)關(guān)分別是 和 。 ③ S571 為 VLAN 10 的根網(wǎng)橋, S572 為 VLAN 20 的根網(wǎng)橋。 ⑥ 在 RSR1 上配置動態(tài) NAT,實現(xiàn)內(nèi)部網(wǎng)絡(luò)私有地址到外部網(wǎng)絡(luò)公有地址的轉(zhuǎn)換。 以 S571 為例: S571(config)spanningtree vlan 1 priority 4096 S571(config)spanningtree vlan 10 priority 4096 //設(shè)置 vlan10 對應(yīng)的網(wǎng)橋優(yōu)先級 S571(config)spanningtree vlan 20 priority 8192 ④ Portchannel 接口配置 配置 Portchannel 既可以增加鏈路帶寬,同時也可以實現(xiàn)鏈路的冗余備份。 S571(configif)standby 10 track f0/0 50 //開啟接口追蹤,當發(fā)現(xiàn)跟蹤端口Down 時, 本路由器 standby priority 自動降低 50 S571(configif)exit S571(config)int vlan 20 S571(configif)standby 20 ip S571(configif)standby preempt //在 Standby 網(wǎng)段也需要配置搶占模式,目的是為了當 Active 路由器 Down 時 , 本路由能夠迅速有 Standby 成為 Active。 單體測試 單體測試的目的是測試各設(shè)備是否 能 正常工作,有沒有硬件或者軟件問題。 ① 測試到網(wǎng)關(guān)連通性 PC1ping Type escape sequence to abort. Sending 5, 100byte ICMP Echos to , timeout is 2 seconds: !!!!! //網(wǎng)絡(luò)通暢 Success rate is 100 percent (5/5), roundtrip min/avg/max = 60/128/228 ms PC2ping 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 = 28/250/1116 ms ② 測試到 ISP 連通性 PC1ping 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 = 144/366/604 ms PC2ping 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 = 232/332/508 ms ③ 測試不同 VLAN 連通性 PC1ping 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 = 76/148/216 ms PC2ping 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 = 108/183/340 ms 網(wǎng)絡(luò)冗余性測試 ① 二層鏈路冗余測試 S261show spanningtree vlan 10 brief VLAN10 Spanning tree enabled protocol ieee uplinkfast enabled Root ID Priority 4096 Address Cost 3019 Port 2 (FastEther0/1) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec 27 Bridge ID Priority 49152 Address Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 Interface Designated Name Port ID Prio Cost Sts Cost Bridge ID Port ID FastEther0/1 128 3019 FWD 0 4096 FastEther0/2 128 3019 BLK 12 8192 FastEther0/3 128 3019 FWD 3019 49152 S261(config)int f0/1 S261(configif)shutdown //關(guān)閉 f0/1, 模擬故障 S261(configif) S261show spanningtree vlan 10 brief VLAN10 Spanning tree enabled protocol ieee uplinkfast enabled Root ID Priority 4096 Address Cost 3031 Port 3 (FastEther0/2) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge ID Priority 49152 Address Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 Interface Designated Name Port ID Prio Cost Sts Cost Bridge ID Port ID FastEther0/2 128 3019 FWD 12 8192 FastEther0/3 128 3019 FWD 3031 49152 PC1ping 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 = 384/452/540 ms ② 三層網(wǎng)關(guān)冗余測試 S572show standby br P indicates configured to preempt. | Interface Grp Prio P State Active Standby Virtual IP Vl10 10 100 Standby local Vl20 20 110 Active local S571(config)int f0/0 S571(configif)shut //關(guān)閉 f0/0,模擬故障 S571(configif)end S572show standby b P indicates configured to preempt. | Interface Grp Prio P State Active Standby Virtual IP Vl10 10 100 P Active local Vl20 20 110 Active local PC1ping 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 = 20/37/96 ms 經(jīng)過 以上一 系列測試,模擬器中模 擬實現(xiàn)的網(wǎng)絡(luò)具有良好的連通性與可拓展性,由于模擬器支持命令 不全 以及自身經(jīng)驗限制的一些原因,有一些功能 尚 未能在模擬器中實現(xiàn),在以后的工作中,我將不停的學(xué)習,努力探索,使自己的網(wǎng)絡(luò)技術(shù)達到更高的水平。在遇到困難之際就到技術(shù)論壇上搜索各種各樣的設(shè)計方案,從中學(xué)習網(wǎng)絡(luò)的整合、 設(shè)計、各層之間的關(guān)系等知識,設(shè)計工作也慢慢的走向正軌。 謝 辭 31 參考文獻 [1] 張新有 .網(wǎng)絡(luò)工程技術(shù)與實驗教程 [M].北京 :清華大學(xué)出版社 ,2021:203298 [2] 雷震甲 .網(wǎng)絡(luò)工程師教程 [M].北京 :清華大學(xué)出版社 ,2021:386397 [3] Paul Buis,Chris Security[M]. USA: New Riders Pub,1996:126230 [4] Ian Foster ,Carl Kesselman , Steven Tuecke. The anatomy of the grid: Enabling scalableVirtualanizations[J].InternationalJournalSuperputerApplications,2021 5(3):200222 [5] David Ferraiolo,John F Barkley, D Richard Kuhn. A rolebased access control model and refe。 園區(qū)網(wǎng)絡(luò)的標準化是以后網(wǎng)絡(luò)設(shè)計的一個大趨勢,各種大中型公司、企業(yè)、園區(qū)的網(wǎng)絡(luò)標準化改造勢在必行,同時路由交換的 網(wǎng)絡(luò)設(shè)備的配置是一個網(wǎng)絡(luò)工程人員的必備知識,這次能夠跟隨陳老師完成畢業(yè)設(shè)計,不僅提高了自己在專業(yè)方面的素養(yǎng),還歷練了自己的文獻搜索、英文閱讀等方面的能力。開始接到這個題目的時候,覺得 它 不是很難,那時候 的自己 是信心滿滿的想著一定要把這個 題目認真做好。 ② 進入到命令行界面,用 show version, show diag 等命令查看設(shè)備序列號,檢查各模塊是否正常 工作 。 S571(config)service dhcp //開啟 DHCP 服務(wù) S571(config)ip dhcp pool v10 //給地址池命名 S571(dhcpconfig)work //定義 需要 分配的網(wǎng)段 S571(dhcp
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1