In order to allow the establishment of a Telnet session with a router, which set of commands must be configured?

admin2019-04-08  20

问题 In order to allow the establishment of a Telnet session with a router, which set of commands must be configured?

选项 A、router(config)# line console 0
router(config-line)# enable password cisco
B、router(config)# line console 0
router(config-line)# enable secret cisco
router(config-line)# login
C、router(config)# line console 0
router(config-line)# password cisco
router(config-line)# login
D、router(config)# line vty 0
router(config-line)# enable password cisco
E、router(config)# line vty 0
router(config-line)# password cisco
router(config-line)# login

答案E

解析 telnet是一个应用层的应用,他使用的是vty线路,而且在默认的情况下,是需要访问的线路下设有密码的。而在VTY线路下设置密码的命令为 passwork string ,而VTY线路下的另一个命令login则是默认的,可写也可不写。如果想Telnet时在VTY线路下不设置密码也可以访问这个线路,可以在该VTY线路下输入命令 no login。
转载请注明原文地址:https://kaotiyun.com/show/jphZ777K
0

最新回复(0)