




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、華為MA5626如何配置成交換機模式 本文以16口MA5626為例通過串口線用超級終端登錄用戶名root密碼mduadmin(這是默認的用戶名和密碼)MA5626>enableMA5626#configMA5626(config)#vlan service-profile profile-id 1user-bridging enablecommitquitvlan bind service-profile 1 profile-id 1multi-service-port vlan 1 port 0/1 1-16 user-vlan untagged rx-cttr 6 tx-cttr 6
2、在敲一遍:multi-service-port vlan 1 port 0/1 1-16 user-vlan untagged rx-cttr 6 tx-cttr 6save以上配好就可以當交換機去用了。附圖: 如果出現(xiàn)的是15 15,則需要再敲一遍該命令。硬件連接方式首先連接電腦與onu,通過配置線連接圖為配置線,“網(wǎng)線頭”插入onu的CONSOLE口,另一端與電腦的串口接。圖為onu上對應的CONSOLE接口(插入“網(wǎng)線頭”即可)電腦端操作首先打開超級終端:開始程序附件-通信超級終端打開超級中斷后出現(xiàn)如下提示點否進入如下界面名稱隨便寫,圖標選擇默認的即可,然后點擊確定出現(xiàn)如下界面連接口選擇
3、COM1或者COM2根據(jù)自己的機器選擇,1不行就2,點擊確定,然后按照下圖設置 點擊確定然后到文件屬性設置中按下圖方式此處必須設置一定要設置ASCII碼按照圖中行延遲和字符延遲都設置為200毫秒,然后點擊確定即可在超級終端出點擊回車即可出現(xiàn)要求輸入用戶名和密碼 華為onu 登陸用戶名root 密碼 mduadmin 登陸后界面如下登陸onu后輸入的命令:enable -回車erase flash data -回車Y -回車reboot system-回車Y-回車回車后等待片刻onu重啟后以前所配置的數(shù)據(jù)即可全部刪除查看光功率MA5626>enableMA5626#configMA5626
4、(config)#interface gponnni 0/0/1MA5626(config-if-gponnni-0/0/1)#display port state - F/S/P 0/0/1 Laser state AUTO Port state Up Wave Length(nm) 1310 Identifier Module/connector soldered to motherboard Ext.Identifier GBIC/SFP function is defined by serial ID only Connector Optical pigtail Encoding NR
5、Z BR,Nominal(100Mbps) 13 Length(9um)(km) 20.0 Length(50um) Not support Length(62.5um) Not support Length(Copper) Not support Cc_base 0xaa CC_EXT 0x7b BR,max Unspecified BR,min Unspecified SFF-8472 Compliance TBD Options Invalid Vendor Rev Unspecified Vendor PN SFU3424THPCDFIAC Vendor SN C4L2011876 V
6、endor OUI 000000 Manufactured 12-03-21 Vendor name SOURCEPHOTONICS TX Bias current(mA) 13.10 Supply Voltage(V) 3.20 Temperature(C) 43.72 TX power(dBm) 2.35 RX power(dBm) 1.01 8口實例MA5626>enableMA5626#configMA5626(config)#vlan service-profile profile-id 1 <cr>|profile-name<K> : Command:
7、 vlan service-profile profile-id 1 MA5626(config-vlan-srvprof-1)#user-bridging enable Info: Please use the commit command to make modifications take effectMA5626(config-vlan-srvprof-1)#commitMA5626(config-vlan-srvprof-1)#quitMA5626(config)#vlan bind service-profile 1 profile-id 1MA5626(config)#multi
8、-service-port vlan 1 port 0/1 1-8 user-vlan untagged rx-cttr 6 tx-cttr 6 It will take several minutes, and console may timeout, please use command idle-timeout to set time limit Are you sure to create service virtual port(s)? (y/n)n:y The number of total board in this operation: 1 The number of tota
9、l service virtual port in this operation: 8 Creating start. Creating end: The number of total service virtual port which need be created: 8 The number of total service virtual port which have been created: 8MA5626(config)#multi-service-port vlan 1 port 0/1 1-8 user-vlan untagged rx-cttr 6 tx-cttr 6
10、It will take several minutes, and console may timeout, please use command idle-timeout to set time limit Are you sure to create service virtual port(s)? (y/n)n:y The number of total board in this operation: 1 The number of total service virtual port in this operation: 8 Creating start. Creating end:
11、 The number of total service virtual port which need be created: 8 The number of total service virtual port which have been created: 0MA5626(config)#savePOE功能適用于308版本,后續(xù)版本poe命令有些改變,變成port。max-power盡量設置大些,最大功率如果太小某些設備無法啟動。· 配置PSE設備1. 使用config命令進入全局配置模式,再使用interface eth命令進入ETH模式。2. 配置單板PoE供電管理方式。
12、使用poe power-management命令配置單板PoE供電管理方式。單板PoE供電管理方式包括自動配置和手動配置,默認為自動配置。3. (可選)配置過溫保護開關(guān)。使用poe temperature-protection命令使能PoE單板過溫保護功能。當使能PoE單板過溫保護功能后,系統(tǒng)檢測到溫度超過閾值時會關(guān)閉所有端口供電功能。4. 配置端口PoE特性。使用poe命令配置端口PoE特性,包括使能/禁止端口功率輸出,配置端口信號線供電傳輸方式、端口供電優(yōu)先級、最大輸出功率參數(shù)。5. (可選)查詢當前PoE端口的配置。使用display poe命令查詢PoE端
13、口配置和功率信息。· MA5626(config)#interface eth 0/1MA5626(config-if-eth-0/1)#poe power-management autoMA5626(config-if-eth-0/1)#poe temperature-protectionMA5626(config-if-eth-0/1)#port 5 enable mode signal priority critical max-power 30000MA5626(config-if-eth-0/1)#port 6 enable mode signal pr
14、iority critical max-power 30000MA5626(config-if-eth-0/1)#port 7 enable mode signal priority critical max-power 30000MA5626(config-if-eth-0/1)#port 8 enable mode signal priority critical max-power 30000MA5626(config-if-eth-0/1)#display poe all-PortId PowerSwitch POEenable PowerMode Priority
15、 MaxPower PowerState-1 enable disable signalmode low 15400 detecting2 enable disable signalmode low 15400 detecting3 enable disable signalmode low 15400 detecting4 enable disable signalmode low 15400 detecting5 enable disable signalmode critical 30000 detecting6 enable disable signalmode critical 30
16、000 detecting7 enable enable signalmode critical 30000 powered8 enable disable signalmode critical 30000 detecting· MA5626(config-if-eth-0/1)#display poe 7-Port power on/off : enablePort power mode : signalmodePort power priority : criticalPort max power(mW) : 30000Port power enabled : enablePo
17、rt power status : poweredPort PD class : 4Port current power(mW): 2291Port average power(mW): 2098Port peak power(mW) : 2750Port current(mA) : 47.729Port voltage(V) : 48.000數(shù)字光模塊版的光口查詢光功率MA5626(config-if-eth-0/0)#display port ? - Command of eth Mode:-ddm-info Display ddm information of optical modul
18、eoptic-power-threshold Display TX optical power thresholdopticstate Display information of optical modulestate Display port statestatistics Display port statisticstraffic Display port trafficMA5626(config-if-eth-0/0)#display port opticstate all<K>|portid<U><1,2> : Command: display
19、port opticstate % Incomplete command, the error locates at ''MA5626(config-if-eth-0/0)#display port opticstate ?- Command of eth Mode:-all All portsportid<U><1,2> Port IDMA5626(config-if-eth-0/0)#display port opticstate all - Port bit 9um length 50um length 62.5um length copper l
20、ength type rate supported supported supported supported (100M/s) (km) (10m) (10m) (m) - 1 - - - - - - 2 21 10 55 55 0 M1000BASE_CX -MA5626(config-if-eth-0/0)#display port opticstate all - Port bit 9um length 50um length 62.5um length copper length type rate supported supported supported supported (1
21、00M/s) (km) (10m) (10m) (m) - 1 21 10 55 55 0 M1000BASE_CX 2 - - - - - - -MA5626(config-if-eth-0/0)#quitMA5626(config)#display board 0 - SlotID BoardName Status SubType0 SubType1 Online/Offline - 0 H822EPUB Active_normal UP2A 1 H821EPFA Normal 2 -MA5626(config)#interface eth 0/0MA5626(config-if-eth-
22、0/0)#display port opticstate all - Port bit 9um length 50um length 62.5um length copper length type rate supported supported supported supported (100M/s) (km) (10m) (10m) (m) - 1 21 10 55 55 0 M1000BASE_CX 2 - - - - - - -MA5626(config-if-eth-0/0)#display port state all - Port Port Optic MDI Speed Duplex Flow- Active Link Type Status (Mbps) Ctrl State - 1 GE normal - auto_1000 auto_full off active online 2 GE absence - auto auto off active offline - Note: For a 1000 M, electrical port in the full-duplex mode, setting MDI to any value is invalidMA5626(config-if-eth-0/0)
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 船舶拆除作業(yè)的現(xiàn)場布置考核試卷
- 航天器空間站空間機械臂維修技術(shù)考核試卷
- 葡萄酒釀造過程中的釀造產(chǎn)業(yè)鏈整合與創(chuàng)新實踐探討考核試卷
- 皮革表面處理技術(shù)與工藝考核試卷
- 證券市場私募基金管理考核試卷
- 貨幣經(jīng)紀公司市場趨勢分析能力測試考核試卷
- 療養(yǎng)院護理信息化安全管理考核試卷
- 裝飾裝修工程中的合同履行與爭議解決考核試卷
- 肺炎個案護理模板
- 網(wǎng)絡信息安全防護與應急響應協(xié)議
- 2024年國家大劇院招聘專業(yè)技術(shù)人員考試真題
- 全球化背景下的跨境人力成本管控-洞察闡釋
- 《凸輪設計和分析》課件
- 第15課 明朝的統(tǒng)治 課件 統(tǒng)編版七年級歷史下冊
- 水文學試題題庫及答案
- 天一大聯(lián)考2024-2025學年(下)高三第二次四省聯(lián)考★物理+答案
- 上海地理會考試卷及答案
- (三模)烏魯木齊地區(qū)2025年高三年級第三次質(zhì)量監(jiān)測理科綜合試卷(含答案)
- 工會預算制度題庫(預算定稿)170題
- 【北京市人社局】2025年北京市人力資源市場薪酬數(shù)據(jù)報告(一季度)
- 安裝噴泉設備采購合同協(xié)議
評論
0/150
提交評論