Can some one tell me what this access list would be doing?
who would you configure a list to deny "any to any host" and then allow "ip any" what effect does this have.
I am just looking on a router that I have taken over and before I make changes I was wondering why this has been done? Can any one tell me what enabling this will actually be doing?
router ospf 100
router-id ########
redistribute connected
redistribute static subnets route-map STOPUPDATE
network ####### 0.0.0.1 area 0
network ######2 0.0.0.1 area 0
neighbor #######1
neighbor #######2
neighbor #######3
distribute-list 110 in
!
!
access-list 110 deny ip host 0.0.0.0 host 0.0.0.0
access-list 110 permit ip any any
cheers