① 銳捷交換機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 密碼