版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、第一部分: TiNetS2000EI系列配置命令及說明(紅色標(biāo)識為一些常用命令)Username(1-32 chars):adminPassword(1-16 chars):*TiNet>enable/ 登陸交換機(jī),默認(rèn)密碼/ 進(jìn)入特權(quán)模式 /123456/TiNet#configure terminal/ 進(jìn)入全局模式/TiNet(config)#1.TINET#terminal language/ 改變語言模式/例如: TINET#terminal language Chinese/ 改成中文模式/2.TiNet#clear startup-config/ 清除配置,恢復(fù)出廠默設(shè)置
2、/3.TiNet#copy running-config startup-config/ 保存配置命令 /4.TiNet#load ?application下載應(yīng)用程序configuration下載配置文件keyfile下載 SSH密鑰文件whole-bootrom下載全部的 bootrom/ 設(shè)備升級命令 /5.TiNet(config)#ipaddress/ 配置交換機(jī) IP 地址 /6.TiNet(config)show ?/ show 命令,后可以打問號 /Show ipShow macShow interfaceShow vlan7.TiNet(config)#vlan 3901/
3、建立 VLAN3901/TiNet(config-if-vlan)#switchport ethernet 0/1/ 把端口 1 加入該 VLAN/TiNet(config)#ip vlan 3901/ 定義管理 vlan 為 3901TiNet(config)#no ip vlan 1/ 刪除默認(rèn)管理 VLAN 1/8.TiNet(config)#vlan 1001-1512/ 批量建立 VLAN /9. TiNet(config-if-vlan)#switchport ethernet 0/ 2 to ethernet 0/ 8 ethernet 0/11 ethernet 0/16/ 在
4、某一 VLAN 中或者 VLAN 段中批量加入端口 /10. TiNet(config-if-ethernet-0/16)#tag vlan 1001,1112-1512,4000/ 端口下批量打tag/11. T iNet(config-if-ethernet-0/1)#switchport mode trunk/ 改變端口模式,為trunk 模式 /12. TiNet(config-if-ethernet-0/1)#switchport trunk allowed vlan all/ 端口為 trunk 模式,允許所有 VLAN 通過 /13. TiNet(config-if-ethern
5、et-0/ 2)#switchport access vlan 1001/ 改變端口 PVID/14. TiNet(config)#port-isolation ethernet ?STRING<3-4> 端口號為槽端口號<0-2>/ 端口號 <1-24>TiNet(config)#port-isolation ethernet 0/2 to e 0/16添加端口隔離下行端口成功./ 一步隔離,一條命令隔離除上行口以外所有端口/15.TiNet(config)#interface range ethernet 0/2 to ethernet 0/16/ 批量
6、端口處理命令/16. TiNet(config-if-range)#bandwidth-control ? egress 出口帶寬控制ingress入口帶寬控制/ 端口限速命令/17. TiNet(config)#show utilization interface / 實(shí)時(shí)查看端口流量占比 Link Utilization Averages Thu Jan 1 00:43:20 1970 port link Receive Peak Rx Transmit Peak Tx Status pkts/sec pkts/sec pkts/sec pkts/sec/=e0/1down0000e0/2
7、down0000e0/3down0000e0/4down0000e0/5down0000e0/6down0000e0/7down0000e0/8down0000e0/9down0000e0/10down0000e0/11down0000e0/12down0000e0/13down0000e0/14down0000e0/15down0000e0/16down0000e1/1down0000=spacebar->toggle screen U->page upD->page down CR->exit=通過空格鍵來切換回車鍵結(jié)束查看18. TiNet(config)#use
8、rname change-passwo 請輸入您的登錄密碼 : *請輸入用戶名 (4-15 位 ):admin 請輸入新口令 (1-15 位 ):* 輸入確認(rèn)口令 (1-15 位 ):*用戶 admin 密碼修改成功。/修改登陸密碼/配置案例:小河區(qū)某小區(qū)格林耐特設(shè)備配置簡要流程TiNet(config)#ipaddress/ 配置ip 地址 /Config IP successfully.TiNet(config)#show ipSwitch configurationip obtained: MANUALip address:MAC address: 00:0a:5a:11:ba:b8Ti
9、Net(config)#exTiNet#terminallanguagechineseTiNet(config)#vlan 3901TiNet(config-if-vlan)#switchport all: 1/ 在/ 查看交換機(jī)ip 地址 / 更改語言模式為中文/ 建立 vlan3901/vlan3901 下添加端口 /添加VLAN 端口成功!TiNet(config)#ipaddress vlan 3901/ 定義交換機(jī)管理vlan/配置管理VLAN 成功 !TiNet(config)#show ip交換機(jī)的配置信息IP 地址獲得方式IP 地址VLANMAC 地址: MANUAL: 子網(wǎng)掩
10、碼: 1 3901: 00:0a:5a:11:ba:b8: 網(wǎng)關(guān)地址/ 此時(shí)管理vlan為 1 和3901/: 管理TiNet(config)#no ipaddress vlan 1/ 刪除交換機(jī)默認(rèn)管理vlan1/刪除管理VLAN 成功 !TiNet(config)#show ip交換機(jī)的配置信息IP 地址獲得方式IP 地址: MANUAL: 子網(wǎng)掩碼: 網(wǎng)關(guān)地址: 管理VLAN: 3901MAC 地址: 00:0a:5a:11:ba:b8TiNet(config)#inter range ethernet 0/1 to ethernet 0/16TiNet(config-if-range)
11、#tag vlan 3901TiNet(config-if-range)#exTiNet(config)#vlan 1001TiNet(config-if-vlan)#switchport ethernet 0/1添加 VLAN 端口成功!TiNet(config-if-vlan)#show vlan 1001/ 管理 vlan 已改為 3901/ 批量進(jìn)入端口1-16/ 端口 1-16 tag vlan 3901 / 建立 vlan 1001/vlan1001 中加入端口1/顯示 VLAN 信息VLAN ID: 1001VLAN status: staticVLAN member: e0/1
12、.Static tagged ports:Static untagged Ports : e0/1.Dynamic tagged ports:TiNet(config)#vlan 1015-1030/ 批量建立 vlan 1015-1030/TiNet(config-if-vlan)#switchport ethernet 0/1 ethernet 0/16/vlan1015-1030 加入端口 1-16/添加 VLAN 端口成功 !TiNet(config-if-vlan)#show vlan 1015顯示 VLAN 信息VLAN ID: 1015VLAN status: staticVLA
13、N member: e0/1,e0/16.Static tagged ports:Static untagged Ports : e0/1,e0/16.Dynamic tagged ports:TiNet(config)#port-isolationethernet 0/2 to e 0/16/ 端口 2-16 進(jìn)行隔離, 1口為上行口,未隔離 /添加端口隔離下行端口成功 .TiNet(config-if-ethernet-0/1)#switchport ?accessaccess 端口backup配置備份端口mode端口模式trunktrunk 端口TiNet(config-if-ether
14、net-0/1)#switchport mode trunk/ 更改端口1 模式為 trunk/TiNet(config-if-ethernet-0/1)#switchport trunk allowed vlan all/ 允許所有vlan 通過 1 口 /TiNet(config-if-ethernet-0/1)#switchport trunk native vlan 3901/ 更改 1 口 pvid 為 3901/TiNet(config-if-ethernet-0/1)#exTiNet(config)#show utilization interface/ 查看端口實(shí)時(shí)流量Link
15、 Utilization AveragesThu Jan 1 00:24:37 1970portlinkReceivePeak RxTransmitPeak TxStatuspkts/secpkts/secpkts/secpkts/sec/=e0/1down0000e0/2down0000e0/3down0000e0/4down0000e0/5down0000e0/6down0000e0/7down0000e0/8down0000e0/9down0000e0/10down0000e0/11down0000e0/12down0000e0/13down0000e0/14down0000e0/15d
16、own0000e0/16down0000e1/1down0000=spacebar->toggle screen U->page upD->page down CR->exit=TiNet(config)#username change-password/ 修改登錄密碼 /請輸入您的登錄密碼: *請輸入用戶名 (4-15位):admin請輸入新口令 (1-15位):*輸入確認(rèn)口令 (1-15位):*/ 用戶 admin 密碼修改成功 /TiNet#copy running-config startup-config/ 保存配置命令 /第二部分:交換機(jī)實(shí)現(xiàn)telnet 管
17、理 配置步驟第一步:配置規(guī)劃好的交換機(jī)例:ip 地址TiNet(config)#ipaddress/ 配置ip地址 /Config IP successfully.TiNet(config)#show ipSwitch configurationip obtained: MANUALip address: 1MAC address: 00:0a:5a:11:ba:b8/ 查看交換機(jī) ip 地址 /第二步:建立規(guī)劃好的管理vlan,把上行口加入到管理vlan 中,然后刪除默認(rèn)的管理vlan 1例:TiNet(config)#vlan 3901/ 建立 vlan3901/TiNet(config-
18、if-vlan)#switchport e 0/1/ 在 vlan3901 中添加端口 1/添加 VLAN 端口成功 !TiNet(config)#ipaddress vlan 3901/ 定義交換機(jī)管理 vlan/配置管理 VLAN 成功 !TiNet(config)#show ip交換機(jī)的配置信息IP 地址獲得方式: MANUALIP 地址:子網(wǎng)掩碼: 網(wǎng)關(guān)地址:管理VLAN: 1 3901/ 此時(shí)管理 vlan 為 1 和 3901/MAC 地址: 00:0a:5a:11:ba:b8TiNet(config)#no ipaddress vlan 1/ 刪除交換機(jī)默認(rèn)管理 vlan1/刪除管理 VLAN 成功 !第三步:進(jìn)入上行口,給管理vlan 打標(biāo)例:TiNet(config)#interface ethernet 0/1/ 進(jìn)入到上行口模式 /TiNet(config-if-ethernet-0/1)#tag vlan 3901/打標(biāo) /經(jīng)過以上三個(gè)步驟,如果上層級聯(lián)交換機(jī)配
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(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ǔ)空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度耕地質(zhì)量提升工程補(bǔ)充耕地指標(biāo)采購合同3篇
- 現(xiàn)代家用電器技術(shù)發(fā)展趨勢與市場預(yù)測
- 物聯(lián)網(wǎng)下的嵌入式軟件從設(shè)計(jì)到實(shí)現(xiàn)的高效之路
- 二零二五年智慧城市規(guī)劃設(shè)計(jì)股份收購與合作合同3篇
- 2025年度航空航天結(jié)構(gòu)件加工與測試服務(wù)合同簽訂指南3篇
- 2025版跨境電商毛坯店面租賃合同范本4篇
- 二零二五版現(xiàn)代風(fēng)格美縫服務(wù)合同3篇
- 二零二五年度商用廚具升級改造項(xiàng)目合同4篇
- 二零二五年度果園土地流轉(zhuǎn)及綜合利用合同3篇
- 電化教學(xué)設(shè)備開啟教育信息化新篇章
- 2024公路瀝青路面結(jié)構(gòu)內(nèi)部狀況三維探地雷達(dá)快速檢測規(guī)程
- 2024風(fēng)力發(fā)電葉片維保作業(yè)技術(shù)規(guī)范
- 《思想道德與法治》課程教學(xué)大綱
- 2024光儲(chǔ)充一體化系統(tǒng)解決方案
- 處理后事授權(quán)委托書
- 食材配送服務(wù)方案投標(biāo)方案(技術(shù)方案)
- 足療店?duì)I銷策劃方案
- 封條(標(biāo)準(zhǔn)A4打印封條)
- 2024年北京控股集團(tuán)有限公司招聘筆試參考題庫含答案解析
- 延遲交稿申請英文
- 運(yùn)動(dòng)技能學(xué)習(xí)與控制課件第十章動(dòng)作技能的指導(dǎo)與示范
評論
0/150
提交評論