Hello everyone, need some help with the following ACL. I am trying to prevent certain networks from entering the network due to spam. I assigned the ACL 101 to my incoming serial and I still see network traffic passing the router into my network. What am I doing wrong????
Thanks in advance for anyone's help....
----------------------------------------------------
interface Serial0/0.1 point-to-point
ip access-group 101 in
!
access-list 101 remark Flowgo and Smilepop
access-list 101 deny tcp 12.129.0.0 0.0.255.255 any
access-list 101 deny tcp 69.6.0.0 0.0.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 permit ip any any
-----------------------------------------------------
Thanks in advance for anyone's help....
----------------------------------------------------
interface Serial0/0.1 point-to-point
ip access-group 101 in
!
access-list 101 remark Flowgo and Smilepop
access-list 101 deny tcp 12.129.0.0 0.0.255.255 any
access-list 101 deny tcp 69.6.0.0 0.0.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 permit ip any any
-----------------------------------------------------