溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

華為telnet的兩種連接方式

發(fā)布時(shí)間:2020-07-20 04:44:59 來源:網(wǎng)絡(luò) 閱讀:858 作者:towardly 欄目:建站服務(wù)器

華為telnet的兩種連接方式

要求R2能遠(yuǎn)程登陸上R1(使用password)方式

第一種方式:

[R1]

[R1]int e0/0/0

[R1-Ethernet0/0/0]ip address 12.1.1.1 24

[R1]user-interface vty 0 4

[R1-ui-vty0-4]authentication-mode password

[R1-ui-vty0-4]set authentication password cipher 123456


[R2]int e0/0/0

[R2-Ethernet0/0/0]ip address 12.1.1.2 24

[R2-Ethernet0/0/0]q

[R2]q

<R2>telnet 12.1.1.1

第二種方式:使用aaa認(rèn)證

[R1]interface e0/0/0

[R1-Ethernet0/0/0]ip address 12.1.1.1 24

[R1-Ethernet0/0/0]q

[R1]user-interface vty 0 4

[R1-ui-vty0-4]authentication-mode aaa

[R1-ui-vty0-4]q

[R1]aaa

[R1-aaa]local-user huawei password cipher 123456

[R1-aaa]local-user huawei privilege level 3

[R1-aaa]local-user huawei service-type  telnet


[R2]int e0/0/0

[R2-Ethernet0/0/0]ip address 12.1.1.2 24

[R2-Ethernet0/0/0]q

[R2]

[R2]q

<R2>telnet 12.1.1.1



向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI