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

正文內(nèi)容

cisco6509配置手冊-閱讀頁

2024-08-29 08:21本頁面
  

【正文】 d and active in management domain 1/2 1,10,105,152,521524Port Vlans in spanning tree forwarding state and not pruned 1/2 1,10,105,152,521524Console (enable) 在MSFC上配置IP InterVLAN路由 從Console口進(jìn)入MSFC我們可以通過switch console直接從supervisor engine的控制口進(jìn)入MSFC 模塊的CLI,離開MSFC時(shí)鍵入^C^C^C 。注:離開CLI使用 exit 命令。配置步驟如下(假設(shè)已經(jīng)在交換幾上進(jìn)行了前面的配置): 任務(wù) 命令 Step2 在MSFC上配置VLAN端口.Router(config)interface vlan idStep4 退出配置模式.Router(configif) CtrlZ例如:Router configure terminalEnter configuration mands, one per line. End with CNTL/Z.Router(config) ip routingRouter(config) interface vlan 100Router(configif) ip address Router(configif) ^ZRouter 配置HSRP協(xié)議我們可以通過在MSFC VLAN端口上上配置一個(gè)或多個(gè)HSRP 組來提供自動(dòng)路由備份。我們將節(jié)點(diǎn)的網(wǎng)關(guān)配置為HSRP地址,這樣當(dāng)這個(gè)組中的任何一端口DOWN掉時(shí),都不會(huì)影響這些節(jié)點(diǎn)的正常使用。配置步驟:描述命令StepRouter(configif) standby [groupnumber] ip [ipaddress]StepRouter(configif) standby [groupnumber] priority priorityStepRouter(configif) standby [groupnumber] preempt [delay delay]Step5 (可選) 指定HSRP端口驗(yàn)證密碼,同一組中的端口密碼必須相同。Console (enable) switch console 15Trying Router15...Connected to Router15.Type ^C^C^C to switch back...Router configure terminalEnter configuration mands, one per line. End with CNTL/Z.Router(config) interface vlan10Router(configif) standby 10 ip Router(configif) standby 10 priority 110 Router(configif) standby 10 preemptRouter(configif) standby 10 timers 5 15Router(configif) standby 10 authentication SecretRouter(configif) interface vlan21Router(configif) standby 21 ip Router(configif) standby 21 priority 109 Router(configif) standby 21 preemptRouter(configif) standby 21 timers 5 15Router(configif) standby 21 authentication SecretRouter(configif) ^ZRouter ^C^C^C Console (enable) switch console 16Trying Router16...Connected to Router16.Type ^C^C^C to switch back...Router configure terminalEnter configuration mands, one per line. End with CNTL/Z.Router(config) interface vlan10Router(configif) standby 10 ip Router(configif) standby 10 priority 109 Router(configif) standby 10 preemptRouter(configif) standby 10 timers 5 15Router(configif) standby 10 authentication SecretRouter(configif) interface vlan21Router(configif) standby 21 ip Router(configif) standby 21 priority 110Router(configif) standby 21 preemptRouter(configif) standby 21 timers 5 15Router(configif) standby 21 authentication SecretRouter(configif) ^ZRouter ^C^C^C 配置以太通道以太通道將多個(gè)單獨(dú)的以太鏈路綁定成一個(gè)邏輯的鏈路,以此在6000系列交換機(jī)和另外一臺交換機(jī)或主機(jī)之間提供1600Mbps(全雙工快速以太通道)或16Gbps(千兆以太通道)的速率。你可以在一臺6000系列的交換機(jī)的任何一個(gè)模塊上最多將8個(gè)兼容的以太口綁定成一個(gè)以太通道。如果配置不當(dāng),一些以太通道端口為了避免網(wǎng)絡(luò)循環(huán)或其它一些問題將自動(dòng)disable。l 如果你將以太端口配置成干道,則在以太通道的所有端口上配置相同的干道模式。如果每個(gè)端口所允許的VLAN范圍不一樣,即使用命令set port channel的參數(shù)是auto或 desirable,這些端口也不會(huì)形成以太通道。l 將一個(gè)以太通道中的所有端口配置成相同的速率和雙工模式。l 如果一個(gè)端口是SPAN的destination端口,則以太通道不會(huì)形成。l 激活以太通道中的所有端口。配置以太通道在特權(quán)模式下,執(zhí)行:set port channel mod/ports... [admin_group]set port channel mod_num/port_num mode {on|||| offdesirableauto} [silentnonsilent] 下面的例子演示了如何將端口2/1設(shè)置成auto模式:Console (enable) set port channel 2/1 mode autoPorts 2/1 channel mode set to auto.Console (enable)設(shè)置以太通道端口路徑開銷為了設(shè)置以太通道端口路徑開銷,請?jiān)谔貦?quán)模式下執(zhí)行下面的步驟:描述命令Step2 使用以太通道ID設(shè)置以太通道端口路徑開銷set channel cost {channel_id 1/1 notconnect on 768 20 1/1 201 使用管理組號顯示以太通道IDshow channel group admin_group Step 1/1 notconnect on 768 20 1/1 20| mac} [source| both]下面的例子演示了如何利用MAC源地址配置以太通道:Console (enable) set port channel all distribution mac sourceChannel distribution is set to mac source.Console (enable)要禁止以太通道,在特權(quán)模式下執(zhí)行:set port channel mod_num/port_num mode off下面的例子演示了如何禁止以太通道:Console (enable) set port channel 2/28 mode offPorts 2/28 channel mode set to off.Console (enable) 20
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1