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

正文內(nèi)容

2950交換機簡明配置維護手冊(doc30)-經(jīng)營管理-免費閱讀

2025-09-16 16:23 上一頁面

下一頁面
  

【正文】 使用 STP 端口權(quán)值的負載均衡 當同一臺交 換機的二個口形成環(huán)路時, STP 端口權(quán)值用來決定那個口是 enable的,那個口是阻斷的。 將端口分配給一個 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)。本交換機支持 ISL 及 IEEE trunk 二種封裝。 Step 14 show vlan 當 trunk 已經(jīng)起來,在 switch2上驗證已經(jīng)學到相關(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)學到 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)用來分而不必考慮用戶的物理位置。 命令 目的 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 通常 是阻斷所有端口交換機之間只留一條鏈路 。 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 當刪除一個處于 VTP 服務(wù)器的交換機上刪除 VLAN 時,則此 VLAN 將在所有相同 VTP 的交換機上刪除。在 3550 上 VLAN 之間的數(shù)據(jù)包可以由 VLAN 端口進行轉(zhuǎn)發(fā)。 產(chǎn)品特性 2950 是只支持二層的交換機 支持 VLAN ? 到 250 個 VLAN ? 支持 VLAN ID 從 1 到 4094( IEEE 標準) ? 支持 ISL 及 IEEE 封裝 安全 ? 支持 IOS 標準的密碼保護 ? 支持標準及擴展的訪問列表來定義安全策略 ? 支持基于 VLAN 的訪 問列表 監(jiān)視 ? 交換機 LED 指示端口狀態(tài) ? SPAN 及遠端 SPAN (RSPAN) 可以監(jiān)視任何端口或 VLAN 的流量 ? 內(nèi)置支持四組的 RMON 監(jiān)控功能(歷史、統(tǒng)計、告警及事件) 配置端口 配置一組端口 命令 目的 Step 1 configure terminal 進入配置狀態(tài) Step 2 interface range {portrange} 進入組配置狀態(tài) Step 3 可以使用平時的端口配置命令進行配置 Step 4 end 退回 Step 5 show interfaces [interfaceid] 驗證配置 Step 6 copy runningconfig startupconfig 保存 當使用 interface range 命令時有如下的規(guī)則 : ? 有效的組范圍 : o vlan 從 1 到 4094 o fastether 槽位 /{first port} {last port}, 槽位為 0 o gigabitether 槽位 /{first port} {last port},槽位為 0 o portchannel portchannelnumber portchannelnumber, portchannel 號從 1到 64 ? 端口號之間需要加入空格,如: interface range fastether 0/1 – 5 是有效的,而interface range fastether 0/15 是無效的 . ? interface range 命令只能配置已經(jīng)存在的 interface vlan ? 所有在同一組的端口必須是相同類別的。任何交換口都可以屬于某一 VLAN, IP 包、廣播包及組播包均可以發(fā)送或廣播給在此VLAN 內(nèi)的最終用戶。 配置正常范圍的 VLAN VLAN 號 1, 1002 到 1005 是自動生成的不能被去掉。 舉例如下 : Switch configure terminal Enter configuration mands, one per line. End with CNTL/Z. Switch(config) interface fastether0/1 Switch(configif) switchport mode access Switch(configif) switchport access vlan 2 Switch(configif) end Switch 配置 VLAN Trunks 命令 目的 Step 1 configure terminal 進入配置狀態(tài) St
點擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1