Hi, have any body succesfully configured ACLs on V1910 family swich? From what I understand to make ACL's work on this switches, you need to configure:
-
ACL rules
-
QoS Classifier
-
QoS Behavior
-
QoS Policy Using both Classifier and Behavior
-
Apply QoS Policy to a Port?
What I have is:
-
Vlan 1: switches management vlan (All Trunk Ports, Gateway=192.168.2.250), Switch ports: 13 to 28
-
Vlan 101: Servers Vlan (Gateway 192.168.0.210), Switch ports: 1 to 12
-
Vlan 102: staff vlan (Gateway 172.16.200.1), No ports on this switch because the ports for this vlan will be configures on access switches connected to this switch via trunk ports
-
Vlan 103 students vlan (Gateway 172.16.0.1), No ports on this switch because the ports for this vlan will be configures on access switches connected to this switch via trunk ports
What I need is:
-
Prevent access from staff (102) to students (103) vlans and viceversa.
-
Give access from staff (102) and students (103) to servers vlan (101)
-
Prevent access from staff (102) and students (103) vlan to switches management vlan (1)
-
Prevent access from students (103) to some specific servers (192.168.0.2, 192.168.0.12, 192.168.0.16)
-
DHCP helper or something like that, because IPs from Vlans 102 and 103 are assigned via DHCP Server (192.168.0.1)
What I have configured so far:
-
All Vlans are aleady created, each vlan with an IP so I can route between each other (192.168.2.250, 192.168.0.210, 172.16.200.1, 192.168.2.1)
-
Swicth gateway 0.0.0.0 to 192.168.0.6, so all traffic next hop is the firewall
-
ACL's:
-
ACL Number: 3001, Type: Advanced, Number of Rules: 3
Rule ID Operation Description
10 deny ip source 172.16.200.0 0.0.7.255
destination 172.16.0.0 0.0.15.255
20 deny ip source 172.16.200.0 0.0.7.255
destination 192.168.2.0 0.0.0.255
30 permit ip source 172.16.200.0 0.0.7.255
destination 192.168.0.0 0.0.1.255
-
ACL Number: 3002, Type Advanced, Number of Rules: 6
Rule ID Operation Description
10 deny ip source 172.16.0.0 0.0.15.255
destination 172.16.200.0 0.0.7.255
20 deny ip source 172.16.0.0 0.0.15.255
destination 192.168.2.0 0.0.0.255
30 deny ip source 172.16.0.0 0.0.15.255
destination 192.168.0.2 0
40 deny ip source 172.16.0.0 0.0.15.255
destination 192.168.0.12 0
50 deny ip source 172.16.0.0 0.0.15.255
destination 192.168.0.16 0
60 permit ip source 172.16.0.0 0.0.15.255
destination 192.168.0.0 0.0.1.255 fragment
What it’s working with the current configuration:
-
Routing between vlans is working by default with the configuration of every vlan ip address and the default gateway of the switch, so I don’t really know why I have to configure the permit rules. So right know I have complete access from any vlan to any vlan, that’s why I created the ACL’s,
What is not working:
-
ACL’s are not working because apparently they do not work If I don’t create what I mentioned above: Classifiers, Behaviors, Policies
Can anybody help me with an straight forward step by step on how to achieve this? I am not an expert on this topics, but I do understand that on most layer 3 switches the ACL’s work directly without any further configuration but on this specific model you have to make this extra steps
P.S. This thread has been moved from LAN Routing to Web and Unmanaged. -HP Forum Moderator
#ACLs