11-14-2022 03:30 AM
Hi Everyone
I am new in Extreme world.
I have tried an easy ACL's configuration on 210-12t-GE10 and 210-12t-GE2.
Scenario:
On Layer 3 switch I set number 8 VLANs, every VLAN have L3 interface and ip routing enable.
I need to block VLAN 8 subnet: 10.0.215.128/26 -> to reach private networks:
10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
I have created a named ACL "test" that:
deny ip any 10.0.0.0 0.255.255.255
deny ip any 172.16.0.0 0.15.255.255
deny ip any 192.168.0.0 0.0.255.255
permit ip any any
To block traffic:
ip access-group "test" vlan 8 out
It doesn't work, all traffic is permitted, can someone give me any idea?
does it need to add any feature/software package?
Thank you
Marco