求助H3C S3600-28TP-SI 配置

来源:百度知道 编辑:UC知道 时间:2024/05/31 05:32:31
求助设置,我划分了4个VLAN 1 2 3 4
其中1可以访问2 3 4
2 3 4 可以访问1 但是彼此不能访问
我配置以后 1跟2 3 4 只能ping通,但是不能访问
PC1在VLAN1里,IP:192.168.1.6 255.255.255.0 192.168.1.2
PC2在VLAN2里,IP:192.168.2.6 255.255.255.0 192.168.2.1
请大家看看配置,看看有没有什么问题。

交换机的配置如下
<XW>dis cu
#
sysname XW
#
radius scheme system
#
domain system
#
acl number 3100
rule 0 deny ip
rule 1 permit ip destination 192.168.1.0 0.0.0.255
rule 2 permit ip destination 192.168.2.0 0.0.0.255
rule 3 permit ip destination 192.168.3.0 0.0.0.255
rule 4 permit ip destination 192.168.4.0 0.0.0.255
acl number 3200
rule 0 deny ip
rule 1 permit ip destination 192.168.1.0 0.0.0.255
rule 2 permit ip destination 192.168.2.0 0.0.0.255
acl number 3300
rule 0 deny ip
rule 1 permit ip destination 192.168.1.0 0.0.0.255
rule 3 permit ip destination 192.168.3.0 0.0.0.255
acl number 3400
rule 0 deny ip
rule 1 permit ip destination 192.168.1.0 0.0.0.255
rule 4 permit ip destination 192.168.4.0 0.0.0.255
#
vlan 1
description shangwang
#
vlan 2 to 4
#
interface Vlan-interface1
ip address 192.168.1.2