欢迎来到天天文库
浏览记录
ID:39481955
大小:88.56 KB
页数:4页
时间:2019-07-04
《华为交换机静态路由配置》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、一、实验拓扑图:二、配置:LSW1:interfaceVlanif2ipaddress10.1.1.1255.255.255.0#interfaceVlanif3ipaddress10.1.2.1255.255.255.0#interfaceVlanif4ipaddress10.1.4.1255.255.255.0#interfaceMEth0/0/1#interfaceEthernet0/0/1portlink-typetrunkporttrunkallow-passvlan2to4094#interfaceEthernet0/0/
2、2portlink-typeaccessportdefaultvlan2#interfaceEthernet0/0/10portlink-typeaccessportdefaultvlan3LSW2:interfaceVlanif2ipaddress10.1.3.1255.255.255.0#interfaceVlanif4ipaddress10.1.4.2255.255.255.0#interfaceMEth0/0/1#interfaceEthernet0/0/1portlink-typetrunkporttrunkallow-pa
3、ssvlan2to4094#interfaceEthernet0/0/2portlink-typeaccessportdefaultvlan2三、测试:1.配置好上面的命令好以后:10.1.1.2和10.1.2.2之间能互ping通,但是与10.1.3.1之间互ping不通:2.在LSW1配置:iproute-static10.1.3.0255.255.255.010.1.4.2在LSW2配置:iproute-static10.1.1.0255.255.255.010.1.4.1iproute-static10.1.2.0255.25
4、5.255.010.1.4.1就能测试正常:3.把两台交换机的interfaceethernet0/0/1portlink-typetrunkporttrunkallow-passvlan2to4094改为:interfaceethernet0/0/1portlink-typeaccessportdefaultvlan4测试的结果也是正常ping通的。四、收集信息:在两台交换机创建相同的VLAN,分配不同的网段,之间用trunk链路,同台交换机的不同网段可以互相ping通,不同的交换机之间是ping不通,可以做安全,只需要通过路由协议
5、就能互通。五、查看路由表:1.
此文档下载收益归作者所有