H3C交换机
H3C交换机
同交,不同VLAN
多交,同VLAN
多交,不同vlan
本文档使用MrDoc发布
返回首页
-
+
同交,不同VLAN
2022年8月11日 08:59
admin
#Vlanif ####Vlanif,是华为交换机的一个配置项,应用于L3交换机,这是一种逻辑接口。 --- ####在配置好二层Vlan后,三层交换机上使用Vlanif建立对应的vlan的路由,实现Vlan之间的通信 --- #架构 ![](/media//202208/2022-08-11085300958053.png) --- #交换机配置 system-view vlan batch 10 20 #================================================ #接口一配置 #================================================ interface g0/0/1 port link-type access port default vlan 10 quit #================================================ #接口二配置 #================================================ interface g0/0/2 port link-type access port default vlan 20 quit #================================================ #Vlanif10接口配置 #================================================ interface Vlainif 10 ip address 192.168.0.1 24 quit #================================================ #Vlanif20接口配置 #================================================ interface Vlainif 20 ip address 192.168.1.1 24 quit --- ##客户端1设置 --- ####把ip设置为192.168.0.x网段ip ####把网关设为192.168.0.1 ####把掩码设为255.255.255.0 --- ##客户端2设置 --- ####把ip设置为192.168.1.x网段ip ####把网关设为192.168.1.1 ####把掩码设为255.255.255.0 --- ##测试 --- ####在客户端1上ping客户端2的ip,看是否可以ping通
分享到: