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

正文內(nèi)容

思科3750交換機(jī)配置維護(hù)手冊(cè)-在線瀏覽

2024-09-18 09:02本頁(yè)面
  

【正文】 range命令時(shí)有如下的規(guī)則:? 有效的組范圍:o vlan 從 1 到 4094 o fastether 槽位/{first port } {last port}, 槽位為 0o gigabitether 槽位/{first port} {last port},槽位為 0o portchannel portchannelnumber portchannelnumber, portchannel 號(hào)從 1到 64? 端口號(hào)之間需要加入空格,如:interface range fastether 0/1 – 5 是有效的,而interface range fastether 0/15 是無(wú)效的.? interface range 命令只能配置已經(jīng)存在的 interface vlan? 所有在同一組的端口必須是相同類(lèi)別的。6506 交換機(jī)配置維護(hù)手冊(cè) 7配置端口速率及雙工模式可以配置快速以太口的速率為 10/100Mbps及千兆以太口的速率為10/100/1000Mbps。show interfaces [interfaceid] description顯示端口描述show ip interface [interfaceid] 顯示所有或某一端口的 IP可用性狀態(tài)show runningconfig interface [interfaceid]顯示當(dāng)前配置中的端口配置情況show version 顯示軟硬件等情況舉例如下:Switch show interfaces status Port Name Status Vlan Duplex Speed TypeGi0/1 connected routed afull a100 10/100/1000Base6506 交換機(jī)配置維護(hù)手冊(cè) 13TXGi0/2 wce server disabled routed auto auto 10/100/1000Base TXGi0/3 ip wccp webcache notconnect routed auto auto 10/100/1000Base TXGi0/4 notconnect routed auto auto 10/100/1000Base TXGi0/5 notconnect routed auto auto 10/100/1000Base TXGi0/6 disabled routed auto auto 10/100/1000Base TXGi0/7 disabled routed auto auto 10/100/1000Base TXGi0/8 disabled routed auto 100 10/100/1000Base TXGi0/9 notconnect routed auto auto 10/100/1000Base TXGi0/10 notconnect routed auto auto 10/100/1000Base TXGi0/11 disabled routed auto auto unknownGi0/12 notconnect routed auto auto unknown Switch show interfaces fastether 0/1 switchportName: Fa0/1Switchport: EnabledAdministrative Mode: static accessOperational Mode: downAdministrative Trunking Encapsulation: dot1qNegotiation of Trunking: Off6506 交換機(jī)配置維護(hù)手冊(cè) 14Access Mode VLAN: 1 (default)Trunking Native Mode VLAN: 1 (default)Trunking VLANs Enabled: ALLPruning VLANs Enabled: 21001 Protected: falseUnknown unicast blocked: disabledUnknown multicast blocked: disabled Voice VLAN: dot1p (Inactive)Appliance trust: 5Switch show runningconfig interface fastether0/2Building configuration... Current configuration : 131 bytes!interface FastEther0/2 switchport mode access switchport protected6506 交換機(jī)配置維護(hù)手冊(cè) 15 no ip address mls qos cos 7 mls qos cos overrideend刷新、重置端口及計(jì)數(shù)器Clear 命令 目的 clear counters [interfaceid] 清除端口計(jì)數(shù)器.clear interface interfaceid 重置某一端口的硬件邏輯clear line [number | console 0 | vty number] 重置異步串口的硬件邏輯Note clear counters 命令只清除用 show interface 所顯示的計(jì)數(shù),不影響用 snmp 得到的計(jì)數(shù) 舉例如下:Switch clear counters fastether0/5 Clear show interface counters on this interface [confirm] y Switch*Sep 30 08:42:55: %CLEAR5COUNTERS: Clear counter on interface FastEther0/5by vty1 () 可使用 clear interface 或 clear line 命令來(lái)清除或重置某一端口或串口,在大部分情況下并不需要這樣做:6506 交換機(jī)配置維護(hù)手冊(cè) 16Switch clear interface fastether0/5 關(guān)閉和打開(kāi)端口命令 目的 Step 1 configure terminal 進(jìn)入配置狀態(tài)Step 2 interface {vlan vlanid} | {{fastether | gigabitether} interfaceid} | {portchannel portchannelnumber}選擇要關(guān)閉的端口Step 3 shutdown 關(guān)閉Step 4 end 退出Step 5 show runningconfig 驗(yàn)證使用 no shutdown 命令重新打開(kāi)端口.舉例如下:Switch configure terminalSwitch(config) interface fastether0/5 Switch(configif) shutdown Switch(configif)*Sep 30 08:33:47: %LINK5CHANGED: Interface FastEther0/5, changed state to a administratively down6506 交換機(jī)配置維護(hù)手冊(cè) 17 Switch configure terminalSwitch(config) interface fastether0/5 Switch(configif) no shutdown Switch(configif)*Sep 30 08:36:00: %LINK3UPDOWN: Interface FastEther0/5, changed state to up 4 配置 VLAN 理解 VLAN 一個(gè) VLAN 就是一個(gè)交換網(wǎng),其邏輯上按功能、項(xiàng)目、應(yīng)用來(lái)分而不必考慮用戶的物理位置。每一個(gè) VLAN 均可看成是一個(gè)邏輯網(wǎng)絡(luò),發(fā)往另一 VLAN 的數(shù)據(jù)包必須由路由器或網(wǎng)橋轉(zhuǎn)發(fā)(如下圖) 。在 3750上 VLAN之間的數(shù)據(jù)包可以由 VLAN端口進(jìn)行轉(zhuǎn)發(fā)。 VLAN號(hào)大于 1005屬于擴(kuò)展 VLAN,不存在 VLAN數(shù)據(jù)庫(kù)中。本交換機(jī)支持 ISL及 IEEE trunk二種封裝。 VLAN號(hào) 1到 1005的配置被寫(xiě)到文件 中, 可以用 show vlan 命令查看, 文件存放在 NVRAM中. 注意 不要手工刪除 文件,可能造成 VLAN 的不完整。 Step 3 name vlanname (可選)輸入一個(gè) VLAN名,如果沒(méi)有配置VLAN名,缺省的名字是 VLAN號(hào)前面用 0填滿的 4位數(shù),如 VLAN0004是 VLAN4的缺省名字6506 交換機(jī)配置維護(hù)手冊(cè) 19Step 4 mtu mtusize (可選) 改變 MTU大小Step 5 end 退出Step 6 show vlan {name vlanname | id vlanid}驗(yàn)證S
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1