




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、新格林耐特第一部分:TiNetS2000EI系列配置命令及說明 (紅色標識為一些常用命令)Username(1-32 chars):adminPassword(1-16 chars):* /登陸交換機,默認密碼123456/TiNet>enable /進入特權模式/TiNet#configure terminal /進入全局模式/TiNet(config)#1. TINET#terminal language /改變語言模式/例如:TINET#terminal language Chinese /改成中文模式/2. TiNet#clear startup-config /清除配置,恢復出
2、廠默設置/3. TiNet#copy running-config startup-config /保存配置命令/ 4. TiNet#load ?application 下載應用程序configuration 下載配置文件keyfile 下載SSH密鑰文件whole-bootrom 下載全部的bootrom /設備升級命令/5. TiNet(config)#ipaddress 192.168.1.5 255.255.255.0 192.168.1.1 /配置交換機IP地址/6. TiNet(config)show ? / show命令,后可以打問號/Show ipShow mac Show i
3、nterfaceShow vlan 7. TiNet(config)#vlan 3901 /建立VLAN3901/TiNet(config-if-vlan)#switchport ethernet 0/1 /把端口1加入該VLAN/TiNet(config)#ip vlan 3901 /定義管理vlan為3901 TiNet(config)#no ip vlan 1 / 刪除默認管理VLAN 1/8. TiNet(config)#vlan 1001-1512 /批量建立VLAN /9. TiNet(config-if-vlan)#switchport ethernet 0/2 to ether
4、net 0/8 ethernet 0/11 ethernet 0/16 /在某一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通過/1
5、3. TiNet(config-if-ethernet-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
6、/2 to ethernet 0/16 /批量端口處理命令/16. TiNet(config-if-range)#bandwidth-control ?egress 出口帶寬控制ingress 入口帶寬控制 /端口限速命令/17. TiNet(config)#show utilization interface /實時查看端口流量占比/Link Utilization Averages Thu Jan 1 00:43:20 1970port link Receive Peak Rx Transmit Peak Tx Status pkts/sec pkts/sec pkts/sec pkts/
7、sec=e0/1 down 0 0 0 0e0/2 down 0 0 0 0e0/3 down 0 0 0 0e0/4 down 0 0 0 0e0/5 down 0 0 0 0e0/6 down 0 0 0 0e0/7 down 0 0 0 0e0/8 down 0 0 0 0e0/9 down 0 0 0 0e0/10 down 0 0 0 0e0/11 down 0 0 0 0e0/12 down 0 0 0 0e0/13 down 0 0 0 0e0/14 down 0 0 0 0e0/15 down 0 0 0 0e0/16 down 0 0 0 0e1/1 down 0 0 0 0
8、=spacebar->toggle screen U->page up D->page down CR->exit= 通過空格鍵來切換 回車鍵結束查看18. TiNet(config)#username change-passwo請輸入您的登錄密碼: *請輸入用戶名(4-15位):admin請輸入新口令(1-15位):*輸入確認口令(1-15位):*用戶admin密碼修改成功。 /修改登陸密碼/ 配置案例:小河區(qū)某小區(qū)格林耐特設備配置 簡要流程TiNet(config)#ipaddress 119.1.176.185 255.255.255.0 119.1.176.1
9、/配置ip地址/Config IP successfully.TiNet(config)#show ipSwitch configurationip obtained : MANUALip address : 119.1.176.185netmask : 255.255.255.0gateway : 119.1.176.1ManageVLAN : 1 MAC address : 00:0a:5a:11:ba:b8 /查看交換機ip地址/TiNet(config)#exTiNet#terminal language chinese /更改語言模式為中文/TiNet(config)#vlan 39
10、01 /建立vlan3901/TiNet(config-if-vlan)#switchport all /在vlan3901下添加端口/添加VLAN端口成功 !TiNet(config)#ipaddress vlan 3901 /定義交換機管理vlan/配置管理VLAN成功!TiNet(config)#show ip交換機的配置信息IP 地址獲得方式 : MANUALIP 地址 : 119.1.176.185子網掩碼 : 255.255.255.0網關地址 : 119.1.176.1管理VLAN : 1 3901 /此時管理vlan為1和3901/MAC 地址 : 00:0a:5a:11:ba
11、:b8TiNet(config)#no ipaddress vlan 1 /刪除交換機默認管理vlan1/刪除管理VLAN成功!TiNet(config)#show ip交換機的配置信息IP 地址獲得方式 : MANUALIP 地址 : 119.1.176.185子網掩碼 : 255.255.255.0網關地址 : 119.1.176.1管理VLAN : 3901 MAC 地址 : 00:0a:5a:11:ba:b8 /管理vlan已改為3901/TiNet(config)#inter range ethernet 0/1 to ethernet 0/16 /批量進入端口1-16 TiNet(
12、config-if-range)#tag vlan 3901 /端口1-16 tag vlan 3901 /TiNet(config-if-range)#exTiNet(config)#vlan 1001 /建立vlan 1001/ TiNet(config-if-vlan)#switchport ethernet 0/1 /vlan1001中加入端口1/添加VLAN端口成功 !TiNet(config-if-vlan)#show vlan 1001顯示VLAN信息VLAN ID : 1001VLAN status : staticVLAN member : e0/1.Static tagge
13、d 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 : staticVLAN member : e0
14、/1,e0/16.Static tagged ports : Static untagged Ports : e0/1,e0/16.Dynamic tagged ports : TiNet(config)#port-isolation ethernet 0/2 to e 0/16 /端口2-16進行隔離,1口為上行口,未隔離/添加端口隔離下行端口成功.TiNet(config-if-ethernet-0/1)#switchport ?access access 端口backup 配置備份端口 mode 端口模式 trunk trunk 端口TiNet(config-if-ethernet-0/
15、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 /查看端口實時流量/Link Utilization A
16、verages Thu Jan 1 00:24:37 1970port link Receive Peak Rx Transmit Peak Tx Status pkts/sec pkts/sec pkts/sec pkts/sec=e0/1 down 0 0 0 0e0/2 down 0 0 0 0e0/3 down 0 0 0 0e0/4 down 0 0 0 0e0/5 down 0 0 0 0e0/6 down 0 0 0 0e0/7 down 0 0 0 0e0/8 down 0 0 0 0e0/9 down 0 0 0 0e0/10 down 0 0 0 0e0/11 down 0
17、 0 0 0e0/12 down 0 0 0 0e0/13 down 0 0 0 0e0/14 down 0 0 0 0e0/15 down 0 0 0 0e0/16 down 0 0 0 0e1/1 down 0 0 0 0=spacebar->toggle screen U->page up D->page down CR->exit=TiNet(config)#username change-password /修改登錄密碼/請輸入您的登錄密碼: *請輸入用戶名(4-15位):admin請輸入新口令(1-15位):*輸入確認口令(1-15位):*/用戶admin密
18、碼修改成功/TiNet#copy running-config startup-config /保存配置命令/第二部分:交換機實現telnet管理 配置步驟第一步:配置規(guī)劃好的交換機ip地址例:TiNet(config)#ipaddress 119.1.176.185 255.255.255.0 119.1.176.1 /配置ip地址/Config IP successfully.TiNet(config)#show ipSwitch configurationip obtained : MANUALip address : 119.1.176.185netmask : 255.255.255
19、.0gateway : 119.1.176.1ManageVLAN : 1 MAC address : 00:0a:5a:11:ba:b8 /查看交換機ip地址/第二步:建立規(guī)劃好的管理vlan,把上行口加入到管理vlan中,然后刪除默認的管理vlan 1例:TiNet(config)#vlan 3901 /建立vlan3901/TiNet(config-if-vlan)#switchport e 0/1 /在vlan3901中添加端口1/添加VLAN端口成功 !TiNet(config)#ipaddress vlan 3901 /定義交換機管理vlan/配置管理VLAN成功!TiNet(config)#show ip交換機的配置信息IP 地址獲得方式 : MANUALIP 地址 : 119.1.176.185子網掩碼
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 航運代理合同樣本
- 鄭州租地種樹合同范本
- 種植與回收合同范本
- 圍墻工廠供貨合同范本
- 車輛報廢注銷合同范本
- 上門采樣合同范本
- 出售塔吊電梯合同范本
- 電梯鋼構合同范本
- 江蘇省無錫市惠山區(qū)2024-2025學年八年級上學期1月期末考試數學試卷(含答案)
- 民用口罩合同范本
- 汽車吊起重吊裝方案-(范本)
- 房地產售樓部營銷中心開放活動策劃方案
- 矩形的判定公開課公開課獲獎課件百校聯(lián)賽一等獎課件
- 醫(yī)療機構消防安全突出火災風險和檢查要點
- 焊接工程勞務分包
- 中國礦業(yè)大學《自然辯證法》2022-2023學年期末試卷
- 化工和危險化學品重大隱患考試試題(后附答案)
- 人教版一年級數學下冊全冊單元測試卷及答案
- 常見皮膚病患兒的護理(兒科護理課件)
- (中級)高低壓電器及成套設備裝配工技能鑒定考試題庫(含答案)
- 邢臺2024年河北邢臺學院高層次人才引進30人筆試歷年典型考題及考點附答案解析
評論
0/150
提交評論