Which configuration is needed on R1 to resolve this issue?

Posted by: Pdfprep Category: 300-410 Tags: , ,

Refer to the exhibit.

R1#show run | begin line

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

transport preferred telnet

transport output none

stopbits 0 4

!

line vty 0 4

login

transport preferred telnet

transport input none

transport output telnet

R1#

R1#ssh -l cisco 192.168.12.2

%ssh connections not permitted from this terminal

R1#

An engineer receives this error message when trying to access another router m-band from the serial interface connected to the console of R1.

Which configuration is needed on R1 to resolve this issue?

Option A

R1(config)#line console 0

R1(config-line)#transport preferred

ssh

Option B

R1(config)#line vty 0

R1(config-line)#transport output ssh

Option C

R1(config)#line vty 0

R1(config-line)#transport output ssh

R1(config-line)#transport preferred ssh

Option D

R1(config)#line console 0

R1(config-line)#transport output ssh
A . Option A
B . Option B
C . Option C
D . Option D

Answer: D

Explanation:

https://community.cisco.com/t5/other-network-architecture/out-of-band-router-access/td-

p/333295

Leave a Reply

Your email address will not be published.