cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
415
Views
0
Helpful
1
Replies

Deny ping traffic from one internal network to another internal one

dehanner1
Level 1
Level 1

Greeting,

 

I'm working on an assignment and need to know the exact commands to deny ICMP traffic from one network address to another located on different routers within a closed network.

Specifically, deny ping traffic from the 211.79.34.0 network on Router 4 to the 199.54.16.0 network on Router 2.

Here is the commands I've come up with, but not sure if it would actually work or is missing something:

Commands applied at Router 4
(config)#access-list 111 deny icmp 211.79.34.0 0.0.0.255 199.54.16.0 0.0.0.255
(config)#access-list 111 permit ip any any
(config)#int F0/1
(config-if)#ip access-group 111 in

 

Any expert advice is greatly appreciated.

 

Darren

 

1 Accepted Solution

Accepted Solutions

Yes, thats correct for the given assignment.

View solution in original post

1 Reply 1

Yes, thats correct for the given assignment.