




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、【精品文檔】如有侵權(quán),請聯(lián)系網(wǎng)站刪除,僅供學習與交流企業(yè)級網(wǎng)絡(luò)ip地址規(guī)劃與配置.精品文檔.企業(yè)級網(wǎng)絡(luò)ip地址規(guī)劃與配置以設(shè)計具有三層結(jié)構(gòu)的大型企業(yè)級網(wǎng)絡(luò)設(shè)計為例,完成IP地址的分配、NAT地址轉(zhuǎn)換、三層網(wǎng)絡(luò)拓撲結(jié)構(gòu)等功能,并選擇合適的設(shè)備實現(xiàn)該網(wǎng)絡(luò),用模擬器驗證通連性。二、實驗拓撲結(jié)構(gòu)圖與IP規(guī)劃 拓撲實現(xiàn):ROUTER0為本園區(qū)網(wǎng)絡(luò)的出口,并在出口處通過NAT轉(zhuǎn)換來實現(xiàn)與外網(wǎng)的連接,出口網(wǎng)絡(luò)地址為1,三臺路由器構(gòu)成的主路由區(qū)域使用RIP動態(tài)路由協(xié)議,ROUTER1所連為園區(qū)網(wǎng)絡(luò)服務(wù)器群,網(wǎng)段為 /24;由于設(shè)備限制在此只設(shè)置WEB與FTP服務(wù)器模擬現(xiàn)實
2、中的服務(wù)器群,ROUTER3所連網(wǎng)段為/24。Switch0模擬現(xiàn)實中的新交換機,并與switch3做鏈路負載均衡,switch1與switch1之間使用PVLAN技術(shù)連接,做到本交換機上VLAN之間的隔離與整體的透傳,Switch3模擬學生機房主交換機,與switch1之間使用兩條普通鏈路,利用端口匯聚技術(shù)實現(xiàn)帶寬的增加,并在交換機上連接一臺DHCP服務(wù)器實現(xiàn)IP地址的自動分配,DHCP服務(wù)器使用windows 2003 server 附帶的DHCP組建實現(xiàn),由于設(shè)備限制,本次試驗采用架設(shè)在VM虛擬機中的windows 2003 server操作系統(tǒng)實現(xiàn),虛擬機與現(xiàn)實
3、網(wǎng)絡(luò)通過橋接網(wǎng)絡(luò)通信,wlan部分采用單AP布局,AP型號為NETGEAR,internet接口地址為:54,LAN地址段為 /24。3、 實驗器材:設(shè)備名稱設(shè)備數(shù)量設(shè)備作用華為R2501路由器3路由、尋徑華為s2008交換機4服務(wù)器2Web服務(wù)器/DHCP服務(wù)器無線AP(netgear)1構(gòu)建無線網(wǎng)絡(luò)PC機6筆記本(帶無線網(wǎng)卡)2四、配置過程:配置命令:Router0:Quidwaysysname router0 /重新命名交路由器router0int s0 /配置串行鏈路接口router0-Serial0ip add
4、52 /配置接口IP地址router0-Serial0link-protocol ppp /鏈路層啟用PPP協(xié)議router0-Serial0quitrouter0int s1router0-Serial1ip add 52router0-Serial1link-protocol ppprouter0-Serial1quitrouter0rip /啟用RIP協(xié)議router0-ripnetwork all /發(fā)布直連網(wǎng)絡(luò)router0-ripquitrouter0nat address-group
5、1 1 pool 1 /設(shè)定nat地址池router0acl 1router0-acl-2rule permit source /設(shè)定ACL規(guī)則router0-acl-2rule permit source router0-acl-2quitrouter0int e0router0-Ethernet0nat outbound 1 address-group pool1 /增加訪問控制列表和端口關(guān)聯(lián)router0-Ethernet0ip route-s /設(shè)置缺省路由rou
6、ter0-Ethernet0nat server global ftp tcp /設(shè)置內(nèi)部FTP服務(wù)器router0-Ethernet0nat server global www tcp /設(shè)置內(nèi)部WWW服務(wù)器router0-Ethernet0quitRouter1:<Quidway>syspassword:Quidwaysysname router1router1int s0router1-Serial0ip add 52router1-Serial0link-protocol ppprou
7、ter1-Serial0clock dteclk1router1-Serial0int s1router1-Serial1ip add 0 52router1-Serial1link-protocol ppprouter1-Serial1int e0router1-Ethernet0ip add router1-Ethernet0quitrouter1riprouter1-ripnetwork allrouter1ip route-s s0 Router 3:<Q
8、uidway>sysQuidwaysysname router3router3int s0router3-Serial0ip add 52router3-Serial0link-protocol ppprouter3-Serial0clock dteclk1router3-Serial0int s1router3-Serial1ip add 52router3-Serial1link-protocol ppprouter3-Serial1clock dteclk1router3-Seria
9、l1int e0router3-Ethernet0ip add router3-Ethernet0quitrouter3riprouter3-ripnetwork allrouter3-riprouter3ip route-s s1 Switch0:<Quidway>syspassword:Quidwaysysname switch0switch0int e 0/1 /進入端口視圖switch0-Ethernet0/1port link-type trunk /設(shè)置端口類型為TRUNKswitch0
10、-Ethernet0/1port trunk permit vlan all /允許通過所有VLANswitch0-Ethernet0/1duplex full /設(shè)置工作模式為全雙工switch0-Ethernet0/1speed 100 /設(shè)置速率為100Mbpsswitch0int e 0/2switch0-Ethernet0/2port link-type trunk switch0-Ethernet0/2port trunk permit vlan allswitch0-Ethernet0/2duplex full /設(shè)置工作模式為全雙工switch0-Ethernet0/2spee
11、d 100 /設(shè)置速率為100Mbpsswitch0-Ethernet0/2quitswitch0link-aggreation int e0/1 to int e0/2 both /設(shè)置匯聚連接switch0 Switch1: <Quidway>sys Quidwaysysname switch1switch1vlan 8 /配置VLAN信息switch1-vlan8port eth 0/1 to eth 0/4 /加入端口switch1-vlan8vlan 24switch1-vlan24port eth 0/5 to eth 0/8switch1-vlan24quitswit
12、ch1vlan 23 /配置isovlanswitch1-vlan23isolate-user-vlan enable /啟用ISOswitch1-vlan23port eth 0/9 /加入端口switch1-vlan23isolate-user-vlan 23 secondary 8 24 /配置與二層vlan之間關(guān)聯(lián)信息switch1-vlan23Switch2: <Quidway>sys Quidwaysysname switch2switch2vlan 4switch1-vlan8port eth 0/8switch2-vlan8port eth 0/1 to eth 0
13、/4switch2-vlan8vlan 5switch2-vlan24port eth 0/5 to eth 0/8switch2-vlan24quitswitch2vlan 23switch2-vlan23isolate-user-vlan enableswitch2-vlan23port eth 0/9switch2-vlan23isolate-user-vlan 23 secondary 4 5switch2-vlan23Switch3: <Quidway>syspassword:Quidwaysysname switch3switch3int e 0/1switch3-Et
14、hernet0/1port link-type trunk switch3-Ethernet0/1port trunk permit vlan allswitch3-Ethernet0/1duplex full switch3-Ethernet0/1speed 100 switch3-Ethernet0/1int e 0/2switch3-Ethernet0/2port link-type trunkswitch3-Ethernet0/2port trunk permit vlan allswitch3-Ethernet0/2duplex full switch3-Ethernet0/2speed 100 switch3-Ethernet0/2quit
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 設(shè)備規(guī)格變更管理制度
- 設(shè)施農(nóng)業(yè)備案管理制度
- 設(shè)計檔案安全管理制度
- 評估公司企業(yè)管理制度
- 診所內(nèi)部服務(wù)管理制度
- 2025年中國滑雪者裝備行業(yè)市場全景分析及前景機遇研判報告
- 試驗室接待室管理制度
- 財務(wù)部職責及管理制度
- 財政機關(guān)發(fā)文管理制度
- 貨物存放周期管理制度
- 2025年國家英語四級考試試題及答案
- 院感爆發(fā)考試試題及答案
- 會計核算考試題目及答案
- 2024年湖北省南漳縣事業(yè)單位公開招聘教師崗考試題帶答案分析
- 限高架維修合同8篇
- 全麻期間氣道梗阻的預防與處理
- 工業(yè)大數(shù)據(jù)的安全與隱私保護-洞察闡釋
- 搬運裝卸服務(wù)外包項目投標方案(技術(shù)方案)
- 病原微生物識別技巧試題及答案
- 綠植移植合同協(xié)議
- 2024-2025學年高中中國航天日班會 課件 弘揚航天精神 逐夢星辰大海
評論
0/150
提交評論