配置Vlan

Posted wangzhipeng414148874

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置Vlan相关的知识,希望对你有一定的参考价值。

先把每个主机上配置ip地址和掩码地址,然后在交换机上创建vlan 10和vlan 20,之后用interface 进入接口

把主机1和2配置为vlan10,主机3和4配置为vlan20。之后在交换机r2上创建vlan 10和vlan 20,之后用interface 进入接口

把主机1配置为vlan10,主机2配置为vlan20。之后再把两个交换机都用trunk模式。

system-view
vlan batch 10 20

interface  Ethernet 0/0/1
port link-type access  
port default vlan 10
 
interface  Ethernet 0/0/2
port link-type access  
port default vlan 10
 
interface  Ethernet 0/0/3
port link-type access  
port default vlan 20
 
interface  Ethernet 0/0/4
port link-type access  
port default vlan 20
quit
 
system-view
interface GigabitEthernet 0/0/2
port link-type trunk
port trunk allow-pass vlan10  20

以上是关于配置Vlan的主要内容,如果未能解决你的问题,请参考以下文章

如何配置交换机vlan的详细方法

配置Vlan

华为交换机S5700系列vlan配置教程

H3C交换机vlan简单配置

VLAN配置及VLAN间路由

静态VLAN的配置