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?
A . R1(config)#line console 0
R1(config-line)#transport preferred ssh
B . R1(config)#line vty 0
R1(config-line)#transport output ssh
C . R1(config)#line vty 0
R1(config-line)#transport output ssh
R1(config-line)#transport preferred ssh
D . R1(config)#line console 0
R1(config-line)#transport output ssh
Answer: D
Explanation:
https://community.cisco.com/t5/other-network-architecture/out-of-band-router-access/td-p/333295
Leave a Reply