ENCOR Exam QuestionsBrowse all questions from this exam

ENCOR Exam - Question 1060


A network engineer must configure the VTY lines on a router to achieve these results:

• Remote access should be permitted for all feasible protocols.

• Only a password should be required for device authentication.

• All idle EXEC sessions must be terminated in 60 minutes.

Which configuration should be applied?

Show Answer
Correct Answer:

Discussion

10 comments
Sign in to comment
wemustpassOption: C
Sep 26, 2024

The Cisco ‘exec-timeout‘ command sets a specific time to disconnect idle EXEC sessions. The default value for the EXEC timeout is 10 minutes. The absolute timeout terminates the EXEC session even if it is still active and is used during the set timeout period. For this reason I say the given answer is correct.

NetworkJanitor
Oct 10, 2024

Can NOT be B. Requirement: "All idle EXEC" so, "idle" is the key word. "The absolute timeout terminates the EXEC session even if it is still active and is used during the set timeout period...Idle EXEC sessions are not terminated by default."

A_YahooOption: B
Sep 28, 2024

'login' is required

artillingOption: C
Oct 10, 2024

Correct Answer: C 1.Only a password >> line vty 0 15 login OR line vty 0 15 password 2.EXEC sessions must be terminated in 60 minutes >> exec-timeout 60 0. Not absolute-timeout 60

298a34eOption: B
Sep 23, 2024

Answer is B

ExamTaker1017Option: B
Oct 2, 2024

It's B Login: Only requires a password Login local: Requires both a username and a password

NoHombreOption: C
Nov 3, 2024

As explained above, only the idle sessions should be terminated, so it's B

NetworkJanitor
Nov 21, 2024

NO "All idle EXEC sessions must be terminated in 60 minutes." IDLE is there and absolute kills All sessions idle or active.

mikrepOption: B
Nov 20, 2024

Should be B. it asks for "only a password is required". This is achieved by the login command. It's missing on C.

NetworkJanitorOption: C
Nov 21, 2024

B has "absolute-timeout". "All IDLE EXEC sessions must be terminated in 60 minutes." IDLE is Absolute kills All sessions idle or active. "The absolute-timeout command in Cisco IOS is used to set a fixed time interval after which a user session will be terminated, regardless of whether the connection is active or idle" hth

SPARNABUSOption: A
Jan 28, 2025

I choose B. The conditions must be met one by one; firstly, the condition 'all feasible protocols' is met by both solution B and C; the second condition 'only a password' is only ensured by solution B. For solution C, although a password is configured, without the `login` command, this password will not be requested during the connection." "The third condition is literally met by solution C, but solution B also meets it. Because it is never specified 'idle exec' sessions only. Using absolute-timeout closes all sessions, active or inactive (meeting our third condition