具體參考以下命令:
創(chuàng)新互聯(lián)公司服務(wù)緊隨時代發(fā)展步伐,進(jìn)行技術(shù)革新和技術(shù)進(jìn)步,經(jīng)過十年的發(fā)展和積累,已經(jīng)匯集了一批資深網(wǎng)站策劃師、設(shè)計師、專業(yè)的網(wǎng)站實施團(tuán)隊以及高素質(zhì)售后服務(wù)人員,并且完全形成了一套成熟的業(yè)務(wù)流程,能夠完全依照客戶要求對網(wǎng)站進(jìn)行成都做網(wǎng)站、網(wǎng)站建設(shè)、建設(shè)、維護(hù)、更新和改版,實現(xiàn)客戶網(wǎng)站對外宣傳展示的首要目的,并為客戶企業(yè)品牌互聯(lián)網(wǎng)化提供全面的解決方案。
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)程控制