Hello
I need some help creating an access list for some VLANs.
It`s Cisco 3550s and 3560s
I use to do this the following way:
I create a extended ACL
access-list 101 permit icmp any any ttl-exceeded
I create a access map
vlan access-map ACL101
action drop
match ip address 101
vlan access-map ACL101
action forward
And apply it to a VLAN
vlan filter ACL101 vlan-list 100
This works great for this purpose.
But now I have a more complex scenario.
I have some IP addresses in a VLAN that should be filtered. And only port 20-23, 25, 37, 53, 80, 110 and 443 should be open for these.
For all other IPs all ports open, except the ones in the other map.
How would I set this up?