华为ensp三层、二层交换机简单配置

1、选择一个三层交换机S5700和两个二层交换机S3700,拓扑图如下华为ensp三层、二层交换机简单配置_第1张图片2、配置三层交换机LSW9


vlan batch 10 20 30 40
#
interface Vlanif10
 ip address 192.168.10.1 255.255.255.0 
#
interface Vlanif20
 ip address 192.168.20.1 255.255.255.0 
#
interface Vlanif30
 ip address 192.168.30.1 255.255.255.0 
#
interface Vlanif40
 ip address 192.168.40.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan all
#
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan all
#

3、配置两台二层交换机

LSW10:
vlan batch 10 20
#
interface Ethernet0/0/1
 port link-type access
 port default vlan 10
#
interface Ethernet0/0/2
 port link-type access
 port default vlan 20
#
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan all
#


LSW11:
vlan batch 30 40
#
interface Ethernet0/0/1
 port link-type access
 port default vlan 30
#
interface Ethernet0/0/2
 port link-type access
 port default vlan 40
#
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan all
#

4、配置PC

华为ensp三层、二层交换机简单配置_第2张图片

华为ensp三层、二层交换机简单配置_第3张图片

华为ensp三层、二层交换机简单配置_第4张图片

华为ensp三层、二层交换机简单配置_第5张图片5、测试

华为ensp三层、二层交换机简单配置_第6张图片

你可能感兴趣的:(华为,网络,服务器,http,wireshark,网络协议,tcp/ip)