Question 493 of 952
Question
Scenario -
An administrator is trying to ping and telnet from Switch to Router with the results shown below:
For this question we only need to use the show running-config command to answer all the questions below:
Router>enable -
Router#show running-config -
Which will fix the issue and allow ONLY ping to work while keeping telnet disabled?
Answers
A.
B.
C.
D.
E.
E
The question was not about FTP so skip line #1 and line #2.
The line #3 denies telnet traffic and line #4 permits icmp-echo traffic.
Line #5 denies echo-reply traffic. If any device pings a device that attached to Fa0/0, the packet will be denied.
Line #6 permits all other traffic.