cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3889
Views
3
Helpful
15
Replies

ACL query

Manoj Wadhwa
Level 1
Level 1

Hi Friends, Manoj here .. i need your advice to help me understand the below two ACLs that i found in one of my routers

permit ip host 0.0.0.0 host 255.255.255.255
permit ip host 255.255.255.255 host 0.0.0.0

Looking forward for your answers. Thx in advance ..

 

15 Replies 15

ACLS's run FIFO, so basically the first ACL found in ran against the interface router via ingress or egress you can specify here Nevertheless why are you running these permit ip host 0.0.0.0 255.255.255.255 allows all subnetsand has a wildcard to allow all hosts within these subnets, and as far as ip host 255.255.255.255 0.0.0.0 also allows all subnets with no restriction on hosts. I am confused here what are you trying to accomplish here? Take care