版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、公 司 名 稱 : x x 通 信 公 司公司規(guī)模:大約 200 名員工的公司公司組織結(jié)構(gòu):遠(yuǎn)程分支機(jī)構(gòu) 方案設(shè)計(jì)拓樸圖IP 地址規(guī)劃遠(yuǎn)程分支機(jī)構(gòu)的 IP 地址是部門地址空間所屬 VLAN總經(jīng)理VLAN 50副總經(jīng)理名稱: financial銷售部VLAN 10 名稱: sales市場部VLAN 20名稱: marketing技術(shù)支持部VLAN 30 名稱: technic人事行政部VLAN 40 名稱: HR財(cái)務(wù)部VLAN 50 名稱: financial路由器對(duì)外接口地址Fa0/1路由器內(nèi)部接口地址Fa 0/0.1 VLAN 10 網(wǎng)關(guān)Fa 0/0.2 VLAN 20 網(wǎng)關(guān)Fa 0/0.3
2、 VLAN 30 網(wǎng)關(guān)Fa 0/0.4 VLAN 40 網(wǎng)關(guān)Fa 0/0.5 VLAN 50網(wǎng)關(guān)R1Fastethernet 0/0Fastethernet 0/1連接 Sw1連接遠(yuǎn)程分支機(jī)構(gòu)Trunk 接口路由接口Sw1Fastethernet 0/1Fastethernet 0/2Fastethernet 0/3Fastethernet 0/4Fastethernet 0/5Fastethernet 0/6Fastethernet 0/7Fastethernet0/8 18 Fastethernet0/19 24連接 R1連接 Sw2連接 Sw3連接 Sw4連接 Sw5 連接總經(jīng)理 PC
3、連接副總經(jīng)理 PC 連接用戶 PC 連接用戶 PCTrunk 接口Trunk 接口Trunk 接口Trunk 接口Trunk 接口Access 接 口 ,Vlan50Access 接 口 ,Vlan50Access 接 口 ,Vlan10Access 接 口 ,Vlan20Fastethernet 0/1連接 SW1Trunk 接口Fastethernet0/6Access 接口,SW218連接用戶 PCVlan10Fastethernet連接用戶 PCAccess 接口,0/19 24Vlan20Fastethernet 0/1Trunk 接口Fastethernet0/6連接 SW1Acc
4、ess 接口,SW310連接用戶 PCVlan10Fastethernet連接用戶 PCAccess 接口,0/11 24Vlan20Fastethernet 0/1Trunk 接口Fastethernet0/6連接 SW1Access 接口,SW415連接用戶 PCVlan30Fastethernet連接用戶 PCAccess 接口,0/16 24Vlan40Fastethernet 0/1Trunk 接口Fastethernet0/6連接 SW1Access 接口,SW515連接用戶 PCVlan30Fastethernet連接用戶 PCAccess 接口,0/16 24Vlan50要求:
5、交換機(jī)配置配置主機(jī)名 加密保存的密碼添加 VLAN配置 VLAN Trunk路由器配置配置主機(jī)名加密保存的密碼在路由器上配置單臂路由 在路由器上配置默認(rèn)路由訪問遠(yuǎn)程分支機(jī)構(gòu) 綜合實(shí)驗(yàn) 1SW1配置命令:1預(yù)配sw1#config tsw1(config)#enable secret pepsisw1(config)#no ip domain-lookup no ip domain-lookup :告訴 Router 不要對(duì)它不知道的字符串做 DNS 解析,否則當(dāng)你敲錯(cuò)命令的時(shí)候,它就會(huì)傻找。sw1(config)#line console 0sw1(config-line)#password
6、pepsisw1(config-line)#loginsw1(config-line)#logging synchronouslogging synchronous 是一個(gè)很有用的命令, 它應(yīng)該是一個(gè)默認(rèn)的配置, 但是它不是! 它可以阻止那些煩人的控制臺(tái)信息來打斷你當(dāng)前的輸入, 從而使輸入信息顯得更為簡單易讀。sw1(config-line)#exec-timeout 0 0console 模式下 exec-timeout 0 0 表示永不超時(shí) exec-timeout 0 10 表示登錄后無操作 10 秒后超時(shí)登出, 這時(shí)候就 要重新輸入密碼登陸設(shè)備。sw1(config-line)#exi
7、tsw1(config)#line vty 0 4sw1(config-line)#password pepsisw1(config-line)#loginsw1(config-line)#logging synchronoussw1(config-line)#exec-timeout 0 0sw1(config-line)#exitsw1(config)#host sw12.定義 VTP模式:sw1(config)#vtp domain ciscosw1(config)#vtp mode serversw1(config)#vtp password ok3. 創(chuàng)建 VLANsw1(confi
8、g)#vlan 10sw1(config-vlan)#name 10sw1(config-vlan)#exitsw1(config)#vlan 20sw1(config-vlan)#name 20sw1(config-vlan)#exit sw1(config)#vlan 30 sw1(config-vlan)#name 30sw1(config-vlan)#exit sw1(config)#vlan 40 sw1(config-vlan)#name 40 sw1(config-vlan)#exit sw1(config)#vlan 50sw1(config-vlan)#name 50 sw1
9、(config-vlan)#exit 配置 f0/1 到 f0/5sw1(config)#interface range fastEthernet 0/1 - f0/5 sw1(config-if-range)#switchport mode trunk sw1(config-if)#switchport trunk encap dot1q sw1(config-if-range)#exitSw2sw2(config)#interface fastEthernet 0/1 sw2(config-if)#switchport mode trunk sw2(config-if)#switchpor
10、t trunk encap dot1q sw2(config-if)#endsw2(config)#vtp domain ciscosw2(config)# vtp mode clientsw2(config)#vtp password okSw3Sw3(config)#interface fastEthernet 0/1 sw3(config-if)#switchport mode trunk sw3(config-if)#switchport trunk encap dot1q sw3(config-if)#endsw3(config)#vtp domain cisco sw3(confi
11、g)# vtp mode client sw3(config)#vtp password ok Sw4Sw4(config)#interface fastEthernet 0/1Sw4(config-if)#switchport mode trunkSw4(config-if)#switchport trunk encap dot1qSw4(config-if)#endSw4(config)#vtp domain ciscoSw4config)# vtp mode clientSw4config)#vtp password okSw5Sw5(config)#interface fastEthe
12、rnet 0/1Sw5(config-if)#switchport mode trunkSw5(config-if)#switchport trunk encap dot1qSw5(config-if)#endSw5(config)#vtp domain ciscoSw5(config)# vtp mode clientSw5(config)#vtp password okR1 r1(config)#interface fastEthernet 0/1 r1(config-if)#no shutdown r1(config-if)#no ip address r1(config-if)#exi
13、t r1(config)#interface fastEthernet 0/1.10 r1(config-subif)#encapsulation dot1Q 10 r1(config-subif)#exit r1(config)#interface fastEthernet 0/1.20 r1(config-subif)#encapsulation dot1Q 20 r1(config-subif)#exit r1(config)#interface fastEthernet 0/1.30 r1(config-subif)#encapsulation dot1Q 30 r1(config-subif)#exit
溫馨提示
- 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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五年度室內(nèi)外地板一體化設(shè)計(jì)與施工合同3篇
- 課題申報(bào)參考:民事非法定種類證據(jù)的實(shí)質(zhì)審查機(jī)制研究
- 課題申報(bào)參考:面向金融大數(shù)據(jù)的聯(lián)邦深度欺詐檢測方法研究
- 二零二五版文化產(chǎn)業(yè)園規(guī)劃設(shè)計(jì)與建設(shè)合同3篇
- 二零二五版木工企業(yè)員工離職與競業(yè)禁止勞動(dòng)合同3篇
- 2025年度個(gè)人營運(yùn)汽車租賃車輛安全監(jiān)控系統(tǒng)合同4篇
- 二零二五年度綠色節(jié)能幕墻安裝服務(wù)合同文本4篇
- 2024露天煤礦開采項(xiàng)目咨詢與服務(wù)合同范本3篇
- 2025年度木工班組安全生產(chǎn)標(biāo)準(zhǔn)化建設(shè)合同3篇
- 2025年度個(gè)人別墅防水系統(tǒng)安裝合同范本
- 河北省保定市定州市2025屆高二數(shù)學(xué)第一學(xué)期期末監(jiān)測試題含解析
- 中醫(yī)護(hù)理人文
- 2024-2030年中國路亞用品市場銷售模式與競爭前景分析報(bào)告
- 中國2型糖尿病運(yùn)動(dòng)治療指南 (2024版)
- 貨物運(yùn)輸安全培訓(xùn)課件
- 統(tǒng)編版高中政治選擇性必修2《法律與生活》知識(shí)點(diǎn)復(fù)習(xí)提綱詳細(xì)版
- 前端年終述職報(bào)告
- 2024小說推文行業(yè)白皮書
- 特殊感染手術(shù)管理考試試題及答案
- 市人民醫(yī)院關(guān)于開展“改善就醫(yī)感受提升患者體驗(yàn)主題活動(dòng)”2023-2025年實(shí)施方案及資料匯編
- 政績觀存在的問題及整改措施范文(7篇)
評(píng)論
0/150
提交評(píng)論