exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 543 discussion

Actual exam question from Cisco's 350-401
Question #: 543
Topic #: 1
[All 350-401 Questions]

A network engineer must configure a switch to allow remote access for all feasible protocols Only a password must be requested for device authentication and all idle sessions must be terminated in 30 minutes. Which configuration must be applied?

  • A. line vty 0 15 password cisco transport input telnet ssh exec-timeout 30 0
  • B. line vty 0 15 password cisco transport input all exec-timeout 0 30
  • C. username cisco privilege 15 cisco line vty 0 15 transport input telnet ssh login local exec-timeout 0 30
  • D. line console 0 password cisco exec-timeout 30 0
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jj970us
Highly Voted 2 years, 7 months ago
Selected Answer: A
exec-timeout minutes [seconds]
upvoted 13 times
ronin
2 years, 7 months ago
Router(config-line)# exec-timeout 3 30 In the example configuration above, exec-timeout is set with 3 minutes and 30 https://study-ccnp.com/cisco-exec-timeout-absolute-timeout-commands/#:~:text=The%20Cisco%20'exec%2Dtimeout'%20command%20sets%20a%20specific%20time,run%20before%20it%20will%20timeout.
upvoted 1 times
...
Deu_Inder
2 years, 7 months ago
A does not fulfil the requirement of allowing all feasible protocols. It only allows ssh and telnet.
upvoted 2 times
Pilgrim5
1 year, 12 months ago
You're right but look at the exec-timeout command. It's wrong on B, so it makes A the most reasonable choice even if A just specifies just telnet and SSH only
upvoted 3 times
...
...
...
Caledonia
Highly Voted 2 years, 7 months ago
Selected Answer: A
A is the answer. I don't know any other remote session apart from SSH and Telnet.
upvoted 7 times
HarwinderSekhon
1 year, 10 months ago
transport input ? all All protocols lapb-ta LAPB Terminal Adapter lat DEC LAT protocol mop DEC MOP Remote Console Protocol none No protocols pad X.3 PAD rlogin Unix rlogin protocol ssh TCP/IP SSH protocol telnet TCP/IP Telnet protocol udptn UDPTN async via UDP protocol v120 Async over ISDN
upvoted 2 times
Splashisthegreatestmovie
1 year, 10 months ago
There's no way in 2023 that anything but telnet or ssh is feasible and it's questionable that telnet still qualifies as feasible. We can actually still configure DLCIs but there's no way we can expect it work.
upvoted 2 times
...
...
...
AbdullahMohammad251
Most Recent 7 months ago
Selected Answer: A
Options B, C, and D are incorrect. B is incorrect, "exec-timeout <min> <sec>" is set to 0 minutes with 30 seconds (we need 30 minutes with zero seconds.) C is incorrect, we are required to use only a password (no username.) D is incorrect, we're setting up remote, not console access.
upvoted 1 times
...
[Removed]
11 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
amadeu
1 year ago
Selected Answer: A
correct
upvoted 1 times
...
AM17212
1 year, 2 months ago
Selected Answer: A
exec-timeout minutes [seconds]
upvoted 1 times
...
Tadese
1 year, 3 months ago
Selected Answer: A
exec-timeout minute second
upvoted 1 times
...
eearmani
1 year, 3 months ago
Selected Answer: A
line vty 0 4 exec-timeout 30 0 password cisco login transport input all line vty 5 15 exec-timeout 30 0 password cisco login transport input all
upvoted 1 times
...
eearmani
1 year, 3 months ago
Selected Answer: B
B is correct i just lab it ( all feasible protocols means transport input all ) line vty 0 4 exec-timeout 30 0 password cisco login transport input all line vty 5 15 exec-timeout 30 0 password cisco login transport input all
upvoted 1 times
...
mgiuseppe86
1 year, 7 months ago
Selected Answer: A
A is the absolute 1000% answer Only a password? CHECK (password cisco) Terminated in 30 minutes? CHECK (30 0) ALLOW ALL FEASIBLE PROTOCOLS? CHECK CHECK CHECK - SSH AND TELNET ARE THE ONLY PROTOCOLS AVAILABLE, SO BECAUSE BOTH ARE THERE, IT TECHNICALLY MEANS ALL ARE ALLOWED Tell me what other feasible protocols, other than SSH and Telnet are available for VTY?
upvoted 1 times
slacker_at_work
1 year, 2 months ago
Well it goes beyond the scope of this exam but if you want to have a deep dive, have a look at RFC 1149, but for the sake of this exam A is the right answer as given by the others.
upvoted 1 times
...
...
pc_evans
1 year, 7 months ago
A is wrong because you need a username and password to connect via SSH so login local is requrired. B is wrong because of incorrect exec-timeout C has wrong exec-timeout value. D. uses the console line How do you create a ssh session without using login local or AAA?
upvoted 1 times
...
HarwinderSekhon
1 year, 10 months ago
Selected Answer: A
Vague question cisco. exec-timeout 30 0 exec-timeout 0 30 means time out after 0 minutes and 30 seconds. A is right answer kinda exec-timeout timing wise but it does not cover all porotocols such as - Router(config-line)#transport input ? all All protocols lapb-ta LAPB Terminal Adapter lat DEC LAT protocol mop DEC MOP Remote Console Protocol none No protocols pad X.3 PAD rlogin Unix rlogin protocol ssh TCP/IP SSH protocol telnet TCP/IP Telnet protocol udptn UDPTN async via UDP protocol v120 Async over ISDN
upvoted 2 times
...
ando2023
1 year, 10 months ago
Selected Answer: A
I intially thought B, but the times are out for the Exec-Timeout, so the only option really then is A. I don't like how they ask for "all feasible protocols". They are making a trick question, so you have to hope that they mean SSH and Telnet when they said "all feasible protocols"
upvoted 1 times
...
Papins
1 year, 11 months ago
Provided answer is correct B, question didn't mention to allow only ssh & telnet.
upvoted 1 times
mgiuseppe86
1 year, 7 months ago
This statement right here just proved to me you have ZERO real-world experience Tell me what other feasible protocols, other than SSH and Telnet are available for VTY?
upvoted 1 times
...
Papins
1 year, 11 months ago
exec-timeout MINUTES SECONDS - Apology although it not mention about ssh & telnet but the is 30minutes was the one of the question indicator.
upvoted 1 times
...
...
Vlad_Is_Love_ua
2 years, 2 months ago
Selected Answer: A
Router(config-line)#exec Router(config-line)#exec-timeout ? <0-35791> Timeout in minutes Router(config-line)#exec-timeout 30 ? <0-2147483> Timeout in seconds <cr> Router(config-line)#exec-timeout 30
upvoted 2 times
...
snarkymark
2 years, 2 months ago
A is correct. transport input telnet ssh , this is correct format. exec-timeout 30 0 , this is correct format, 30 mins
upvoted 1 times
...
HenokFU
2 years, 2 months ago
correct answer shall be A...first 0 means minutes ...requested is 30 minutes
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago