欢迎来到天天文库
浏览记录
ID:20793120
大小:34.00 KB
页数:5页
时间:2018-10-16
《比较全面的三层交换机配置实例.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、比较全面的三层交换机配置实例(带命令解释哟!)Enable//进入私有模式Configureterminal//进入全局模式servicepassword-encryption//对密码进行加密hostnameCatalyst3550-12T1//给三层交换机定义名称enablepassword123456.//enable密码Enablesecret654321//enable的加密密码(应该是乱码而不是654321这样)Ipsubnet-zero//允许使用全0子网(默认都是打开的)Ipname-serve
2、r172.16.8.1172.16.8.2//三层交换机名字Catalyst3550-12T1对应的IP地址是172.16.8.1Servicedhcp//提供DHCP服务iprouting//启用三层交换机上的路由模块ExitVtpmodeserver//定义VTP工作模式为sever模式Vtpdomaincentervtp//定义VTP域的名称为centervtpVlan2namevlan2//定义vlan并给vlan取名(如果不取名的话,vlan2的名字应该是vlan002)Vlan3namevlan3V
3、lan4namevlan4Vlan5namevlan5Vlan6namevlan6Vlan7namevlan7Vlan8namevlan8Vlan9namevlan9ExitinterfacePort-channel1//进入虚拟的以太通道组1switchporttrunkencapsulationdot1q//给这个接口的trunk封装为802.1Q的帧格式switchportmodetrunk//定义这个接口的工作模式为trunkswitchporttrunkallowedvlanall//在这个trunk
4、上允许所有的vlan通过Interfacegigabitethernet0/1//进入模块0上的吉比特以太口1switchporttrunkencapsulationdotlq//给这个接口的trunk封装为802.1Q的帧格式switchportmodetrunk//定义这个接口的工作模式为trunkswitchporttrunkallowedvlanall//在这个trunk上允许所有的vlan通过channel-group1modeon//把这个接口放到快速以太通道组1中Interfacegigabite
5、thernet0/2//同上switchporttrunkencapsulationdotlqswitchportmodetrunkswitchporttrunkallowedvlanallchannel-group1modeon5port-channelload-balancesrc-dst-ip//定义快速以太通道组的负载均衡方式(依*源和目的IP的方式)interfacegigabitethernet0/3//进入模块0上的吉比特以太口3switchporttrunkencapsulationdotlq/
6、/给trunk封装为802.1Qswitchportmodetrunk//定义这个接口的工作模式为trunkswitchporttrunkallowedvlanall//允许所有vlan信息通过interfacegigabitethernet0/4//同上switchporttrunkencapsulationdotlqswitchportmodetrunkswitchporttrunkallowedvlanallinterfacegigbitethernet0/5//同上switchporttrunkenca
7、psulationdotlqswitchportmodetrunkswitchporttrunkallowedvlanallinterfacegigbitethernet0/6//同上switchporttrunkencapsulationdotlqswitchportmodetrunkswitchprottrunkallowedvlanallinterfacegigbitethernet0/7//进入模块0上的吉比特以太口7Switchportmodeaccess//定义这个接口的工作模式为访问模式switc
8、hportaccessvlan9//定义这个接口可以访问哪个vlan(实际就是分配这个接口到vlan)noshutdownspanning-treevlan6-9cost1000//在生成树中,vlan6-9的开销定义为10000interfacerangegigabitethernet0/8–10//进入模块0上的吉比特以太口8,9,10switchportmodeaccess//定
此文档下载收益归作者所有