freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

3550交換機(jī)簡要配置手冊-資料下載頁

2025-06-07 06:52本頁面
  

【正文】 tupconfig保存配置回到允許所有VLAN通過時(shí), 可用no switchport trunk allowed vlan 端口配置命令.舉例如下:Switch(config) interface fastethernet0/1Switch(configif) switchport trunk allowed vlan remove 2Switch(configif) end配置Native VLAN(),交換機(jī)向native vlan傳送不帶標(biāo)簽的數(shù)據(jù)流,缺省情況下native VLAN是1。命令 目的 Step1 configure terminal進(jìn)入配置狀態(tài)Step2 interface interfaceidStep3 switchport trunk native vlan vlanid配置native VLAN號Step4 end退出Step5 show interfaces interfaceid switchport驗(yàn)證native VLAN配置Step6 copy runningconfig startupconfig保存配置使用no switchport trunk native vlan 端口配置命令回到缺省的狀態(tài)使用STP實(shí)現(xiàn)負(fù)載均衡負(fù)載均衡可以使用流量分流到其它平行的trunks上去. 交換機(jī)為了避免環(huán)路, STP通常是阻斷所有端口交換機(jī)之間只留一條鏈路 。使用負(fù)載均衡后, 可以把不同VLAN的流量分配到不同的trunk上。 可以通過配置STP端口權(quán)值STP路徑值來實(shí)現(xiàn)負(fù)載均衡. 如果使用STP端口權(quán)值來配置那么二條負(fù)載均衡的trunk必須聯(lián)同一交換機(jī)上。使用路徑值則即可以聯(lián)相同的交換機(jī)與可以聯(lián)不同的交換機(jī)。使用STP端口權(quán)值的負(fù)載均衡當(dāng)同一臺交換機(jī)的二個(gè)口形成環(huán)路時(shí), STP端口權(quán)值用來決定那個(gè)口是enable的,那個(gè)口是阻斷的。 可以通過配置端口權(quán)值來決定二對trunk各走那些VLAN, 有較高權(quán)值的端口(數(shù)字較小的)vlan, 將處于轉(zhuǎn)發(fā)狀態(tài),同一個(gè)VLAN在另一個(gè)trunk有較低的權(quán)值(數(shù)字較大)則將處在阻斷狀態(tài)。 即同一VLAN只在一個(gè)trunk上發(fā)送接受。基于端口權(quán)值的負(fù)載均衡示意圖 trunk1將發(fā)送和接收VLAN8-10的數(shù)據(jù),trunk2將發(fā)送和接收VLAN3-6的數(shù)據(jù)配置如下:Command Purpose Step1 configure terminal進(jìn)入Switch1配置狀態(tài)Step2 vtp domain domainname配置VTP域Step3 vtp mode server將Switch 1配置成VTP server.Step4 end退出Step5 show vtp status驗(yàn)證VTP的配置Step6 show vlan驗(yàn)證VLANStep7 configure terminal進(jìn)入配置狀態(tài)Step8 interface fastethernet 0/1進(jìn)入F0/1端口Step9 switchport trunk encapsulation {isl | dot1q | negotiate}配置trunk封裝Step10 switchport mode trunk配置成trunkStep11 end退出Step12 show interfaces fastethernet0/1 switchport驗(yàn)證VLAN配置Step13 在switch1上的F0/2上重復(fù)7到11步驟Step14 在Switch 2的F0/1,F0/2上重復(fù)7到11步驟。Step15 show vlan當(dāng)trunk已經(jīng)起來,在switch2上驗(yàn)證已經(jīng)學(xué)到相關(guān)的vlan配置Step16 configure terminal在Switch 1上進(jìn)入配置狀態(tài)Step17 interface fastethernet0/1進(jìn)入要配置的端口Step18 spanningtree vlan 8 portpriority 10將端口權(quán)值10賦與VLAN 8.Step19 spanningtree vlan 9 portpriority 10將端口權(quán)值10賦與VLAN 9.Step20 spanningtree vlan 10 portpriority 10將端口權(quán)值10賦與VLAN 10.Step21 exit退回.Step22 interface fastethernet0/2進(jìn)入F0/2Step23 spanningtree vlan 3 portpriority 10將端口權(quán)值10賦與VLAN 3.Step24 spanningtree vlan 4 portpriority 10將端口權(quán)值10賦與VLAN 4.Step25 spanningtree vlan 5 portpriority 10將端口權(quán)值10賦與VLAN 5.Step26 spanningtree vlan 6 portpriority 10將端口權(quán)值10賦與VLAN 10.Step27 end退出Step28 show runningconfig驗(yàn)證配置Step29 copy runningconfig startupconfig保存配置配置STP路徑值的負(fù)載均衡也可以通過配置配置STP路徑值來實(shí)現(xiàn)負(fù)載均衡,如下圖所示Trunk1走VLAN8-10,Trunk2走VLAN2-4命令 目的 Step1 configure terminal進(jìn)入 Switch1配置狀態(tài)Step2 interface fastethernet 0/1進(jìn)入F0/1Step3 switchport trunk encapsulation {isl | dot1q | negotiate}配置封裝Step4 switchport mode trunk配置Trunk,缺省是ISL封裝Step5 exit退回Step6 在F0/2口上重復(fù)2-4步驟Step7 end退出Step8 show runningconfig驗(yàn)證配置Step9 show vlan驗(yàn)證switch1已經(jīng)學(xué)到VlanStep10 configure terminal進(jìn)入配置狀態(tài)Step11 interface fastethernet 0/1進(jìn)入F0/1Step12 spanningtree vlan 2 cost 30設(shè)置Vlan2生成樹路徑值為30Step13 spanningtree vlan 3 cost 30設(shè)置Vlan3生成樹路徑值為30Step14 spanningtree vlan 4 cost 30設(shè)置Vlan4生成樹路徑值為30Step15 end退出Step16 在switch1的F0/2上重復(fù)9-11步驟設(shè)置VLAN8,9,10生成樹路徑值為30Step17 exit退出Step18 show runningconfig驗(yàn)證配置Step19 copy runningconfig startupconfig保存配置
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1