Which will fix the issue and allow ONLY ping to work while keeping telnet disabled?

Which will fix the issue and allow ONLY ping to work while keeping telnet disabled?

ACL (exhibit):

show running-config (exhibit):

show running-config 2 (exhibit):

show running-config 3 (exhibit):

Which will fix the issue and allow ONLY ping to work while keeping telnet disabled?

ACL (exhibit):

show running-config (exhibit):

show running-config 2 (exhibit):

show running-config 3 (exhibit):

A.
Correctly assign an IP address to interface fa0/1

B.
Change the ip access-group command on fa0/0 from �in� to �out�

C.
Remove access-group 106 in from interface fa0/0 and add access-group 115 in.

D.
Remove access-group 102 out from interface s0/0/0 and add access-group 114 in

E.
Remove access-group 106 in from interface fa0/0 and add access-group 104 in

Explanation:
Lets have a look at the access list 104:

The question does not ask about ftp traffic so we dont care about the two first lines. The 3rd line denies all telnet traffic and the 4th line allows icmp traffic to be sent (ping). Remember that the access list 104 is applied on the inbound direction so the 5th line access-list 104 deny icmp any any echo-reply will not affect our icmp traffic because the echo-reply message will be sent over the outbound direction.



Leave a Reply 1

Your email address will not be published. Required fields are marked *