在Quidway AR 2220路由器中。
user-interface vty 0 4和user-interface vty 16 20的含义是什么?
[R4-ui-console0]display this
[V200R003C00]
#
user-interface con 0
authentication-mode password
set authentication password cipher %$%$tY:3;1jinGR3)cL'0HKL,.!:&Q:eJ]R-P!'maq*K
jNNB.!=,%$%$
idle-timeout 20 0
user-interface vty 0 4
user-interface vty 16 20
#
return发布于 2018-10-23 13:59:39
当我搜索"Quidway用户界面vty“时,第一个结果给了我本站:
虚拟类型终端( VTY )管理和监视使用VTY用户界面登录到设备的用户。当用户的终端使用Telnet或Secure (SSH)连接到设备时,将设置VTY。S2700交换机(除了S2710SI、S2700-52P-EI和S2700-52P-PWR-EI)最多支持8个并发用户,其他模型最多支持15个并发用户。
“并发用户”连接到不同的虚拟线路。数字(0 4和16 20)表示虚行。第0-4行表示五个虚拟行。第16-20行也是如此。
https://serverfault.com/questions/936786
复制相似问题