Switch>enable &..."/>
您好,登錄后才能下訂單哦!
1,Telnet的配置
Switch>
Switch>enable //進(jìn)入特權(quán)模式
Switch#config //進(jìn)入全局配置模式
Switch(config)#interface vlan 1 //進(jìn)入接口配置模式,VLAN1代表整個(gè)交換機(jī)的端口,三層交換機(jī)可以指定多個(gè)VLAN IP,并且都可以用Telnet
Switch(config-if-vlan 1)#ip address 10.1.1.1 255.255.255.0 //配置VLAN1的IP地址
Switch(config-if-vlan 1)#no shutdown //激活VLAN1
Switch(config-fi-vlan 1)#exit
Switch(config)#telnet-server enable //開(kāi)啟Telnet服務(wù)
Switch(config)#username admin privilege 15 password 0 admin //創(chuàng)建用戶名和密碼,15代表權(quán)值,0代表密碼為明文
Switch(config)#authentication line vty login local //認(rèn)證方式為本地用戶認(rèn)證
2 端口配置
(1) 配置端口速率和雙工模式
Switch#config
Switch(config)#interfaceEthernet 1/0/1
Switch(config-if-ethernet1/0/1)#speed-duplex auto //端口速率為自動(dòng)協(xié)商(默認(rèn)選項(xiàng))
force10-full //10兆全雙工
force10-half //10兆半雙工
force100-full //100兆全雙工
force100-fx //100兆光雙工
force100-half //100兆半雙工
force10g-full //10G全雙工
force1g-full //1000兆雙工
force1g-half //1000半雙工
switch(config-if-ethernet1/0/1)#exit
(2) 設(shè)置端口收,發(fā)數(shù)據(jù)占用的寬帶
switch(config)#interface ethernet1/0/2
switch(config-if-ethernet1/0/2)#bandwidthcontrol 10000 both //收發(fā)數(shù)據(jù)帶寬10M
1000 receive //接收數(shù)據(jù)帶寬1M
1000 transmit //發(fā)送數(shù)據(jù)帶寬1M
KB為單位
(3) 端口鏡像
Switch(config)#monitor session1 sourec interface ethent 1/0/1-10 both //將鏡像組1的1-10端口收,發(fā)的數(shù)據(jù)進(jìn)行鏡像
Switch(config)monitor session1 destination internet 1/0/24 //將鏡像組1 的收,發(fā)的數(shù)據(jù)鏡像到24號(hào)端口
(4) 端口環(huán)路檢測(cè)
Switch(config)#loopback-detectioninterval-time 30 15 //配置單端口環(huán)路檢測(cè)報(bào)文的發(fā)送間隔,有環(huán)路30秒發(fā)1次,沒(méi)環(huán)路時(shí)15發(fā)一次
Switch(config)#interface Ethernet 1/0/1-24
Switch(config-if-port-range)#loopback-detection special-vlan 1 //整個(gè)交換機(jī)的端口都開(kāi)啟端口環(huán)路檢測(cè)
Switch(config-if-port-range)#loopback-detectioncontrol shutdown //如發(fā)現(xiàn)端口有環(huán)路就關(guān)閉該端口
Switch(config-if-port-range)#exit
Switch(config)#loopback-detectioncontrol-recovery time 360 //配置端口環(huán)路檢測(cè)的默認(rèn)時(shí)間
(5) 端口聚合
Switch(config)#port-group 1 //創(chuàng)建端口組1,端口組號(hào)不能與其他交換機(jī)組號(hào)相同
Switch(config)#interface Ethernet 1/0/1-2
Switch(config-if –port-range)#port-group1 mode no //將1-2端口加入到1端口組,模式為手動(dòng)。
mode passive //主動(dòng)模式
mode active //被動(dòng)模式
注:如果第一臺(tái)交換機(jī)端口配置了手動(dòng)模式,那么另一臺(tái)交換機(jī)的端口也要是手動(dòng)模式。如果一臺(tái)交換機(jī)為主動(dòng),那另一臺(tái)就是被動(dòng)。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。