ver Version ArubaOS-CX TL.10.09.0002
I have a pair of switches setup as a failover and both ACL's are identical on the switches and Layer 3 routing
I have a simple ACL not working and not stopping traffic. What am I doing wrong?
From machine A @ 192.168.0.150/24 I am trying to block RDP into VLan 170 for machine 192.168.170.15
in the acl below
So the ACL is:
access-list ip DEV
10 permit udp any any
15 deny tcp 192.168.0.0/255.255.255.0 192.168.70.0/255.255.255.0 eq rdp
20 deny tcp any any eq rdp
100 permit any any any
and the int VLan 170 is
interface vlan170
vsx-sync active-gateways
apply access-list ip DEV routed-in
ip address 192.168.170.2/24
active-gateway ip mac 02:02:00:00:01:01
active-gateway ip 192.168.170.1
exit