版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
packettracer模擬遠(yuǎn)程管理網(wǎng)絡(luò)設(shè)備實(shí)驗(yàn)一、實(shí)驗(yàn)?zāi)康?/p>
如果你是一名網(wǎng)管員,由于你的辦公室離中心機(jī)房不在同一樓層,但你想坐在任何部門主機(jī)前都能來進(jìn)行管理和配置交換機(jī)(2層、3層)和路由器。
二、實(shí)驗(yàn)拓?fù)?/p>
三、配置信息
2層交換機(jī)1
S2_1#showrun
Buildingconfiguration...
Currentconfiguration:1265bytes
!
version12.2
noservicetimestampslogdatetimemsec
noservicetimestampsdebugdatetimemsec
noservicepassword-encryption
!
hostnameS2_1
!
noipdomain-lookup
ipname-server0.0.0.0
!
!
interfaceFastEthernet0/1
switchportaccessvlan10
!
interfaceFastEthernet0/2
switchportmodetrunk
!
interfaceFastEthernet0/3
!
interfaceFastEthernet0/4
!
interfaceFastEthernet0/5
!
interfaceFastEthernet0/6
!
interfaceFastEthernet0/7
!
interfaceFastEthernet0/8
!
interfaceFastEthernet0/9
!
interfaceFastEthernet0/10
!
interfaceFastEthernet0/11
!
interfaceFastEthernet0/12
!
interfaceFastEthernet0/13
!
interfaceFastEthernet0/14
!
interfaceFastEthernet0/15
!
interfaceFastEthernet0/16
!
interfaceFastEthernet0/17
!
interfaceFastEthernet0/18
!
interfaceFastEthernet0/19
!
interfaceFastEthernet0/20
!
interfaceFastEthernet0/21
!
interfaceFastEthernet0/22
!
interfaceFastEthernet0/23
!
interfaceFastEthernet0/24
!
interfaceGigabitEthernet1/1
!
interfaceGigabitEthernet1/2
!
interfaceVlan1
noipaddress
shutdown
!
interfaceVlan10
ipaddress192.168.0.3255.255.255.0
!
ipdefault-gateway192.168.0.1
!
//h3c設(shè)備配置默認(rèn)網(wǎng)關(guān)命令
iproute-static0.0.0.00.0.0.0192.168.0.1后面的192.168.0.1就是默認(rèn)的網(wǎng)關(guān)地址。linecon0
loggingsynchronous
exec-timeout00
!
linevty04
passwordcisco
login
privilegelevel15
linevty515
login
!
!
end
2層交換機(jī)2
S2_2#showrun
Buildingconfiguration...
Currentconfiguration:1265bytes
!
version12.2
noservicetimestampslogdatetimemsec
noservicetimestampsdebugdatetimemsec
noservicepassword-encryption
!
hostnameS2_2
!
noipdomain-lookup
ipname-server0.0.0.0
!
!
interfaceFastEthernet0/1
switchportaccessvlan20
!
interfaceFastEthernet0/2
!
interfaceFastEthernet0/3
switchportmodetrunk
!
interfaceFastEthernet0/4
!
interfaceFastEthernet0/5
!
interfaceFastEthernet0/6
!
interfaceFastEthernet0/7
!
interfaceFastEthernet0/8
!
interfaceFastEthernet0/9
!
interfaceFastEthernet0/10
!
interfaceFastEthernet0/11
!
interfaceFastEthernet0/12
!
interfaceFastEthernet0/13
!
interfaceFastEthernet0/14
!
interfaceFastEthernet0/15
!
interfaceFastEthernet0/16
!
interfaceFastEthernet0/17
!
interfaceFastEthernet0/18
!
interfaceFastEthernet0/19
!
interfaceFastEthernet0/20
!
interfaceFastEthernet0/21
!
interfaceFastEthernet0/22
!
interfaceFastEthernet0/23
!
interfaceFastEthernet0/24
!
interfaceGigabitEthernet1/1
!
interfaceGigabitEthernet1/2
!
interfaceVlan1
noipaddress
shutdown
!
interfaceVlan20
ipaddress192.168.1.3255.255.255.0
!
ipdefault-gateway192.168.1.1
!
!
linecon0
loggingsynchronous
exec-timeout00
!
linevty04
passwordcisco
login
privilegelevel15
linevty515
login
!
!
end
三層交換機(jī)
S3#showrun
Buildingconfiguration...
Currentconfiguration:1559bytes
!
version12.2
noservicetimestampslogdatetimemsec
noservicetimestampsdebugdatetimemsec
noservicepassword-encryption
!
hostnameS3
!
!
!
enablepassword123456
!
!
!
!
!
!
!
!
noipdomain-lookup
ipname-server0.0.0.0
!
interfaceFastEthernet0/1
!
interfaceFastEthernet0/2
switchportmodetrunk
!
interfaceFastEthernet0/3
switchportmodetrunk
!
interfaceFastEthernet0/4
!
interfaceFastEthernet0/5
!
interfaceFastEthernet0/6
!
interfaceFastEthernet0/7
!
interfaceFastEthernet0/8
!
interfaceFastEthernet0/9
!
interfaceFastEthernet0/10
switchportaccessvlan30
!
interfaceFastEthernet0/11
!
interfaceFastEthernet0/12
!
interfaceFastEthernet0/13
!
interfaceFastEthernet0/14
!
interfaceFastEthernet0/15
!
interfaceFastEthernet0/16
!
interfaceFastEthernet0/17
!
interfaceFastEthernet0/18
!
interfaceFastEthernet0/19
!
interfaceFastEthernet0/20
!
interfaceFastEthernet0/21
!
interfaceFastEthernet0/22
!
interfaceFastEthernet0/23
!
interfaceFastEthernet0/24
!
interfaceGigabitEthernet0/1
!
interfaceGigabitEthernet0/2
!
interfaceVlan1
noipaddress
shutdown
!
interfaceVlan10
ipaddress192.168.0.1255.255.255.0
!
interfaceVlan20
ipaddress192.168.1.1255.255.255.0
!
interfaceVlan30
ipaddress192.168.2.1255.255.255.0
!
routerospf1
log-adjacency-changes
network192.168.0.00.0.0.255area0
network192.168.1.00.0.0.255area0
network192.168.2.00.0.0.255area0
!
ipclassless
!
!
!
!
!
!
!
!
!
linecon0
exec-timeout00
loggingsynchronous
linevty04
passwordcisco
login
!
!
!
end
路由器配置
Router#showrun
Buildingconfiguration...
Currentconfiguration:871bytes
!
version12.2
noservicetimestampslogdatetimemsec
noservicetimestampsdebugdatetimemsec
noservicepassword-encryption
!
hostnameRouter
!
!
!
enablepassword123456
!
!
!
!
!
!
!
!
noipdomain-lookup
ipname-server0.0.0.0
!
!
!
!
!
!
interfaceFastEthernet0/0
ipaddress192.168.2.2255.255.255.0
duplexauto
speedauto
!
interfaceFastEthernet1/0
ipaddress192.168.3.1255.255.255.0
duplexauto
speedauto
!
interfaceSerial2/0
noipaddress
shutdown
!
interfaceSerial3/0
noipaddress
shutdown
!
interfaceFastEthernet4/0
noipaddress
shutdown
!
interfaceFastEthernet5/0
noipaddress
shutdown
!
routerospf1
log-adjacency-changes
network192.168.3.00.0.0.255area0
network192.168.2.00.0.0.255area0
!
ipclassless
!
linecon0
exec-timeout00
loggingsynchronous
linevty04
passwordcisco
login
!
!
!
end
四、實(shí)驗(yàn)注意事項(xiàng)
1,linecon0
exec-timeout00//
表示永不超時(shí),可以防止因?yàn)槎虝r(shí)間離開回來時(shí)還需要重新輸入密碼。特別是在密碼很復(fù)雜的情況下。但是也是不安全的因素。所以還是需要按需配置。
loggingsynchronous
//配置console信息顯示自動(dòng)換行,它可以
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 6 人大代表為人民 第三課時(shí) 說課稿-2024-2025學(xué)年道德與法治六年級(jí)上冊(cè)統(tǒng)編版
- 2024淘寶平臺(tái)美妝博主商品推廣勞務(wù)合同3篇
- 啟航幼兒園模板
- 2024煤炭行業(yè)研發(fā)合作與技術(shù)轉(zhuǎn)讓合同
- 多元化資產(chǎn)管理合同(2篇)
- 阿里云服務(wù)器租賃協(xié)議
- 2024年酒店裝修工程合同
- 湛雪的離婚協(xié)議書
- 短期勞務(wù)雇傭協(xié)議
- 監(jiān)理服務(wù)合同范本
- 2025年急診科護(hù)理工作計(jì)劃
- 高中家長會(huì) 高二寒假線上家長會(huì)課件
- 2024-2025學(xué)年山東省聊城市高一上學(xué)期期末數(shù)學(xué)教學(xué)質(zhì)量檢測(cè)試題(附解析)
- 違規(guī)行為與處罰管理制度
- 2025年正規(guī)的離婚協(xié)議書
- 個(gè)人教師述職報(bào)告錦集10篇
- 四川省等八省2025年普通高中學(xué)業(yè)水平選擇性考試適應(yīng)性演練歷史試題(含答案)
- 2025中國地震應(yīng)急搜救中心公開招聘應(yīng)屆畢業(yè)生5人高頻重點(diǎn)提升(共500題)附帶答案詳解
- 醫(yī)療健康大模型白皮書(1.0版) 202412
- 部編版八年級(jí)初二語文上冊(cè)第六單元《寫作表達(dá)要得體》說課稿
- 《內(nèi)部培訓(xùn)師培訓(xùn)》課件
評(píng)論
0/150
提交評(píng)論