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

正文內(nèi)容

畢業(yè)設(shè)計(jì)初稿——ospf路由協(xié)議及大型ospf網(wǎng)絡(luò)設(shè)計(jì)(參考版)

2025-02-08 08:33本頁(yè)面
  

【正文】 網(wǎng)絡(luò) 連通性驗(yàn)證 : PCA 訪問 Web 服務(wù)器 : 桂林理工大學(xué)本科畢業(yè)設(shè)計(jì)?論文 22 PCA 訪問 PCB: 網(wǎng)絡(luò)能夠正常訪問 。 由于其他的鏈路 的 VPN 配置與本處配置的方法相似,只是 網(wǎng)絡(luò)運(yùn)營(yíng)商提供的IP 地址的 和內(nèi)部網(wǎng)絡(luò)使用的 IP 地址有所 不同,按照相應(yīng)方法進(jìn)行配置,在這里就不進(jìn)行舉例了。 R1 和 R3 的配置內(nèi)容如下: R1 配置內(nèi)容 : Router (config)hostname R1 //將路由器的名字修改為R1 R1(config)interface e0/0 //進(jìn)入 E0/0 的接口配置模式 R1(configif)ip address //為 E0/0 配置其在公網(wǎng)的 IP 地址 R1(configif)no shutdown //啟用接口 R1(configif)exit //退出接口配置模式 R1(config) ip route e0/0 //宣告默認(rèn)路由讓所有流量從 E0/0 口出 R1(config)interface tunnel 0 //配置隧道 Tunnel 0 R1(configif)ip add 在內(nèi)網(wǎng) 的 IP 地址 R1(configif)tunnel source //配置 tunnel 的源 IP地址 R1(configif)tunnel destination //配置 tunnel 的目標(biāo) IP 地址 R1(configif)end //退出配置模式 R1copy run start //保存 配置信息 到 啟動(dòng) 配置文件 R3 配置內(nèi)容 : Router (config)hostname R2 R3(config)interface e0/0 R3(configif)ip address R3(configif)no shutdown R3(configif)exit R3(config) ip route e0/0 //同樣需要配置默認(rèn)路由 R3(config)interface tunnel 0 R3(configif)ip address 桂林理工大學(xué)本科畢業(yè)設(shè)計(jì)?論文 21 R3(configif)tunnel source R3(configif)tunnel destination R3(configif)end R3copy run start VPN 驗(yàn)證: 若運(yùn)營(yíng)商的網(wǎng)絡(luò)保持通暢,那么這條建立的隧道將一直保持通暢,下面是驗(yàn)證結(jié)果 ,連接在 R1 上的一臺(tái)主機(jī) A,假設(shè)其 IP 地址為 ,連接在 R3上的一臺(tái)主機(jī) B,其 IP 地址為 , 在主機(jī) A 上使用 ping 命令檢測(cè)其連通性, 通過使用在主機(jī)上使用 trace 命令可以查看訪問目標(biāo)網(wǎng)絡(luò)時(shí)經(jīng)過的路由器。 R1 配置 : Routerenable //進(jìn)入特權(quán)模式 Routerconfigure terminal //進(jìn)入全局配置模式 Router(config)hostname R1 //將路由器名字修改為 R1 R1(config) interface e0/0 //進(jìn)入 E0/0的端口配置模式 R1(configif) ip address // 為E0/0 配置 IP 地址 R1(configif)no shutdown // 啟動(dòng)端口( 其他端口也 需要 , 之后的配置將省略 ) R1(configif)interface e0/1 R1(configif) ip address R1(configif)interface e0/2 R1(configif) ip address R1(configif)interface e0/3 R1(configif) ip address R1(configif)interface e1/0 R1(configif) ip address 桂林理工大學(xué)本科畢業(yè)設(shè)計(jì)?論文 17 R1(configif)interface e1/1 R1(configif) ip address R1(configif)interface e1/2 R1(configif) ip address R1(configif)interface e1/3 R1(configif) ip address R1(configif)router ospf 100 //啟動(dòng) OSPF 進(jìn)程,進(jìn)程號(hào)為 100 R1(configrouter)work arae 2 // 宣告網(wǎng)段 以及所屬區(qū)域 R1(configrouter)work area 0 R1(configrouter)work arae 0 R1(configrouter)work arae 0 R1(configrouter)work arae 0 R1(configrouter)work arae 0 R1(configrouter)work arae 0 R1(configrouter)work arae 0 R1(configrouter)end //退出全局配置模式 R1copy runningconfig startupconfig //將配置信息保存到啟動(dòng)配置文件中 R3 配置: Routerenable //進(jìn)入特權(quán)模式 Routerconfigure terminal //進(jìn)入全局配置模式 Router(config)hostname R3 //將路由器名字修改為R3 R3(config)int e0/0 R3(configif)ip add R3(configif)int e0/1 R3(configif)ip add R3(configif)int e1/0 R3(configif)ip add R3(configif)int e1/1 R3(configif)ip add R3(configif)int e1/2 R3(configif)ip add R3(configif)int e1/3 R3(configif)ip add R3(configif)router ospf 100 R3(configrouter) a 0 R3(configrouter) a 0 R3(configrouter) a 10 R3(configrouter) a 10 R3(configrouter) a 10 桂林理工大學(xué)本科畢業(yè)設(shè)計(jì)?論文 18 R3(configrouter) a 10 R3(configrouter)end R3copy run start R5 配置: Routerenable Routerconfigure terminal Router(config)hostname R5 R5(config)int e0/0 R5(configif)ip add R5(configif)int e0/1 R5(configif)ip add R5(configif)int e0/2 R5(configif)ip add R5(configif)int e0/3 R5(configif)ip add R5(configif)int e1/0 R5(configif)ip add R5(configif)int e1/1 R5(configif)ip add R5(configif)router ospf 100 R5(configrouter) a 0 R5(configrouter) a 0 R5(configrouter) a 0 R5(configrouter) a 0 R5(configrouter) a 20 R5(configrouter) a 20 R5(configrouter)end R5copy run start R7 配置: Routerenable Routerconfigure terminal Router(config)hostname R7 R7(config)int e0/0 R7(configif)ip add R7(configif)int e0/1 R7(configif)ip add R7(configif)int e0/2 R7(configif)ip add R7(configif)int e0/3 R7(configif)ip add R7(configif)ip route //配置到達(dá)網(wǎng)店 2 的靜態(tài)路由 R7(config)router ospf 100 R7(configrouter) a 10 桂林理工大學(xué)本科畢業(yè)設(shè)計(jì)?論文 19 R7(configrouter)redistribute static metrictype 1 subs //將靜態(tài)路由以 E1 的形式重分布到 OSPF 路由協(xié)議中 R7(configrouter)end R7copy run start R10 配置: Routerenable Routerconfigure terminal Router(config)hostname R10 R10(config)int e0/0 R10(configif)ip add R10(configif)no shut R10(configif)int e0/1 R10(configif)ip add R10(configif)no shut R10(configif)int e0/2 R10(configif)ip add R10(configif)no shut R10(configif)ip route R10(config)router ospf 100 R10(configrouter) a 20 R10(configrouter)redistribute static metrictype 1 subs R10(configrouter)end R10copy run start R12 配置: Routerenable Routerconfigure terminal Router(config)hostname R12 R12(config)int e0/0 R12(configif)ip add R12(configif)int e0/1 R12(configif)ip add R12(configif)ip route //配置一條默認(rèn)路由 R12(config)end R12copy run start R13 配置: Routerenable Routerconfigure terminal Router(config)hostname R13 R13(config)int e0/0 R13(configif)ip add R13(configif)int e0/1 R13(configif)ip add 桂林理工大學(xué)本科畢業(yè)設(shè)計(jì)?論文 20 R13(configif)ip route R13(config)end R13copy run start 其他未列舉的路由器也用同樣的方法進(jìn)行配置 , 配置的內(nèi)容根據(jù)路由器所進(jìn)行的規(guī)劃進(jìn)行配置 ,配置的過程要盡可能仔細(xì)配置,保證不要出現(xiàn)錯(cuò)誤。 具體的分配規(guī)則 為 : ( 4 位)縣位( 4 位) .營(yíng)業(yè)子網(wǎng)位 +主機(jī)位( 8 位) 鏈路地址我們采用 /30 地址塊 進(jìn)行分配,本系統(tǒng)中共 28 條鏈路,故需要 28*4 個(gè)桂林理工大學(xué)本科畢業(yè)設(shè)計(jì)?論文 16 地址,共 112 個(gè)地址。 這樣的設(shè)計(jì), 能從拓?fù)浣Y(jié)構(gòu)呈現(xiàn)出從接入層到匯聚層到核心層的設(shè)計(jì)原則,這種網(wǎng)絡(luò)框架的設(shè)計(jì)和 OSPF 的設(shè)計(jì)原則要求是相符合的。 在 接入層 的營(yíng)業(yè)網(wǎng)點(diǎn) 部分就只舉例三個(gè)網(wǎng)店 , 其中 A1 縣下兩個(gè)網(wǎng)點(diǎn)和 B1 縣的一個(gè)網(wǎng)點(diǎn) , 網(wǎng)點(diǎn)的路由器使用靜態(tài)路由來(lái)與接入層的路由器連接。 縣級(jí)的路由按照縣的數(shù)量部署,這里舉例了 A A A3 和 B1 四個(gè)縣的路由器,其他的原理和配置都相似。同時(shí)這樣的系統(tǒng)也提供了高度可擴(kuò)展性,需要擴(kuò)展網(wǎng)絡(luò)的時(shí)候可以直接在骨干區(qū)域( Area 0)掛上要擴(kuò)展的新的網(wǎng)絡(luò)即可。 這里數(shù)據(jù)是向上層傳遞 的, 在這個(gè)區(qū)域里采
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1