版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
本文格式為Word版,下載可任意編輯——新格林耐特配置命令新格林耐特
第一部分:TiNetS2000EI系列配置命令及說明
(紅色標識為一些常用命令)
Username(1-32chars):admin
Password(1-16chars):******/登陸交換機,默認密碼123456/TiNet>enable/進入特權(quán)模式/TiNet#configureterminal/進入全局模式/TiNet(config)#
1.TINET#terminallanguage/改變語言模式/
例如:TINET#terminallanguageChinese/改成中文模式/
2.TiNet#clearstartup-config/清除配置,恢復(fù)出廠默設(shè)置/
3.TiNet#copyrunning-configstartup-config/保存配置命令/
4.TiNet#load?
application下載應(yīng)用程序configuration下載配置文件
keyfile下載SSH密鑰文件
whole-bootrom下載全部的bootrom/設(shè)備升級命令/
5.TiNet(config)#ipaddress192.168.1.5255.255.255.0192.168.1.1/配置交換機IP地址/
6.TiNet(config)show?/show命令,后可以打問號/
ShowipShowmacShowinterface
Showvlan
7.TiNet(config)#vlan3901/建立VLAN3901/
TiNet(config-if-vlan)#switchportethernet0/1/把端口1參與該VLAN/TiNet(config)#ipvlan3901/定義管理vlan為3901TiNet(config)#noipvlan1/刪除默認管理VLAN1/
8.TiNet(config)#vlan1001-1512/批量建立VLAN/
9.TiNet(config-if-vlan)#switchportethernet0/2toethernet0/8ethernet0/11ethernet0/16
/在某一VLAN中或者VLAN段中批量參與端口/
第1頁共8頁
新格林耐特
10.TiNet(config-if-ethernet-0/16)#tagvlan1001,1112-1512,4000
/端口下批量打tag/
11.TiNet(config-if-ethernet-0/1)#switchportmodetrunk
/改變端口模式,為trunk模式/
12.TiNet(config-if-ethernet-0/1)#switchporttrunkallowedvlanall/端口為trunk模式,允許所有VLAN通過/
13.TiNet(config-if-ethernet-0/2)#switchportaccessvlan1001
/改變端口PVID/
14.TiNet(config)#port-isolationethernet?
STRING端口號為槽端口號/端口號TiNet(config)#port-isolationethernet0/2toe0/16
添加端口隔離下行端口成功./一步隔離,一條命令隔離
除上行口以外所有端口/
15.TiNet(config)#interfacerangeethernet0/2toethernet0/16/批量端口處理命令/
16.TiNet(config-if-range)#bandwidth-control?
egress出口帶寬控制
ingress入口帶寬控制/端口限速命令/
17.TiNet(config)#showutilizationinterface/實時查看端口流量占比/
LinkUtilizationAveragesThuJan100:43:201970portlinkReceivePeakRxTransmitPeakTxStatuspkts/secpkts/secpkts/secpkts/sec
==================================================================e0/1down0000e0/2down0000e0/3down0000e0/4down0000e0/5down0000e0/6down0000e0/7down0000e0/8down0000e0/9down0000e0/10down0000e0/11down0000e0/12down0000e0/13down0000e0/14down0000e0/15down0000
第2頁共8頁
新格林耐特
e0/16down0000e1/1down0000
====spacebar->togglescreenU->pageupD->pagedownCR->exit====通過空格鍵來切換回車鍵終止查看
18.TiNet(config)#usernamechange-passwo請輸入您的登錄密碼:******
請輸入用戶名(4--15位):admin請輸入新口令(1--15位):********輸入確認口令(1--15位):********
用戶admin密碼修改成功。/修改登陸密碼/
第3頁共8頁
新格林耐特
配置案例:
小河區(qū)某小區(qū)格林耐特設(shè)備配置
簡要流程
TiNet(config)#ipaddress119.1.176.185255.255.255.0119.1.176.1/配置ip地址/ConfigIPsuccessfully.
TiNet(config)#showipSwitchconfiguration
ipobtained:MANUAL
ipaddress:119.1.176.185netmask:255.255.255.0gateway:119.1.176.1ManageVLAN:1
MACaddress:00:0a:5a:11:ba:b8/查看交換機ip地址/TiNet(config)#ex
TiNet#terminallanguagechinese/更改語言模式為中文/TiNet(config)#vlan3901/建立vlan3901/TiNet(config-if-vlan)#switchportall/在vlan3901下添加端口/添加VLAN端口成功!
TiNet(config)#ipaddressvlan3901/定義交換機管理vlan/配置管理VLAN成功!TiNet(config)#showip
交換機的配置信息
IP地址獲得方式:MANUAL
IP地址:119.1.176.185子網(wǎng)掩碼:255.255.255.0網(wǎng)關(guān)地址:119.1.176.1
管理VLAN:13901/此時管理vlan為1和3901/MAC地址:00:0a:5a:11:ba:b8
TiNet(config)#noipaddressvlan1/刪除交換機默認管理vlan1/刪除管理VLAN成功!
第4頁共8頁
新格林耐特
TiNet(config)#showip
交換機的配置信息
IP地址獲得方式:MANUAL
IP地址:119.1.176.185子網(wǎng)掩碼:255.255.255.0網(wǎng)關(guān)地址:119.1.176.1管理VLAN:3901
MAC地址:00:0a:5a:11:ba:b8/管理vlan已改為3901/TiNet(config)#interrangeethernet0/1toethernet0/16/批量進入端口1-16TiNet(config-if-range)#tagvlan3901/端口1-16tagvlan3901/TiNet(config-if-range)#ex
TiNet(config)#vlan1001/建立vlan1001/TiNet(config-if-vlan)#switchportethernet0/1/vlan1001中參與端口1/添加VLAN端口成功!
TiNet(config-if-vlan)#showvlan1001顯示VLAN信息
VLANID:1001VLANstatus:staticVLANmember:e0/1.Statictaggedports:StaticuntaggedPorts:e0/1.Dynamictaggedports:
TiNet(config)#vlan1015-1030/批量建立vlan1015-1030/TiNet(config-if-vlan)#switchportethernet0/1ethernet0/16
/vlan1015-1030參與端口1-16/添加VLAN端口成功!
TiNet(config-if-vlan)#showvlan1015
顯示VLAN信息
VLANID:1015VLANstatus:static
VLANmember:e0/1,e0/16.Statictaggedports:
StaticuntaggedPorts:e0/1,e0/16.Dynamictaggedports:
TiNet(config)#port-isolationethernet0/2toe0/16/端口2-16進行隔離,1
口為上行口,未隔離/
添加端口隔離下行端口成功.
TiNet(config-if-ethernet-0/1)#switchport?accessaccess端口
第5頁共8頁
新格林耐特
backup配置備份端口mode端口模式trunktrunk端口
TiNet(config-if-ethernet-0/1)#switchportmodetrunk
/更改端口1模式為trunk/
TiNet(config-if-ethernet-0/1)#switchporttrunkallowedvlanall
/允許所有vlan通過1口/
TiNet(config-if-ethernet-0/1)#switchporttrunknativevlan3901
/更改1口pvid為3901/
TiNet(config-if-ethernet-0/1)#ex
TiNet(config)#showutilizationinterface/查看端口實時流量/LinkUtilizationAveragesThuJan100:24:371970portlinkReceivePeakRxTransmitPeakTxStatuspkts/secpkts/secpkts/secpkts/sec
==================================================================e0/1down0000e0/2down0000e0/3down0000e0/4down0000e0/5down0000e0/6down0000e0/7down0000e0/8down0000e0/9down0000e0/10down0000e0/11down0000e0/12down0000e0/13down0000e0/14down0000e0/15down0000e0/16down0000e1/1down0000
====spacebar->togglescreenU->pageupD->pagedownCR->exit====
TiNet(config)#usernamechange-password/修改登錄密碼/請輸入您的登錄密碼:******請輸入用戶名(4--15位):admin請輸入新口令(1--15位):******輸入確認口令(1--15位):******
/用戶admin密碼修改成功/
TiNet#copyrunning-configstartup-config/保存配置命令/
第6頁共8頁
新格林耐特
其次部分:交換機實現(xiàn)telnet管理配置步驟
第一步:配置規(guī)劃好的交換機ip地址例:
TiNet(config)#ipaddress119.1.176.185255.255.255.0119.1.176.1/配置ip地址/ConfigIPsuccessfully.TiNet(config)#showipSwitchconfiguration
ipobtained:MANUAL
ipaddress:119.1.176.185netmask:255.255.255.0gateway:119.1.176.1ManageVLAN:1
MACaddress:00:0a:5a:11:ba:b8/查看交換機ip地址/
其次步:建立規(guī)劃好的管理vlan,把上行口參與到管理vlan中,然后刪除默認的管理vlan1例:
TiNet(config)#vlan3901/建立vlan3901/TiNet(config-if-vlan)#switchporte0/1/在vlan3901中添加端口1/添加VLAN端口成功!
TiNet(config)#ipaddressvlan3901/定義交換機管理vlan/配置管理VLAN成功!TiNet(config)#showip
交換機的配置信息
溫馨提示
- 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)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度教育軟件銷售與教育培訓(xùn)服務(wù)協(xié)議4篇
- 個人借款合同范本模板
- 專屬2024年內(nèi)衣出口貿(mào)易協(xié)議范本版
- 二零二五年度離婚財產(chǎn)分割爭議解決合同2篇
- 2024蘋果產(chǎn)業(yè)園區(qū)物業(yè)管理與服務(wù)合同范本3篇
- 2025年度農(nóng)業(yè)產(chǎn)業(yè)化項目貸款合同范本3篇
- 2025年度商業(yè)玻璃陽光房租賃合同協(xié)議3篇
- 2025年度廣告行業(yè)員工勞動合同范本4篇
- 2024年04月江蘇江蘇銀行鎮(zhèn)江分行社會招考筆試歷年參考題庫附帶答案詳解
- 2025年度出口企業(yè)出口貨物報關(guān)單據(jù)與憑證管理合同3篇
- 老年人視覺障礙護理
- 《腦梗塞的健康教育》課件
- 《請柬及邀請函》課件
- 中小銀行上云趨勢研究分析報告
- 遼寧省普通高中2024-2025學年高一上學期12月聯(lián)合考試語文試題(含答案)
- 青海原子城的課程設(shè)計
- 常州大學《新媒體文案創(chuàng)作與傳播》2023-2024學年第一學期期末試卷
- 麻醉蘇醒期躁動患者護理
- 英語雅思8000詞匯表
- 小學好詞好句好段摘抄(8篇)
- JT-T-1059.1-2016交通一卡通移動支付技術(shù)規(guī)范第1部分:總則
評論
0/150
提交評論