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

正文內(nèi)容

2950交換機簡明配置維護手冊(doc30)-經(jīng)營管理-在線瀏覽

2024-10-19 16:23本頁面
  

【正文】 e to up 配置 VLAN 理解 VLAN 一個 VLAN 就是一個交換網(wǎng), 其邏輯上按功能、項目、應(yīng)用來分而不必考慮用戶的物理位置。每一個 VLAN 均可看成是一個邏輯網(wǎng)絡(luò),發(fā)往另一 VLAN 的數(shù)據(jù)包必須由路由器或網(wǎng)橋轉(zhuǎn)發(fā)(如下圖)。在 3550 上 VLAN 之間的數(shù)據(jù)包可以由 VLAN 端口進行轉(zhuǎn)發(fā)。 VLAN 號大于 1005 屬于擴展 VLAN,不存在 VLAN 數(shù)據(jù)庫中。本交換機支持 ISL 及 IEEE trunk 二種封裝。 VLAN號 1到 1005的配置被寫到文件 中 , 可以用 show vlan 命令查看, 文件存放在 NVRAM 中 . 注意 不要手工刪除 文件,可能造成 VLAN 的不完整。 Step 3 name vlanname (可選 )輸入一個 VLAN 名,如果沒有配置 VLAN 名,缺省的名字是 VLAN 號前面用 0填滿的 4位數(shù),如 VLAN0004是 VLAN4的缺省名字 Step 4 mtu mtusize (可選 ) 改變 MTU 大小 Step 5 end 退出 Step 6 show vlan {name vlanname | id vlanid} 驗證 Step 7 copy runningconfig startup config (可選 ) 保存配置 用 no vlan name 或 no vlan mtu 退回到缺省的 vlan 配置狀態(tài) 舉例如下 : Switch configure terminal Switch(config) vlan 20 Switch(configvlan) name test20 Switch(configvlan) end 也可以在 enable 狀態(tài)下,進行 VLAN 配置 : 命令 目的 Step 1 vlan database 進入 VLAN 配置狀態(tài) Step 2 vlan vlanid name vlanname 加入 VLAN 號及 VLAN名 Step 3 vlan vlanid mtu mtusize (可選 ) 修改 MTU大小 Step 4 exit 更新 VLAN數(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 當(dāng)刪除一個處于 VTP 服務(wù)器的交換機上刪除 VLAN 時,則此 VLAN 將在所有相同 VTP 的交換機上刪除。 注意 當(dāng)刪除一個 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— 把端口設(shè)置為 trunk 如果對方端口是 trunk, desirable, 或自動模式 ? trunk— 設(shè)置端口為強制的 trunk方式,而不理會對方端口是否為trunk Step 4 switchport access vlan vlanid (可選 ) 指定一個缺省 VLAN, 如果此端口不再是 trunk Step 5 switchport trunk native vlan vlanid 指定 native VLAN 號 Step 6 end 退出 Step 7 show interfaces interfaceid switchport 顯示有關(guān) switchport 的配置 Step 8 show interfaces interfaceid trunk 顯示有關(guān) trunk 的配置 Step 9 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) 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端口權(quán)值 STP路徑值來實現(xiàn)負載均衡 . 如果使用 STP端口權(quán)值來配置那么二條負載均衡的 trunk 必須聯(lián)同一交換機上。 使用 STP 端口權(quán)值的負載均衡 當(dāng)同一臺交換機的二個口形成環(huán)路時, STP 端口權(quán)值用來決定那個口是 enable的,那個口是阻斷的。 即同一 VLAN 只在一個trunk 上發(fā)送接受。 Step 14 show vlan 當(dāng) trunk 已經(jīng)起來,在 switch2上驗證已經(jīng)學(xué)到相關(guān)的 vlan 配置 Step 15 configure terminal 在 Switch 1 上進入配置狀態(tài) Step 16 interface fastether0/1 進入要配置的端口 Step 17 spanningtree vlan 8 portpriority 10 將端口權(quán)值 10 賦與 VLAN 8. Step 18 spanningtree vlan 9 portpriority 10 將端口權(quán)值 10 賦 與 VLAN 9. Step 19 spanningtree vlan 10 portpriority 10 將端口權(quán)值 10 賦與 VLAN 10. Step 20 exit 退回 . Step 21 interface fastether0/2 進入 F0/2 Step 22 spanningtree vlan 3 portpriority 10 將端口權(quán)值 10 賦與 VLAN 3. Step 23 spanningtree vlan 4 portpriority 10 將端口權(quán)值 10 賦與 VLAN 4. Step 24 spanningtree vlan 5 portpriority 10 將端口權(quán)值 10 賦與 VLAN 5. Step 25 spanningtree vlan 6 portpriority 10 將端口權(quán)值 10 賦與 VLAN 10. Step 26 end 退出 Step 27 show runningconfig 驗證配置 Step 28 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 mode trunk 配置 Trunk,只能是 dot1q 模式 Step 4 exit 退回 Step 5 在 F0/2 口上重復(fù) 2- 4 步驟 Step 6 end 退出 Step 7 show runningconfig 驗證配置 Step 8 show vlan 驗證 switch1 已經(jīng)學(xué)到 Vlan Step 9 configure terminal 進入配置狀態(tài) Step 10 interface fastether 0/1 進入 F0/1 Step 11 spanningtree vlan 2 cost 30 設(shè)置 Vlan2 生成樹路徑值為 30 Step 12 spanningtree vlan 3 cost 30 設(shè)置 Vlan3 生成樹路徑值為 30 Step 13 spanningtree vlan 4 cost 30 設(shè)置 Vlan4 生成樹路徑值為 30 Step 14 end 退出 Step 15 在 switch1 的 F0/2 上重復(fù) 9- 11 步驟設(shè)置 VLAN8,9, 10 生成樹路徑值為30 Step 16 exit 退出 Step 17 show runningconfig 驗證配置 Step 18 copy runningconfig startupconfig 保存配置 配置 Cluster ZL10th Floor1 中的 MAC 地址為: ZL10th Floor2 中的 MAC 地址為: ZL10th Floor3 中的 MAC 地址為: ZL10th Floor4 中的 MAC 地址為: ZL10th Floor1 ZL10th Floor2 ZL10th Floor3 G0/1, G0/1, Standby ip: 配置 VLAN 理解 VLAN 一個 VLAN 就是一個交換網(wǎng),其邏輯上按功能、項目、應(yīng)用來分而不必考慮用戶的物理位置。每一個 VLAN 均可看成是一個邏輯網(wǎng)絡(luò),發(fā)往另一 VLAN 的數(shù)據(jù)包必須由路由器或網(wǎng)橋轉(zhuǎn)發(fā)(如下圖)。在 3550 上 VLAN 之間的數(shù)據(jù)包可以由 VLAN 端口進行轉(zhuǎn)發(fā)。 VLAN 號大于 1005 屬于擴展 VLAN,不存在 VLAN 數(shù)據(jù)庫中。本交換機支持 ISL 及 IEEE trunk 二種封裝。 VLAN 號 1到 1005 的配置被寫到文件 中 , 可以用 show vlan 命令查看, 文件存放在 NVRAM 中 . ________________________________________ 注意 不要手工刪除 文件,可能造成 VLAN 的不完整。 Step 3 name vla
點擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1