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

正文內(nèi)容

思科3750交換機常用配置手冊-閱讀頁

2024-11-28 00:37本頁面
  

【正文】 LAN數(shù)據(jù)庫并退出 Step 5 show vlan {name vlanname | id vlanid} 驗證配置 Step 6 copy runningconfig startup config 保存配置(可選) 舉例如下: Switch vlan database Switch(vlan) vlan 20 name test20 Switch(vlan) exit APPLY pleted. Exiting.... Switch 刪除 VLAN 當刪除一個處于 VTP 服務器的交換機上刪除 VLAN 時,則此 VLAN 將在所有相同 VTP 的交換機上刪除。 注意 當刪除一個 VLAN 時,原來屬于此 VLAN 的端口將處于非激活的狀態(tài),直到將其分配給某一 VLAN。 將端口分配給一個 VLAN 命令 目的 Step 1 configure terminal 進入配置狀態(tài) Step 2 interface interfaceid 進入要分配的端口 Step 3 switchport mode access 定義二層口 Step 4 switchport access vlan vlanid 把端口分配給某一 VLAN Step 5 end 退出 Step 6 show runningconfig interface interfaceid 驗證端口的 VLAN 號 Step 7 show interfaces interfaceid switchport 驗證端口的管理模式和VLAN 情況 Step 8 copy runningconfig startupconfig 保存配置 使用 default interface interfaceid 還原到缺省配置狀態(tài)。 ? dynamic auto— 自動協(xié)商是否成為 trunk ? dynamic desirable— 把端口設置為 trunk 如果對方端口是trunk, desirable, 或自動模式 ? trunk— 設 置端口為 強制的trunk 方式,而不理會對方端口是否為 trunk Step 5 switchport access vlan vlanid (可選 ) 指定一個缺省 VLAN, 如果此端口不再是 trunk Step 6 switchport trunk native vlan vlanid 指定 native VLAN 號 Step 7 end 退出 Step 8 show interfaces interfaceid switchport 顯示有關 switchport 的配置 Step 9 show interfaces interfaceid trunk 顯示有關 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 Switch(configif) switchport trunk encapsulation dot1q Switch(configif) end 定義 trunk 允許的 VLAN 缺省情況下 trunk 允許所有的 VLAN 通過。 命令 目的 Step 1 configure terminal 進入配置狀態(tài) Step 2 interface interfaceid 進入配置成 的端口 Step 3 switchport trunk native vlan vlanid 配置 native VLAN 號 Step 4 end 退出 Step 5 show interfaces interfaceid switchport 驗證 native VLAN 配置 Step 6 copy runningconfig startupconfig 保存配置 使用 no switchport trunk native vlan 端口配置命令回到缺省的狀態(tài) 使用 STP 實現(xiàn)負載均衡 負載均衡可以使用流量分流到其它平行的 trunks 上去 . 交換機為了避免環(huán)路, STP 通常是阻斷所有端口交換機之間只留一條鏈路 。 可以通過配置 STP端口權值 STP路徑值來實現(xiàn)負載均衡 . 如果使用 STP端口權值來配置那么二條負載均衡的 trunk 必須聯(lián)同一交換機上。 使用 STP 端口權值的負載均衡 當同一臺交換機的二個口形成環(huán)路時, STP 端口權值用來決定那個口是 enable的,那個口是阻斷的。 即同一 VLAN 只在一個trunk 上發(fā)送接受。 Step 15 show vlan 當 trunk 已經(jīng)起來,在switch2 上驗證已經(jīng)學到相關的 vlan 配置 Step 16 configure terminal 在 Switch 1 上進入配置狀態(tài) Step 17 interface fastether0/1 進入要配置的端口 Step 18 spanningtree vlan 8 portpriority 10 將端口權值 10 賦與 VLAN 8. Step 19 spanningtree vlan 9 portpriority 10 將端口權值 10 賦與 VLAN 9. Step 20 spanningtree vlan 10 portpriority 10 將端口權值 10賦與 VLAN 10. Step 21 exit 退回 . Step 22 interface fastether0/2 進入 F0/2 Step 23 spanningtree vlan 3 portpriority 10 將端口權值 10 賦與 VLAN 3. Step 24 spanningtree vlan 4 portpriority 10 將端口權值 10 賦與 VLAN 4. Step 25 spanningtree vlan 5 portpriority 10 將端口權值 10 賦與 VLAN 5. Step 26 spanningtree vlan 6 portpriority 10 將端口權值 10賦與 VLAN 10. Step 27 end 退出 Step 28 show runningconfig 驗證配置 Step 29 copy runningconfig startupconfig 保存配置 配置 STP 路徑值的負載均衡 也可以通過配置配置 STP 路徑值來實現(xiàn)負載均衡,如下圖所示 Trunk1 走 VLAN8- 10, Trunk2 走 VLAN2- 4 命令 目的 Step 1 configure terminal 進入 Switch 1 配置狀態(tài) Step 2 interface fastether 0/1 進入 F0/1 Step 3 switchport trunk encapsulation {isl | dot1q | negotiate} 配置封裝 Step 4 switchport mode trunk 配置 Trunk,缺省是 ISL 封裝 Step 5 exit 退回 Step 6 在 F0/2 口上重復 2- 4 步驟 Step 7 end 退出 Step 8 show runningconfig 驗證配置 Step 9 show vlan 驗證 switch1 已經(jīng)學到 Vlan Step 10 configure terminal 進入配置狀態(tài) Step 11 interface fastether 0/1 進入 F0/1 Step 12 spanningtree vlan 2 cost 30 設置 Vlan2 生成樹路徑值為 30 Step 13 spanningtree vlan 3 cost 30 設置 Vlan3 生成樹路徑值為 30 Step 14 spanningtree vlan 4 cost 30 設置 Vlan4 生成樹路徑值為 30 Step 15 end 退出 Step 16 在 switch1 的 F0/2 上重復 9- 11 步驟設置 VLAN8,9, 10 生成樹路徑值為30 Step 17 exit 退出 Step 18 show runningconfig 驗證配置 Step 19 copy runningconfig startupconfig 保存配置
點擊復制文檔內(nèi)容
高考資料相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1