How2pass.com Forums
EC726 - Wrong Answer - Printable Version

+- How2pass.com Forums (https://www.how2pass.com/forum)
+-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html)
+--- Forum: CCNP ENCOR 350-401 Forum (https://www.how2pass.com/forum/forum-19.html)
+--- Thread: EC726 - Wrong Answer (/thread-2066.html)



EC726 - Wrong Answer - getyourcert - 06-06-2022

The question asks for "all feasible protocols", but the answer marked as correct only has "transport input telnet ssh", which only includes telnet and ssh.

"transport input all" literally includes "all" protocols, which is what the question requests, and includes the following: lat | mop | nasi | pad | rlogin | ssh | telnet | v120

Correct answer should be the one that includes "transport input all".


RE: EC726 - Wrong Answer - forumsupport - 06-07-2022

It says "all feasible protocols", not "all protocols".

Secondly, you are missing another requirement:
"all idle sessions must be terminated in 30 minutes"

Your suggested answer has the "exec-timeout 0 30" command, that will cause the session to timeout in 30 seconds, instead of 30 minutes.


RE: EC726 - Wrong Answer - getyourcert - 06-07-2022

Sure enough, my dyslexia got the better of me. Lol

My brain definitely saw 30 0 in the exec timeout portion. And "feasible" definitely makes sense.

Thanks for the response and clarification.