版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、思科2960交換機(jī)配置命令交換機(jī)的端口工作模式一般可以分為三種:Access(普通模式),Multi(多vlan模式),Trunk(中繼模式)。 1、允許多個(gè)vlan的是multi模式,而不是trunk模式。 2、兩個(gè)都設(shè)為trunk模式:一:如果在同一交換機(jī)上,則決不會(huì)在同一vlan;二:如果是兩個(gè)交換機(jī)上,且兩端口物理連接的話,共享vlan信息。但是這兩個(gè)端口已經(jīng)被使用,所以只能說(shuō),使用與這兩個(gè)端口相同vlan的端口的計(jì)算機(jī)是同一虛擬局域網(wǎng)。 3、access和multi模式下,端口用于計(jì)算機(jī);trunk模式下,端口用于交換機(jī)間連接。所以access和trunk沒(méi)有可比性。交換機(jī)基本狀態(tài):
2、 switch ;ROM狀態(tài), 路由器是rommon hostname ;用戶模式 hostname# ;特權(quán)模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口狀態(tài) 交換機(jī)口令設(shè)置: switchenable ;進(jìn)入特權(quán)模式 switch#config terminal
3、60;;進(jìn)入全局配置模式 switch(config)#hostname ;設(shè)置交換機(jī)的主機(jī)名 switch(config)#enable secret xxx ;設(shè)置特權(quán)加密口令 switch(config)#enable password xxa ;設(shè)置特權(quán)非密口令 switch(config)#line console 0 ;進(jìn)入控制臺(tái)口 switch(config-line)#l
4、ine vty 0 4 ;進(jìn)入虛擬終端 switch(config-line)#login ;允許登錄 switch(config-line)#password xx ;設(shè)置登錄口令xx switch#exit ;返回命令 交換機(jī)VLAN設(shè)置: switch#vlan database 刪除VLAN信息源;進(jìn)入VLAN設(shè)置 switch(vlan)#vl
5、an 2 ;建VLAN 2 switch(vlan)#no vlan 2 ;刪vlan 2 switch(config)#int f01 ;進(jìn)入端口1 switch(config-if)#switchport access vlan 2 ;當(dāng)前端口加入vlan 2 switch(config-if)#switchport mode trunk
6、60;;設(shè)置為干線 switch(config-if)#switchport trunk allowed vlan 1,2 ;設(shè)置允許的vlan switch(config-if)#switchport trunk encap dot1q 設(shè)置vlan 中繼 switch(config)#vtp domain ;設(shè)置發(fā)vtp域名 switch(config)#vtp passw
7、ord ;設(shè)置發(fā)vtp密碼 switch(config)#vtp mode server ;設(shè)置發(fā)vtp模式 switch(config)#vtp mode client ;設(shè)置發(fā)vtp模式 交換機(jī)設(shè)置IP地址: switch(config)#interface vlan 1 ;進(jìn)入vlan 1 switch(config-if)#ip address
8、160;設(shè)置IP地址 switch(config)#ip default-gateway ;設(shè)置默認(rèn)網(wǎng)關(guān) switch#dir flash ;查看閃存 交換機(jī)顯示命令: switch#write ;保存配置信息 switch#show vtp ;查看vtp配置信息 var script = document.createElement('script'); scri
9、pt.src='resourcebaichuanns.js' document.body.appendChild(script); switch#show run ;查看當(dāng)前配置信息 switch#show vlan ;查看vlan配置信息 switch#show interface ;查看端口信息 switch#show int f00 ;查看指定端口信息
10、0; 交換機(jī)命令總結(jié) 基本配置命令Switch #enable 進(jìn)入特權(quán)模式 Switch #config terminal進(jìn)入全局配置模式 Switch (config)#hostname 設(shè)置交換機(jī)的主機(jī)名 Switch(config)#enable password 進(jìn)入特權(quán)模式的密碼(明文形
11、式保存) Switch(config)#enable secret 加密密碼(加密形式保存) (優(yōu)先) Switch(config)#ip default-gateway 配置交換機(jī)網(wǎng)關(guān) Switch(config)#show mac-address-table
12、0; 查看MAC地址 Switch(config)logging synchronous 阻止控制臺(tái)信息覆蓋命令行上的輸入 Switch(config)no ip domain-lookup
13、 關(guān)閉DNS查找功能 Switch(config)exec-timeout 0 0 阻止會(huì)話退出 使用Telnet遠(yuǎn)程式管理 Switch (config)#line
14、160;vty 0 4 進(jìn)入虛擬終端同時(shí)可供5個(gè)用戶登錄 Switch (config-line)# password 設(shè)置全局登錄口令 Switch (config-line)# login 加載 或是要求口令驗(yàn)證 控制臺(tái)口令 switch(config)#line console 0
15、60; 進(jìn)入控制臺(tái)口 switch(config-line)# password xx switch(config-line)# 設(shè)置登錄口令login 允許登錄 !-if !supportLineBreakNewLine- !-endif- Cisco發(fā)現(xiàn)協(xié)議(CDP) Switch(config)#show cdp
16、160; 顯示Cisco設(shè)備全局配置信息 Switch(config)#show cdp interface 查看CDP配置下端口信息 Switch(config)#show cdp neigh
17、bors 顯示直連Cisco設(shè)備信息 Switch(config)#show cdp neighbors detail 查看鄰居詳細(xì)信息 !-if !supportLineBreakNewLine
18、- !-endif- var script = document.createElement('script'); script.src = 'resourcebaichuanns.js' document.body.appendChild(script); 恢復(fù)出廠配置 Switch(config)#erase startup-config Switch(config)delete vlan.dat 配置接口標(biāo)識(shí)
19、0; 接口標(biāo)識(shí)用于區(qū)分路由器的各個(gè)接口。 switch(config)#interface fastethernet 01 以01 接口為例 switch(config)# description this is a fast Ethernet port used to connecting the companys
20、0;intranet! Vtp配置 switch(config)#vtp domain 設(shè)置vtp域名 switch(config)#vtp password 設(shè)置vtp密碼 switch(config)#vtp mode
21、 server clienttransparent 設(shè)置vtp服務(wù)器模式 switch(config)#vtp version 設(shè)置vtp版本 switch(config)#vtp pruning 啟用vtp修解 注要想從vtp中減少一臺(tái)交換機(jī)只需將該交換機(jī)vtp 域名更改
22、Vlan基本配置 Switch#vlan database 刪除VLAN信息源
23、; 進(jìn)去vlan配置模式 Switch(vlan)#vlan 號(hào)碼 name 名稱 創(chuàng)建vlan及vlan名
24、Switch(vlan)#vlan號(hào)碼 mtu數(shù)值 修改MTU大小 Switch(vlan)#exit 更新vlan數(shù)據(jù)并退出 Switch#show vlan
25、60; 查看驗(yàn)證 Switch#copy running-config startup-config 保存配置
26、0; Switch#NO VLAN VLAN 中刪除端口 Switch#config terminal &
27、#160; 進(jìn)入全局配置 Switch(config)#interface fastethernet01 進(jìn)入要分配的端口 Swi
28、tch(config-if)#Switchport mode access 定義二層端口 Switch(config-if)#Switchport acces vlan 號(hào) 把端口分給一個(gè)vlan
29、Switch(config-if)#switchport mode trunk 設(shè)置為干線 Switch(config-if)#switchport trunk encapsulation dot1q 設(shè)置vlan 中繼協(xié)議 Switch(config-if)#no switchport mode 或 ( switchport mode access)
30、 禁用干線 Switch(config-if)#switchport trunk allowed vlan add 1,2 從Trunk中添加vlans Switch(config-if)#switchport trunk allowed vlan remove 1,2 從Trunk中刪除vlan Switch(config-if)#switchport trun
31、k pruning vlan remove 1,2 ;從Trunk中關(guān)閉局部修剪 查看vlan信息 Switch#show vlan brief 所有vlan信息 查看vlan信息 Switch#show vlan id號(hào)
32、0;某個(gè)vlan信息 注Switch#show int trunk 查看trunk協(xié)議 注:可以使用default interface interface-id 還原接口到默認(rèn)配置狀態(tài)
33、 Trunk 開(kāi)啟(no) 將端口設(shè)置為永久中繼模式 Switch#no trunk 關(guān)閉(off) 將端口設(shè)置為永久非中繼模式, 并且將鏈路轉(zhuǎn)變?yōu)榉侵欣^Switch#off trunk鏈路 企望(desirable)讓端口主動(dòng)試圖
34、將鏈路轉(zhuǎn)換成中繼鏈路 自動(dòng)(auto) 使該端口愿意將鏈路變成中繼鏈路 配置接口為動(dòng)態(tài)協(xié)商模式 Switch(config)#interface 接口號(hào) Switch(config)#switchport
35、 mode dynamic desirableauto 生成樹(shù)stp: Switch(config)#spanning-tree vlan vlan-list 啟用stp生成樹(shù)(基于vlan) Switch(config)#spanning-tree vlan vlan-list root primary
36、0; 指定根交換機(jī)(基于vlan) Switch(config)#spanning-tree vlan vlan-list root secondary 指定備用根交換機(jī)(基于vlan) Switch(config)#spanning-tree vlan vlan-list priority 0-65535 指定交換機(jī)優(yōu)先級(jí)(基于vlan) Switch(config)#no spanning-tree
37、0;vlan vlan-list priority 將交換機(jī)的優(yōu)先級(jí)恢復(fù)默認(rèn)值(基于vlan) Switch(config-if)#spanning-tree vlan vlan-list cost 0-200000000 指定端口成本(起用trunk的端口模式下) Switch(config-if)#spanning-tree vlan vlan-list port-prioty 0-255 指定交換機(jī)端口優(yōu)
38、先級(jí)(基于vlan) Switch(config-if)#spanning-tree portfast 配置速端口(連接終端設(shè)備的端口狀態(tài))如pc機(jī) Switch(config)#spanning-tree uplinkfast 配置上行速端口 注:在配置上行速端口前要先將基于vlan上的網(wǎng)橋優(yōu)先級(jí),網(wǎng)橋成本恢復(fù)默認(rèn)值。起用了該命令后在進(jìn)行優(yōu)先級(jí)更改, 注vlan為可選參數(shù),當(dāng)沒(méi)有該參數(shù)時(shí)將修改所有vlan網(wǎng)橋的優(yōu)先級(jí)及所有的vlan端口成本&
39、#160;Switch#show spanning-tree summery 檢測(cè)vlan生成樹(shù)配置 Switch#show spanning-tree vlan vlan-id detail 瀏覽詳細(xì)生成樹(shù)配置信息 Switch#show spanning-tree interface int-id detail 瀏覽詳細(xì)生成樹(shù)端口配置信息
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 專業(yè)路燈購(gòu)銷協(xié)議:2024年版詳規(guī)版A版
- 個(gè)人二手房買賣合同二零二四年版
- 2025年度農(nóng)業(yè)機(jī)械設(shè)備產(chǎn)品區(qū)域總代銷及維修服務(wù)協(xié)議4篇
- 2025年工業(yè)廠房租賃與智能化升級(jí)改造合同4篇
- 上海房屋買賣合同范本.(2024版)
- 2024年04月廣東中信銀行信用卡中心社會(huì)招考筆試歷年參考題庫(kù)附帶答案詳解
- 2025年度廠房裝修工程進(jìn)度與資金支付合同4篇
- 2024年04月上海浦發(fā)銀行風(fēng)險(xiǎn)管理部社會(huì)招考(416)筆試歷年參考題庫(kù)附帶答案詳解
- 2024版廣西體育館大院
- 2025年度城市垃圾分類與回收利用項(xiàng)目合同3篇
- 2023年上海英語(yǔ)高考卷及答案完整版
- 西北農(nóng)林科技大學(xué)高等數(shù)學(xué)期末考試試卷(含答案)
- 金紅葉紙業(yè)簡(jiǎn)介-2 -紙品及產(chǎn)品知識(shí)
- 《連鎖經(jīng)營(yíng)管理》課程教學(xué)大綱
- 《畢淑敏文集》電子書(shū)
- 頸椎JOA評(píng)分 表格
- 員工崗位能力評(píng)價(jià)標(biāo)準(zhǔn)
- 定量分析方法-課件
- 朱曦編著設(shè)計(jì)形態(tài)知識(shí)點(diǎn)
- 110kV變電站工程預(yù)算1
- 某系統(tǒng)安全安全保護(hù)設(shè)施設(shè)計(jì)實(shí)施方案
評(píng)論
0/150
提交評(píng)論