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

正文內(nèi)容

cisco4006交換機(jī)簡(jiǎn)明配置手冊(cè)-在線瀏覽

2025-07-24 18:44本頁面
  

【正文】 1000TXGi5/4 notconnect 1 auto auto 10/100/1000TXFa6/1 connected 1 afull a100 10/100BaseTXFa6/2 connected 2 afull a100 10/100BaseTXFa6/3 notconnect 1 auto auto 10/100BaseTXFa6/4 notconnect 1 auto auto 10/100BaseTXSwitchThis example shows how to display the status of interfaces in errordisabled state:Switch show interfaces status errdisabledPort Name Status ReasonFa9/4 errdisabled linkflapinformational error message when the timer expires on a cause5d04h:%PMSP4ERR_RECOVER:Attempting to recover from linkflap errdisable state on Fa9/4SwitchSwitch show protocols fastethernet 5/5FastEthernet5/5 is up, line protocol is upSwitch刷新、重置端口及計(jì)數(shù)器Clear命令目的 clear counters {type slot/interface}清除端口計(jì)數(shù)器.clear interface {type slot/interface}重置某一端口的硬件邏輯clear line [number | console 0 | vty number]重置異步串口的硬件邏輯Note12345任何交換口都可以屬于某一VLAN, IP包、廣播包及組播包均可以發(fā)送或廣播給在此VLAN內(nèi)的最終用戶。由于VLAN被看成是一個(gè)邏輯網(wǎng)絡(luò),其具有自己的網(wǎng)橋管理信息庫 (MIB) 并可支持自己的生成樹 VLAN作為邏輯定義的網(wǎng)絡(luò)示意圖VLAN常常與IP子網(wǎng)相聯(lián)系,同一IP子網(wǎng)屬于同一VLAN。可支持的VLANCatalyst 4006交換機(jī)將來的版本可支持4096個(gè)VLAN,可以分別是VTP client, server, 及 transparent modes. VLAN號(hào)可以從1到4094. VLAN號(hào)1002到1005保留給令牌環(huán)及FDDI VLAN. VTP只能學(xué)習(xí)到普通范圍的VLAN, 即從VLAN到1到1005。 交換機(jī)必須配置成VTP透明模式當(dāng)需要生成VLAN 號(hào)從1006到4094. 本交換機(jī)支持基于每一VLAN的生成樹(PVST),最多支持128個(gè)生成樹。配置正常范圍的VLANVLAN號(hào)1, 1002到1005是自動(dòng)生成的不能被去掉。12 Step name vlanname(可選)輸入一個(gè)VLAN名,如果沒有配置VLAN名,缺省的名字是VLAN號(hào)前面用0填滿的4位數(shù),如VLAN0004是VLAN4的缺省名字Step mtu mtusize(可選) 改變MTU大小Step end退出Step show vlan {name vlanname | id vlanid}驗(yàn)證Step copy runningconfig startup config(可選) 保存配置用no vlan name 或 no vlan mtu 退回到缺省的vlan配置狀態(tài)舉例如下:Switch configure terminalSwitch(config) vlan 20Switch(configvlan) name test20Switch(configvlan) end也可以在enable狀態(tài)下,進(jìn)行VLAN配置:命令 目的 Step vlan database進(jìn)入VLAN配置狀態(tài)Step vlan vlanid name vlanname加入VLAN號(hào)及VLAN名Step vlan vlanid mtu mtusize(可選) 修改MTU大小Step exit更新VLAN數(shù)據(jù)庫并退出Step show vlan {name vlanname | id vlanid}驗(yàn)證配置Step copy runningconfig startup config保存配置(可選)舉例如下:Switch vlan databaseSwitch(vlan) vlan 20 name test20Switch(vlan) exitAPPLY pleted.Exiting....Switch 刪除VLAN當(dāng)刪除一個(gè)處于VTP服務(wù)器的交換機(jī)上刪除VLAN時(shí),則此VLAN將在所有相同VTP的交換機(jī)上刪除。注意命令 目的 Step configure terminal進(jìn)入配置狀態(tài)Step no vlan vlanid刪除某一VLAN. Step end退出Step show vlan brief驗(yàn)證Step copy runningconfig startup config保存也可用vlan database 進(jìn)入VLAN配置狀態(tài),用no vlan vlanid 來刪除。12345678舉例如下:Switch configure terminal Enter configuration mands, one per line. End with CNTL/Z.Switch(config) interface fastethernet2/1 Switch(configif) switchport mode access Switch(configif) switchport access vlan 2Switch(configif) end Switch配置VLAN Trunks命令 目的 Step configure terminal進(jìn)入配置狀態(tài)Step interface interfaceid進(jìn)入端口配置狀態(tài)Step switchport trunk encapsulation {isl | dot1q | negotiate}配置trunk封裝ISL 或 或自動(dòng)協(xié)商Step switchport mode {dynamic {auto | desirable} | trunk}配置二層trunk模式。 dynamic auto—自動(dòng)協(xié)商是否成為trunk trunk—設(shè)置端口為強(qiáng)制的trunk方式,而不理會(huì)對(duì)方端口是否為trunkStep switchport access vlan vlanid(可選) 指定一個(gè)缺省VLAN, 如果此端口不再是trunkStep switchport trunk native vlan vlanid native VLAN號(hào) Step end退出Step show interfaces interfaceid switchport顯示有關(guān)switchport 的配置Step show interfaces interfaceid trunk顯示有關(guān)trunk的配置Step copy runningconfig startupconfig保存配置舉例:Switch configure terminal Enter configuration mands, one per line. End with CNTL/Z.Switch(config) interface fastetherne2/4 Switch(configif) switchport mode trunk Switch(configif) switchport trunk encapsulation dot1q Switch(configif) end 定義trunk允許的VLAN缺省情況下trunk允許所有的VLAN通過。1234567命令 目的 Step configure terminal進(jìn)入配置狀態(tài)Step interface interfaceidStep switchport trunk native vlan vlanid配置native VLAN號(hào)Step end退出Step show interfaces interfaceid switchport驗(yàn)證native VLAN配置Step copy runningconfig startupconfig保存配置使用no switchport trunk native vlan 端口配置命令回到缺省的狀態(tài)使用STP實(shí)現(xiàn)負(fù)載均衡負(fù)載均衡可以使用流量分流到其它平行的trunks上去. 交換機(jī)為了避免環(huán)路, STP通常是阻斷所有端口交換機(jī)之間只留一條鏈路 。 可以通過配置STP端口權(quán)值STP路徑值來實(shí)現(xiàn)負(fù)載均衡. 如果使用STP端口權(quán)值來配置那么二條負(fù)載均衡的trunk必須聯(lián)同一交換機(jī)上。使用STP端口權(quán)值的負(fù)載均衡當(dāng)同一臺(tái)交換機(jī)的二個(gè)口形成環(huán)路時(shí), STP端口權(quán)值用來決定那個(gè)口是enable的,那個(gè)口是阻斷的。 即同一VLAN只在一個(gè)trunk上發(fā)送接受。11配置狀態(tài)Step vtp domain domainname配置VTP域Step vtp mode server將Switch 1配置成VTP server.Step end退出Step show vtp status驗(yàn)證VTP的配置Step show vlan驗(yàn)證VLANStep configure terminal進(jìn)入配置狀態(tài)Step interface fastethernet 0/1進(jìn)入F0/1端口Step switchport trunk encapsulation {isl | dot1q | negotiate}配置trunk封裝Step switchport mode trunk配置成trunkStep end退出Step show interfaces fastethernet0/1 switchport驗(yàn)證VLAN配置Step 在switch1上的F0/2上重復(fù)7到11步驟Step 在Switch 2的F0/1,F0/2上重復(fù)7到11步驟。15161718192021222324252627282911配置狀態(tài)Step interface fastethernet 0/1進(jìn)入F0/1Step switchport trunk encapsulation {isl | dot1q | negotiate}配置封裝Step switchport mode trunk配置Trunk,缺省是ISL封裝Step exit退回Step 在F0/2口上重復(fù)2-4步驟Step end退出Step show runningconfig驗(yàn)證配置Step show vlan驗(yàn)證switch1已經(jīng)學(xué)到VlanStep configure terminal進(jìn)入配置狀態(tài)Step interface fastethernet 0/1進(jìn)入F0/1Step spanningtree vlan 2 cost 30設(shè)置Vlan2生成樹路徑值為30Step s
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1