




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、一實驗?zāi)康?、 實現(xiàn)”實體機(jī)+ensp+VMware網(wǎng)絡(luò)互通”2、 WIN DHCP服務(wù)器安裝配置3、 LINUX DHCP 服務(wù)器安裝配置4、 三層網(wǎng)絡(luò)結(jié)構(gòu)互通二、實驗要求 1、實現(xiàn)實體機(jī)與ensp虛擬出來的電腦互通,以及VMware虛擬出來的服務(wù)器互通 2、實現(xiàn)ensp虛擬出來的電腦與VMware虛擬出來的服務(wù)器互通 3、模擬樓層交換機(jī)設(shè)置對應(yīng)的VLAN 以及得到不通的IP地址,數(shù)據(jù)通過核心交換機(jī)交換 4、VLAN 10 和 VLAN 20 從WIN DHCP 服務(wù)器得到和的IP 地址 5、VLAN 30從LINUX DHCP 服務(wù)器得到的IP地址 6、 從本地實體電腦遠(yuǎn)程訪問,ensp中
2、的核心交換機(jī),路由器,以及LINUX DHCP 服務(wù)器三、網(wǎng)絡(luò)結(jié)構(gòu)圖四、配置思路 1、用ensp模擬出一個出口路由器,一個核心交換機(jī),三個樓層交換機(jī),并配上相應(yīng)的VLAN,以及配置 2、出口路由器連接Cloud1,Cloud1設(shè)置映射到本地?zé)o線網(wǎng)絡(luò)網(wǎng)卡 3、核心交換機(jī)GE0/0/24連接到Cloud2 ,Cloud2設(shè)置映射到VMnet1網(wǎng)卡 4、VMware 安裝WINDOWS SERVER 2012R2虛擬服務(wù)器,以及REDHAT7虛擬服務(wù)器,并配置DHCP服務(wù)五、配置文件 (一)網(wǎng)絡(luò)部分 1、出口路由器 V200R003C00# sysname route# snmp-agent loc
3、al-engineid 800007DB03000000000000 snmp-agent # clock timezone China-Standard-Time minus 08:00:00#portal local-server load flash:/portalpage.zip# drop illegal-mac alarm# wlan ac-global carrier id other ac id 0# set cpu-usage threshold 80 restore 75#aaa authentication-scheme default authorization-sch
4、eme default accounting-scheme default domain default domain default_admin local-user admin password cipher %$%$K8m.Nt84DZe#<08bmE3Uw%$%$ local-user admin service-type http#firewall zone Local priority 15#interface GigabitEthernet0/0/0 ip address 23 #interface GigabitEth
5、ernet0/0/1 ip address #interface GigabitEthernet0/0/2#interface NULL0#user-interface con 0 authentication-mode passworduser-interface vty 0 4user-interface vty 16 20#wlan ac 2、核心交換機(jī)HXSWdisplay current-configuration #sysname HXSW#vlan batch 10 20 30 200 999 to 1000#cluster enabl
6、entdp enablendp enable#drop illegal-mac alarm#dhcp enable#diffserv domain default#drop-profile default#dhcp server group 2012r2 dhcp-server 0#dhcp server group linux dhcp-server 0#aaa authentication-scheme default authorization-scheme default accounting-scheme default domain defa
7、ult domain default_admin local-user admin password cipher "=LP!6$-IYNZPO3JBXBHA! local-user admin privilege level 15 local-user admin service-type telnet ftp http#interface Vlanif1#interface Vlanif10 dhcp select relay dhcp relay server-select 2012r2#interface Vlanif20 dhcp select relay dhcp rel
8、ay server-select 2012r2#interface Vlanif30 dhcp select relay#interface Vlanif200 dhcp select relay#interface Vlanif999#interface Vlanif1000 dhcp select interface dhcp select relay#interface MEth0/0/1#interface GigabitEthernet0/0/1 description to route port link-type access port default vlan 999#inte
9、rface GigabitEthernet0/0/2#interface GigabitEthernet0/0/20#interface GigabitEthernet0/0/21 port link-type trunk port trunk allow-pass vlan 2 to 4094#interface GigabitEthernet0/0/22 port link-type trunk port trunk allow-pass vlan 2 to 4094#interface GigabitEthernet0/0/23 port link-type trunk port tru
10、nk allow-pass vlan 2 to 4094#interface GigabitEthernet0/0/24 port link-type access port default vlan 200#interface NULL0#user-interface con 0user-interface vty 0 4 authentication-mode aaa#return3、接入層交換機(jī)(只貼一個,其他兩個配置類似) <2FSW>display current-configuration sysname 2FSW#vlan batch 20 30 200 1000#c
11、luster enablentdp enablendp enable#drop illegal-mac alarm#dhcp enable#diffserv domain default#drop-profile default#aaa authentication-scheme default authorization-scheme default accounting-scheme default domain default domain default_admin local-user admin password simple admin local-user admin serv
12、ice-type http#interface Vlanif1interface MEth0/0/1#interface Ethernet0/0/1 port link-type access port default vlan 20#interface Ethernet0/0/2 port link-type access port default vlan 20#interface Ethernet0/0/3 port link-type access port default vlan 20#interface Ethernet0/0/4 port link-type access po
13、rt default vlan 20#interface Ethernet0/0/5 port link-type access port default vlan 20interface NULL0#interface GigabitEthernet0/0/1 port link-type trunk port trunk allow-pass vlan 2 to 4094#user-interface con 0user-interface vty 0 4#Return5、Cloud 設(shè)定圖 Cloud 1 Cloud 2(二)服務(wù)器部分1、VMware 網(wǎng)卡設(shè)置2、安裝WIN SERVE
14、R 2012 以及REDHAT7系統(tǒng) ,網(wǎng)卡配置為主機(jī)模式 3、windows server 2012 配置DHCP服務(wù) 5、 linux 服務(wù)器配置DHCP服務(wù)authoritative;ddns-update-style interim;subnet netmask range 0 00; option domain-name-servers ,; option domain-name "" option routers 54; default-lease-time 8
15、6400; #1day max-lease-time 604800; #7dayauthoritative;ddns-update-style interim;subnet netmask range 0 00; option domain-name-servers ,; option domain-name "" option routers 54; default-lease-time 86400; #1day max-lease-time 604800; #7day(三)測試結(jié)果
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五年度建材租賃與施工進(jìn)度監(jiān)控合同
- 二零二五年度社區(qū)籃球友誼賽免責(zé)協(xié)議書
- 2025年度花店花卉電商直播帶貨合作合同
- 二零二五年度塔吊設(shè)備買賣與施工期間保險責(zé)任劃分協(xié)議
- 二零二五年度消防工程竣工驗收合同固定價協(xié)議
- 二零二五年度股權(quán)激勵與員工晉升計劃合同模板
- 二零二五年度外墻保溫材料研發(fā)、生產(chǎn)及施工驗收合同
- 2025年度跨境電商銀行擔(dān)保免責(zé)服務(wù)協(xié)議
- 民族團(tuán)結(jié)與生態(tài)保護(hù)的協(xié)調(diào)措施
- 2024年全球及中國孔徑分布儀行業(yè)頭部企業(yè)市場占有率及排名調(diào)研報告
- 生產(chǎn)工藝的標(biāo)準(zhǔn)化與規(guī)范化
- 中醫(yī)養(yǎng)生與身心健康課件
- 1、現(xiàn)代生物技術(shù)的概念、涵蓋的領(lǐng)域
- 河道清淤培訓(xùn)課件
- 機(jī)械基礎(chǔ)全冊教案第四版
- 30題紀(jì)檢監(jiān)察位崗位常見面試問題含HR問題考察點(diǎn)及參考回答
- 重癥肺炎護(hù)理查房課件文件
- 《瘋狂動物城》全本臺詞中英文對照
- 大班語言猴子過河教案反思
- 施耐德變頻器說明書大全
- 同位語從句和定語從句
評論
0/150
提交評論