enable//進(jìn)入特權(quán)模式switch#configure terminal //進(jìn)入配置模式switch(config)#enable passw..."/>
您好,登錄后才能下訂單哦!
具體參考以下命令:
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)程控制
免責(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)容。