Hi all,
Just in case there is a way I am not aware of. Let's say I have a range for a VLAN: 192.168.1.0 /24, and I need to deny www traffic to ten(10) contiguous hosts from 192.168.1.10 thru 192.168.1.20. This statement:
deny tcp 192.168.1.10 - 192.168.1.20 any eq www
Is the above possible in IOS or once can one only permit/deny ranges based on subnet mask?
Thanks
Juan