Nexus 9000 交换机 SSH 和 Telnet 配置教程
要配置 Nexus 9000 系列交换机的 SSH 和 Telnet,需要按照以下步骤进行操作:
- 首先,进入交换机的配置模式:
switch# configure terminal
- 配置 SSH:
switch(config)# feature ssh
switch(config)# ip ssh version 2
switch(config)# username 'username' password 'password'
其中,'username' 和 'password' 分别是 SSH 登录时使用的用户名和密码。
- 配置 Telnet:
switch(config)# line vty 0 15
switch(config-line)# transport input telnet
switch(config-line)# password 'password'
其中,'password' 是 Telnet 登录时使用的密码。
- 保存配置:
switch(config)# exit
switch# copy running-config startup-config
- 测试 SSH 和 Telnet 是否正常工作。
以上是基本的配置步骤,具体配置还需要根据实际情况进行调整。
原文地址: http://www.cveoy.top/t/topic/jCin 著作权归作者所有。请勿转载和采集!