




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
第一部分:TiNetS2000EI系列配置命令及说明(红色表记为一些常用命令)Username(1-32chars):adminPassword(1-16chars):******/登陆交换机,默认密码123456/TiNet>enable/进入特权模式/TiNet#configureterminal/进入全局模式/TiNet(config)#1.TINET#terminallanguage语言模式/比方:TINET#terminal
languageChinese
/改变/改成中文模式
/2.TiNet#clearstartup-config/清除配置,恢复出厂默设置/3.TiNet#copyrunning-configstartup-config/保存配置命令/TiNet#load?application下载应用程序configuration下载配置文件keyfile下载SSH密钥文件whole-bootrom下载全部的bootrom/设备升级命令/TiNet(config)#ipaddress/配置交换机IP地址/6.TiNet(config)show?/show命令,后可以打问号/ShowipShowmacShowinterfaceShowvlan7.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/TiNet(config-if-vlan)#switchportethernet0/2toethernet0/8ethernet0/11ethernet0/16/在某一VLAN中也许VLAN段中批量加入端口/10.TiNet(config-if-ethernet-0/16)#tagvlan1001,1112-1512,4000/端口下批量打tag/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<3-4>端口号为槽端口号<0-2>/端口号<1-24>TiNet(config)#port-isolationethernet0/2toe0/16增加端口隔断下行端口成功./一步隔离,一条命令隔断除上行口以外全部端口/TiNet(config)#interfacerangeethernet0/2toethernet0/16/批量端口办理命令/TiNet(config-if-range)#bandwidth-control?egress出口带宽控制ingress入口带宽控制/端口限速命令/17.TiNet(config)#showutilizationinterface/实时查察端口流量占比/LinkUtilizationAverages1970portlinkReceivePeakRxStatuspkts/sec
ThuJan100:43:20TransmitPeakTxpkts/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====经过空格键来切换回车键结束查察18.TiNet(config)#usernamechange-passwo请输入您的登录密码:******请输入用户名(4--15位):admin请输入新口令(1--15位):********输入确认口令(1--15位):********用户admin密码更正成功。/更正登陆密码/配置案例:小河区某小区格林耐特设备配置简要流程TiNet(config)#ipaddress
/配置
ip
地址/ConfigIPsuccessfully.TiNet(config)#showipSwitchconfigurationipobtained:MANUALipaddress::::1MACaddress:00:0a:5a:11:ba:b8/查察交换机ip地址/TiNet(config)#exTiNet#terminallanguagechinese/更正语言模式为中文/TiNet(config)#vlan3901/建立vlan3901/TiNet(config-if-vlan)#switchportall/在vlan3901下增加端口/增加VLAN端口成功!TiNet(config)#ipaddressvlan3901/定义交换机管理vlan/配置管理VLAN成功!TiNet(config)#showip交换机的配置信息IP地址获得方式:MANUALIP地址:子网掩码:网关地址:管理VLAN:13901此时管理vlan为1和3901/MAC地址:00:0a:5a:11:ba:b8TiNet(config)#noipaddressvlan1/删除交换机默认管理vlan1/删除管理VLAN成功!TiNet(config)#showip交换机的配置信息IP地址获得方式:MANUALIP地址:子网掩码:网关地址:管理VLAN:3901MAC地址: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)#exTiNet(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:staticVLANmember: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端口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)#exTiNet(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/保存配置命令/第二部分:交换机实现telnet管理配置步骤第一步:配置规划好的交换机ip地址例:TiNet(config)#ipaddress/配置ip地址/ConfigIPsuccessfully.TiNet(config)#showipSwitchconfigurationipobtained
:MANUALipaddress
:
:
:
:1MAC
address
:
00:0a:5a:11:ba:b8/查察交换机
ip
地址/第二步:建立规划好的管理vlan,把上行口加入到管理vlan中,然后删除默认的管理vlan1例:TiNet(config)#vlan3901/建立vlan3901/TiNet(config-if-vlan)#switchporte0/1/在vlan3901中增加端口1/增加VLAN端口成功!TiNet(config)#ipaddressvlan3901/定义交换机管理vlan/配置管理VLAN成功!TiNet(config)#showip交换机的配置信息IP地址获得方式:MANUALIP
地址
:
子网掩码
:
网关地址
:
管理
VLAN
:
13901此时管理vlan为1和3901/MAC地址:00:0a:5a:11:ba:b8TiNet(config)#noipaddressvlan1/删除交换机默认管理vlan1/删除管理VLAN成功!第三步:进入上行口,给管理vlan打标例:TiNet(config)#interfaceethernet0/1/进入到上行口模式/TiNet(config-if-ethernet-0/1)#tagvlan3901/打标/经过以上三个步骤,若是上层级联交换机配置无误,就可
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 健康医疗智能硬件开发合作契约书
- 产品定制开发合同书及产品质量保障承诺书
- 大数据分析平台开发合作协议
- 耳聋基因检测采购项目合同
- 供热及暖气安装维护合同
- 智慧城市建设开发合作协议
- 代理商相关知识培训课件
- 银饰类目知识培训课件
- 2024-2025学年高二化学人教版选择性必修3教学课件 第三章 第二节 第2课时 酚
- 工程售楼处施工合同
- (正式版)QBT 8022-2024 冷冻饮品 食用冰
- 品牌服装设计课件
- 肝病科进修总结汇报
- 化妆品企业质量管理手册
- 建筑工程施工日志模板
- 【高中语文】《社会历史的决定性基础》课件49张+统编版+选择性必修中册
- oecd 税收协定范本
- 我的家乡聊城临清宣传介绍模板
- DL∕T 547-2020 电力系统光纤通信运行管理规程
- GB/T 31402-2023塑料和其他无孔材料表面抗菌活性的测定
- 应用文写作中职全套教学课件
评论
0/150
提交评论