exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 302 discussion

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

Refer to the exhibit. A network engineer attempts to connect to the Router1 console port.
Which configuration is needed to allow Telnet connections?

  • A. Router1(config)# line vty 0 15 Router1(config-line)# transport output telnet
  • B. Router1(config)# telnet client
  • C. Router1(config)# line console 0 Router1(config-line)# transport output telnet
  • D. Router1(config)# access-list 100 permit tcp any any eq telnet Router1(config)# line console 0 Router1(config-line)# access-class 100 out
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
timtgh
Highly Voted 3 years ago
The question shouldn't say the engineer "attempts" to connect to the Router1 console port. Clearly they are already logged in to the console port and attempting to Telnet out.
upvoted 13 times
9d3b6c3
11 months, 2 weeks ago
Stupid Question!
upvoted 3 times
...
MPERERWE256
2 years ago
True 💯
upvoted 1 times
...
dansecu
1 year, 9 months ago
yes, and transport is only for vty. correct answer is A
upvoted 2 times
...
...
marjana_mirza
Highly Voted 2 years, 2 months ago
Correct answer : C ---- explanation: Router# Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line con 0 Router(config-line)#transport output none Router(config-line)#end *Apr 19 17:33:16.198: %SYS-5-CONFIG_I: Configured from console by console Router#disable Router>telnet 10.0.0.2 % telnet connections not permitted from this terminal Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line console 0 Router(config-line)#transport output telnet Router(config-line)#exit Router(config)#end Router# *Apr 19 17:34:06.111: %SYS-5-CONFIG_I: Configured from console by console Router#disable Router>telnet 10.0.0.2 Trying 10.0.0.2 ... % Connection refused by remote host Router>
upvoted 9 times
...
ChandrakantJoshi
Most Recent 1 month ago
Selected Answer: C
Question says Refer the exhibit. Where is the exhibit?
upvoted 2 times
...
Iarn
2 months, 2 weeks ago
Selected Answer: A
No, you cannot directly Telnet to a Cisco router's console port. The console port is a physical serial connection for initial configuration and troubleshooting, while Telnet is a network-based protocol used for remote access over an IP address.
upvoted 2 times
...
Iarn
2 months, 2 weeks ago
Selected Answer: A
The console line is just a serial line, it cannot be used for anything than serial. This is a stupid question. Even though the transport output is a option on console 0 its meaningless. The only possible answer is A
upvoted 1 times
...
CiscoTerminator
7 months, 3 weeks ago
aaarghhh "BAD ENGLISH " - stupid question!
upvoted 1 times
...
Rupal_rawal
11 months, 4 weeks ago
Selected Answer: B
'connect to the Router1 console port' . Telnet is by default allowed on consol.
upvoted 1 times
...
[Removed]
1 year ago
Selected Answer: C
Admin: Refer to the exhibit. Me: Ok where is the exhibit? Admin: Just imagine it bro.
upvoted 2 times
...
[Removed]
1 year, 1 month ago
i think it's C
upvoted 1 times
...
abujonik
1 year, 3 months ago
The answer is B If user connected via console just needed telnet <IP> or telnet <host name>
upvoted 1 times
...
mgiuseppe86
1 year, 9 months ago
It CANT BE A!!! A implies the user is connected to the router via a line (ssh or telnet already!) The question states the engineer is on the console. and needs to make outbound telnet connections from his console connection... C answers this delimma
upvoted 1 times
...
djedeen
1 year, 10 months ago
Selected Answer: C
C: Telneting out from console
upvoted 3 times
...
ajeetnagdev
1 year, 11 months ago
Answer is C. Router1(config)# line console 0 Router1(config-line)# transport output telnet Why - user console in Router1(config)# line console 0 then setup VTY by running following command Router1(config-line)# transport output telnet
upvoted 2 times
...
adrian0792
2 years ago
C is the correct answer
upvoted 1 times
...
XDR
2 years, 2 months ago
To answer this question we need the missing exhibit.
upvoted 5 times
...
rami_mma
2 years, 2 months ago
Selected Answer: A
"allow Telnet connections"
upvoted 2 times
...
echipbk
2 years, 5 months ago
Selected Answer: C
I think C is the correct answer
upvoted 2 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 ...