欢迎来到天天文库
浏览记录
ID:47578588
大小:322.50 KB
页数:16页
时间:2019-09-20
《不同vlan之间通信地三种方式》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、实用标准文档不同vlan间的通信简单配置1.单臂路由(图)环境:一台路由器,一台二层交换机,两台pc机 二层交换机的配置一般模式:Switch>输入enable进入特权模式:Switch>enable输入configureterminal进入全局配置模式:Switch#configureterminalEnterconfigurationcommands,oneperline. EndwithCNTL/Z.创建vlan10和vlan20:文案大全实用标准文档Switch(config)#vlan10Switch(c
2、onfig-vlan)#vlan20Switch(config-vlan)#exit进入接口配置模式:Switch(config)#interfacefastEthernet0/1把0/1变成trunk口(默认是access口)Switch(config-if)#switchportmodetrunk%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/1,changedstatetodown%LINEPROTO-5-UPDOWN:Lineprotocol
3、onInterfaceFastEthernet0/1,changedstatetoupSwitch(config-if)#exit进入接口配置模式分别把对应的接口,加入对应的vlan:Switch(config)#interfacefastEthernet1/1Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportaccessvlan10Switch(config-if)#interfacefastEthernet2/1Switch(co
4、nfig-if)#switchportmodeaccessSwitch(config-if)#switchportaccessvlan20文案大全实用标准文档到此二层交换机配置完毕!路由器的配置:Router>Router>enableRouter#configureterminalEnterconfigurationcommands,oneperline. EndwithCNTL/Z.Router(config)#interfas0/0Router(config-if)#noipaddressRouter(con
5、fig-if)#noshutdown注意:单臂路由的配置父接口一定要noshutdown%LINK-5-CHANGED:InterfaceFastEthernet0/0,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0,changedstatetoupRouter(config-if)#exitRouter(config)#intfas0/0.10%LINK-5-CHANGED:InterfaceFastEthern
6、et0/0.10,changedstatetoup文案大全实用标准文档%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0.10,changedstatetoupRouter(config-subif)#encapsulationdot1Q10注意:在配置ip时一定要先封装802.1q协议Router(config-subif)#ipaddress192.168.10.1255.255.255.0Router(config-subif)#noshutd
7、ownRouter(config-subif)#intfas0/0.20%LINK-5-CHANGED:InterfaceFastEthernet0/0.20,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0.20,changedstatetoupRouter(config-subif)#ipaddress192.168.20.1255.255.255.0%ConfiguringIProutingonaLANsubi
8、nterfaceisonlyallowedifthatsubinterfaceisalreadyconfiguredaspartofanIEEE802.10,IEEE802.1Q,orISLvLAN.Router(config-subif)#encapsulationdot1Q20Router(config-subif)#ipaddress192.168.2
此文档下载收益归作者所有