Cisco ACL question

It's been a long time since i've done one of these...

question.. i need my 10.0.6.0/24 network to talk to a device

-10.39.11.47 (sits behing router below)over port 80...

having some issues with the expicit deny rule..

access-list 113 remark ACL controlling packets in access-list 113 permit ip host 10.39.11.35 any access-list 113 permit ip host 10.39.11.32 any access-list 113 deny ip any 10.0.6.0 0.0.0.255 access-list 113 permit ip any any

have tried the following and no luck..

access-list 113 remark ACL controlling packets in access-list 113 permit ip host 10.39.11.35 any access-list 113 permit ip host 10.39.11.32 any access-list 113 permit tcp any 10.0.6.0 0.0.0.255 eq 80 access-list 113 deny ip any 10.0.6.0 0.0.0.255 access-list 113 permit ip any any

any ideas? thanks in advance

Reply to
ants
Loading thread data ...

In article , ants wrote: :question.. i need my 10.0.6.0/24 network to talk to a device :-10.39.11.47 (sits behing router below)over port 80...

:having some issues with the expicit deny rule..

:access-list 113 remark ACL controlling packets in

You have to make it clear to us which network is on which interface, and where exactly the ACL is being applied and which "direction" the ACL is being applied.

Reply to
Walter Roberson

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.