cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
5
Helpful
3
Replies

Begineer ACL question...

jimmysands73_2
Level 5
Level 5

Beginner ACL/school issue...

Attached is my topology....

I want to prevent the 10.1.1.0 network from being able to reach

the 10.3.1.0 network, this I had accomplished in the ACL.

However I though I should be able to ping from the R3 network over to the

R1 network, I am unable too. Why is this?

Here is my parts of my config and ACL...

R2#sh run int s0/0

Building configuration...

Current configuration : 160 bytes

!

interface Serial0/0

ip address 10.1.0.2 255.255.255.0

ip access-group LAN_R1_PREVENT in

ip accounting output-packets

ip accounting access-violations

end

------------------------

R2#sh access-l

Extended IP access list LAN_R1_PREVENT

10 permit ospf any any log (77 matches)

20 deny icmp 10.1.1.0 0.0.0.255 10.3.1.0 0.0.0.255 log (17 matches)

30 permit icmp any any log (4 matches)

40 permit icmp any any echo-reply

50 permit icmp any any time-exceeded

60 permit icmp any any packet-too-big

70 deny ip 10.1.1.0 0.0.0.255 10.3.1.0 0.0.0.255 log

80 deny ip any any

90 deny tcp any any

100 deny udp any any

-------------------------

I am going to speculate that (when pinging from PC3) the packet is making to the 10.1.1.0 network but

is unable to make it back to the pinging host due to the ACL, is this correct?

Note that when I take down the ACL the pings work just fine.

Here is the output on R2 when I attempt to ping from 10.3.1.1:

*Mar 1 07:10:54.379: %SEC-6-IPACCESSLOGDP: list LAN_R1_PREVENT denied icmp 10.1.1.1 -> 10.3.1.254 (8/0), 4 packets

From PC3 I can ping all the way up to 10.1.0.1

Thank you

Jimmy

3 Replies 3

Edison Ortiz
Hall of Fame
Hall of Fame

Try this ACL

ip access-list extended LAN_R1_PREVENT

permit ospf any any

permit icmp 10.1.1.0 0.0.0.255 10.3.1.0 0.0.0.255 echo-reply

deny icmp 10.1.1.0 0.0.0.255 10.3.1.0 0.0.0.255

deny ip any any

HTH,

__

Edison.

Thank you, will give it a shot.

My issue has been fixed, I read the orginal problem wrong...thanks for your assistance.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card