enable//進(jìn)入特權(quán)模式switch#configure terminal //進(jìn)入配置模式switch(config)#enable passw..."/>
溫馨提示×

溫馨提示×

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

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

cisco交換機(jī)如何實(shí)現(xiàn)遠(yuǎn)程控制

發(fā)布時(shí)間:2020-07-22 20:15:49 來源:網(wǎng)絡(luò) 閱讀:1614 作者:張曉保 欄目:系統(tǒng)運(yùn)維


具體參考以下命令:


1本地操作

 (1)對特權(quán)模式設(shè)定密碼

switch>enable//進(jìn)入特權(quán)模式

switch#configure terminal //進(jìn)入配置模式

switch(config)#enable password 123456 //設(shè)置特權(quán)模式密碼

(2)啟用vlan1并 配置IP 地址

switch(config)#interface vlan 1 //進(jìn)入vlan1

switch(config-if)#no shutdown //開啟vlan1

switch(config-if)#ip address 192.168.1.100 255.225.255.0 //給valn1 配置IP地址

(3)對vty(虛擬線路)設(shè)置密碼

switch(config)#line vty 0 4 //進(jìn)入vty0--4接口

switch(config-line)#password 456789 //設(shè)置密碼


2遠(yuǎn)程控制

pc>telnet 192.168.1.100

password 456789 (輸入vty的密碼)

switch>en

password 123456 (輸入特權(quán)模式密碼)

switch#-------完成遠(yuǎn)程控制,可以在PC 終端對交換機(jī)進(jìn)行遠(yuǎn)程控制



向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