
Say I want to block telnet traffic from a host
access-list 101 deny tcp host 192.168.1.1 eq telnet
or www
access-list 101 deny tcp host 192.168.1.1 eq www
Also why don't we use this syntax for ICMP pings????? In other words, why do i use:
access-list 101 deny icmp host 192.168.1.1
instead of
access-list 101 deny tcp 192.168.1.1 eq ping