I have tried unsuccessfully to add an access-list which denies ip for a group of people. Technically our network is 10.1.0.0 255.255.0.0, although all our hosts are using 10.1.1.0 only. I thought that if I put all individuals who I want to block access on 10.1.5.0, I should be able use to use access lists.
I have tried several variations of the following standard access list, but extended lists don't seem to work either.
access-list 5 deny 10.1.5.0 0.0.0.255
access-list 5 permit 10.1.1.0 0.0.0.255
Applying this list to the outbound serial interface. I have changed the order and played with the wildcard bits, but nothing seems to work. I have replaced the permit 10.1.1.0 with permit any, and this opened everything up.
Any help would be appreciated. Thanks.
I have tried several variations of the following standard access list, but extended lists don't seem to work either.
access-list 5 deny 10.1.5.0 0.0.0.255
access-list 5 permit 10.1.1.0 0.0.0.255
Applying this list to the outbound serial interface. I have changed the order and played with the wildcard bits, but nothing seems to work. I have replaced the permit 10.1.1.0 with permit any, and this opened everything up.
Any help would be appreciated. Thanks.