您好,登錄后才能下訂單哦!
配置H3C S5024Pv2-EI交換機的SSH登錄。
這個交換機是弱三層。
我配置內網管理,SSH登錄。
用console線登錄。你會嗎?
筆記本一個。console線一個。交換機一個。
筆記本啥也不用配置。console一端是USB,一端是RJ45.分別連接筆記本和交換機。
我用XSHELL連接。口是com3口。(你要知道是你是com幾口,電腦--管理--設備管理器,去看識別到了COM幾口)
配置步驟
(1)配置SSH服務器
# 生成RSA密鑰對。
<H3C>sys
System View: return to User View with Ctrl+Z.
[H3C]public-key local create rsa
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
It will take a few minutes.
Press CTRL+C to abort.
Input the bits of the modulus[default = 1024]:
Generating Keys...
++++++++++++++++++++++++++++++++++++++
+++++++++++
+++++++++++++
+++
# 生成DSA密鑰對。
[H3C]
[H3C]public-key local create dsa
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
It will take a few minutes.
Press CTRL+C to abort.
Input the bits of the modulus[default = 1024]:
Generating Keys...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++*+++++++++++++
# 啟動SSH服務器。
[H3C]ssh server enable
Info: Enable SSH server.
# 配置VLAN虛接口Vlan-interface 1的IP地址為192.168.1.1,此地址作為SSH服務器的登錄地址。
[H3C]interface Vlan-interface 1
[H3C-Vlan-interface1] ip address 192.168.1.1 255.255.255.0
[H3C-Vlan-interface1]quit
# 設置SSH客戶端登錄用戶界面的認證方式為AAA認證。
[H3C]user-interface vty 0 4
[H3C-ui-vty0-4]authentication-mode scheme
# 設置Switch上遠程用戶登錄協議為SSH。
[H3C-ui-vty0-4]protocol inbound ssh
[H3C-ui-vty0-4]quit
# 創建本地用戶client-1,密碼為abcdefg,并設置用戶訪問的命令級別為3。
[H3C]local-user client-1
New local user added.
[H3C-luser-client-1]password simple abcdefg
[H3C-luser-client-1]service-type ssh
[H3C-luser-client-1]authorization-attribute level 3
[H3C-luser-client-1]quit
# 配置SSH用戶client-1的服務類型為Stelnet,認證方式為password認證(此步驟非必配)。
[H3C]ssh user client-1 service-type stelnet authentication-type password
(2)SSH客戶端建立與SSH服務器的連接
SSH客戶端軟件有很多,此處以SecureCRT和PuTTY為例:
和服務器的連接,一樣了啊。(save保存)
----------------------------------------
補充小知識:
修改管理IP地址:
Interface vlan-interface 1
undo ip address
Ip address 192.168.100.1 24
save
Trunk 口,允許多個VLAN通過。所以和核心交換機、或者匯聚層交換機連接,很好。配TRUNK口。
access口,只允許一個VLAN通過。
這些基礎知識,在HCNA或CCNA都是基礎。
電口,和服務器,直接連接的那個RJ45口,通常稱為電口。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。