① 锐捷交换机SSH配置远程登录如何配置
一、组网需求
通过ssh功能远程登录管理设备
二、配置步骤:
1)全局开启SSH服务,并制定SSH的版本
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#enable service ssh-server ------>开启SSH服务,默认关闭
Ruijie(config)#ip ssh version 2 ------>默认1.99版本,设置为版本2
2)添加登陆的用户名和密码
Ruijie(config)#username ruijie password ruijie
3)生成加密密钥:
Ruijie(config)#crypto key generate rsa ------>加密方式有两种:DSA和RSA,已RSA为例
Choose the size of the key molus in the range of 360 to 2048 for your
Signature Keys. Choosing a key molus greater than 512 may take
a few minutes.
How many bits in the molus [512]: ------>指定加密的位数即加密强度,默认是512位
% Generating 512 bit RSA1 keys ...[ok]
% Generating 512 bit RSA keys ...[ok]
4)在VTY线程下调用
Ruijie(config)#lin vty 0 4
Ruijie(config-line)#password ruijie ------>设置登陆密码为ruijie
Ruijie(config-line)# login
应修改为如下:
Ruijie(config-line)# login local
Ruijie(config-line)#transport input ssh ------>设置传输模式是SSH,设置远程登入只允许使用SSH登入,不能使用telnet登入
5)保存配置
Ruijie(config-line)#end ------>退出到特权模式
Ruijie#write ------>确认配置正确,保存配置
② 锐捷交换机的telnet用户名怎么设置
username name password password
line vty 0 4
login local
③ 锐捷S5750交换机怎么配置只允许一个IP通过telnet访问交换机
配置ACL关联到vty下即可。命令如下
配置ACL
access-list 1 permit host x.x.x.x
关联到vty
line vty 0 4
access-class 1 in
正常情况下还是要配置enable密码才允许登录的,或者把权限提到15级即可直接进入到enable模式
④ 谁会配置锐捷远程登录详细命令
1.打开UBUNTU操作系统,然后打开命令行窗口。
⑤ 如何配置锐捷交换机enable密码
配置方法如下:
一、只使用密码(不用用户名)远程登录交换机。
二、使用“用户名和密码”远程登录交换机。
三、另外,针对RGOS版本为:9.10之前的版本,设置"VTY密码和enable密码"如下:
SW(config)#enable secret lever 15 0 xxx (enable密码)。
SW(config)#enable secret lever 1 0 xxx (telnet密码)。
⑥ 锐捷路由器telnet配置怎么弄
锐捷路由器telnet配置怎么弄
http://jingyan..com/article/90808022da07bbfd91c80f87.html
⑦ 锐捷网络的Telnet和AAA的如何配置
telnet配置
(config)#line vty 0 4
(config-line)#login
(config-line)#password *****
aaa配置
(config)#aaa new-model
(config)#aaa authenication login aaa1 group local
(config)#username ruijie password 123456()
(config)#line vty 0 4
(config-line)#login authenication aaa1
⑧ 锐捷 交换机 telnet 口令
交换机设置telnet口令的方法
Switch(config)#enable secret level 1 0 test
!其中test为telnet远程登录密码
路由器设置telnet口令的方法
Red-Giant(config)#line vty 0 4
Red-Giant(config-line)#login
Red-Giant(config-line)#password 0 text
!其中text为新的telnet密码
⑨ 锐捷的三层交换机TELNET权限怎么设置
enable secret cisco
line vty 0 15
login
password cisco
int vlan 1
ip address 192.168.1.1 255.255.255.0
no shut
⑩ 锐捷三层交换机telnet密码用明文问题
cisco是这样的,不知道锐捷是不是这样明文telnet: usenanme 帐号 password 密码密文enable : enable secret 密码