欢迎来到天天文库
浏览记录
ID:58254014
大小:320.50 KB
页数:16页
时间:2020-04-12
《不同vlan之间通信的三种方式.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、.不同vlan间的通信简单配置1.单臂路由(图)环境:一台路由器,一台二层交换机,两台pc机 二层交换机的配置一般模式:Switch>输入enable进入特权模式:Switch>enable输入configureterminal进入全局配置模式:Switch#configureterminalEnterconfigurationcommands,oneperline. EndwithCNTL/Z.创建vlan10和vlan20:Word专业资料.Switch(config)#vlan10Switch(config-vlan)#vlan20Switch(config-v
2、lan)#exit进入接口配置模式:Switch(config)#interfacefastEthernet0/1把0/1变成trunk口(默认是access口)Switch(config-if)#switchportmodetrunk%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/1,changedstatetodown%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/1,changedstatetoupSwitch(config-if)
3、#exit进入接口配置模式分别把对应的接口,加入对应的vlan:Switch(config)#interfacefastEthernet1/1Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportaccessvlan10Switch(config-if)#interfacefastEthernet2/1Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportaccessvlan20Word专业资料.到此二层交换机配置
4、完毕!路由器的配置:Router>Router>enableRouter#configureterminalEnterconfigurationcommands,oneperline. EndwithCNTL/Z.Router(config)#interfas0/0Router(config-if)#noipaddressRouter(config-if)#noshutdown注意:单臂路由的配置父接口一定要noshutdown%LINK-5-CHANGED:InterfaceFastEthernet0/0,changedstatetoup%LINEPROTO-5-U
5、PDOWN:LineprotocolonInterfaceFastEthernet0/0,changedstatetoupRouter(config-if)#exitRouter(config)#intfas0/0.10%LINK-5-CHANGED:InterfaceFastEthernet0/0.10,changedstatetoupWord专业资料.%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0.10,changedstatetoupRouter(config-subif)#encapsula
6、tiondot1Q10注意:在配置ip时一定要先封装802.1q协议Router(config-subif)#ipaddress192.168.10.1255.255.255.0Router(config-subif)#noshutdownRouter(config-subif)#intfas0/0.20%LINK-5-CHANGED:InterfaceFastEthernet0/0.20,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0.20,changedstate
7、toupRouter(config-subif)#ipaddress192.168.20.1255.255.255.0%ConfiguringIProutingonaLANsubinterfaceisonlyallowedifthatsubinterfaceisalreadyconfiguredaspartofanIEEE802.10,IEEE802.1Q,orISLvLAN.Router(config-subif)#encapsulationdot1Q20Router(config-subif)#ipaddress192.168.20.1255.2
此文档下载收益归作者所有