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

正文內(nèi)容

思科3750交換機(jī)配置維護(hù)手冊(cè)-資料下載頁

2024-08-17 09:02本頁面
  

【正文】 interfaces interfaceid trunk顯示有關(guān) trunk的配置Step 10 copy runningconfig startupconfig保存配置舉例:Switch configure terminal Enter configuration mands, one per line. End with CNTL/Z.Switch(config) interface fastether0/4 Switch(configif) switchport mode trunk 6506 交換機(jī)配置維護(hù)手冊(cè) 24Switch(configif) switchport trunk encapsulation dot1q Switch(configif) end 定義 trunk 允許的 VLAN缺省情況下 trunk允許所有的 VLAN通過。可以使用 switchport trunk allowed vlan remove vlanlist 來去掉某一 VLAN Command Purpose Step 1 configure terminal 進(jìn)入配置狀態(tài)Step 2 interface interfaceid 進(jìn)入端口配置Step 3 switchport mode trunk 配置二層口為 trunkStep 4 switchport trunk allowed vlan {add | all | except | remove} vlanlist (可選) 配置 trunk允許的 VLAN. 使用 add, all, except, remove關(guān)健字Step 5 end 退出Step 6 show interfaces interfaceid switchport 驗(yàn)證 VLAN配置情況.Step 7 copy runningconfig startupconfig 保存配置回到允許所有 VLAN通過時(shí), 可用 no switchport trunk allowed vlan 端口配置命令.舉例如下:6506 交換機(jī)配置維護(hù)手冊(cè) 25Switch(config) interface fastether0/1Switch(configif) switchport trunk allowed vlan remove 2Switch(configif) end配置 Native VLAN()封裝 trunk端口可以接受帶有標(biāo)簽和不帶標(biāo)簽的數(shù)據(jù)流,交換機(jī)向native vlan傳送不帶標(biāo)簽的數(shù)據(jù)流,缺省情況下 native VLAN是 1。命令 目的 Step 1 configure terminal 進(jìn)入配置狀態(tài)Step 2 interface interfaceid 進(jìn)入配置成 端口Step 3 switchport trunk native vlan vlanid配置 native VLAN號(hào)Step 4 end 退出Step 5 show interfaces interfaceid switchport驗(yàn)證 native VLAN配置Step 6 copy runningconfig startupconfig保存配置使用 no switchport trunk native vlan 端口配置命令回到缺省的狀態(tài)6506 交換機(jī)配置維護(hù)手冊(cè) 26 使用 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)同一臺(tái)交換機(jī)的二個(gè)口形成環(huán)路時(shí), STP 端口權(quán)值用來決定那個(gè)口是 enable的,那個(gè)口是阻斷的。 可以通過配置端口權(quán)值來決定二對(duì) 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 Step 1 configure terminal 進(jìn)入 Switch 1配置狀態(tài)Step 2 vtp domain domainname 配置 VTP域Step 3 vtp mode server 將 Switch 1配置成 VTP server.Step 4 end 退出6506 交換機(jī)配置維護(hù)手冊(cè) 27Step 5 show vtp status 驗(yàn)證 VTP的配置Step 6 show vlan 驗(yàn)證 VLANStep 7 configure terminal 進(jìn)入配置狀態(tài)Step 8 interface fastether 0/1 進(jìn)入 F0/1端口Step 9 switchport trunk encapsulation {isl | dot1q | negotiate}配置 trunk封裝Step 10 switchport mode trunk 配置成 trunkStep 11 end 退出Step 12 show interfaces fastether0/1 switchport驗(yàn)證 VLAN配置Step 13 在 switch1上的 F0/2上重復(fù)7到 11步驟Step 14 在 Switch 2的 F0/1,F0/2上重復(fù) 7到 11步驟。Step 15 show vlan 當(dāng) trunk已經(jīng)起來,在switch2上驗(yàn)證已經(jīng)學(xué)到相關(guān)的 vlan配置Step 16 configure terminal 在 Switch 1上進(jìn)入配置狀態(tài)Step 17 interface fastether0/1 進(jìn)入要配置的端口Step 18 spanningtree vlan 8 portpriority 10將端口權(quán)值 10賦與 VLAN 8.Step 19 spanningtree vlan 9 portpriority 10將端口權(quán)值 10賦與 VLAN 9.Step 20 spanningtree vlan 10 portpriority 10將端口權(quán)值 10賦與 VLAN 10.Step 21 exit 退回.6506 交換機(jī)配置維護(hù)手冊(cè) 28Step 22 interface fastether0/2 進(jìn)入 F0/2Step 23 spanningtree vlan 3 portpriority 10將端口權(quán)值 10賦與 VLAN 3.Step 24 spanningtree vlan 4 portpriority 10將端口權(quán)值 10賦與 VLAN 4.Step 25 spanningtree vlan 5 portpriority 10將端口權(quán)值 10賦與 VLAN 5.Step 26 spanningtree vlan 6 portpriority 10將端口權(quán)值 10賦與 VLAN 10.Step 27 end 退出Step 28 show runningconfig 驗(yàn)證配置Step 29 copy runningconfig startupconfig保存配置配置 STP 路徑值的負(fù)載均衡也可以通過配置配置 STP 路徑值來實(shí)現(xiàn)負(fù)載均衡,如下圖所示Trunk1 走 VLAN8-10,Trunk2 走 VLAN2-4命令 目的 6506 交換機(jī)配置維護(hù)手冊(cè) 29Step 1 configure terminal 進(jìn)入 Switch 1 配置狀態(tài)Step 2 interface fastether 0/1進(jìn)入 F0/1Step 3 switchport trunk encapsulation {isl | dot1q | negotiate}配置封裝Step 4 switchport mode trunk 配置 Trunk,缺省是 ISL封裝Step 5 exit 退回Step 6 在 F0/2口上重復(fù) 2-4 步驟Step 7 end 退出Step 8 show runningconfig 驗(yàn)證配置Step 9 show vlan 驗(yàn)證 switch1已經(jīng)學(xué)到 VlanStep 10 configure terminal 進(jìn)入配置狀態(tài)Step 11 interface fastether 0/1進(jìn)入 F0/1Step 12 spanningtree vlan 2 cost 30設(shè)置 Vlan2生成樹路徑值為 30Step 13 spanningtree vlan 3 cost 30設(shè)置 Vlan3生成樹路徑值為 30Step 14 spanningtree vlan 4 cost 30設(shè)置 Vlan4生成樹路徑值為 30Step 15 end 退出Step 16 在 switch1的 F0/2上重復(fù) 9-11 步驟設(shè)置 VLAN8,9,10 生成樹路徑值為 30Step 17 exit 退出6506 交換機(jī)配置維護(hù)手冊(cè) 30Step 18 show runningconfig 驗(yàn)證配置Step 19 copy runningconfig startupconfig保存配置
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1