




版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
1、- 第一步:系統(tǒng)配置 ->>User name:root /輸入用戶名>>User password: admin /輸入密碼>>MA5680T> enable /進入普通模式>>MA5680T #config /進入超級模式>>MA5680T(config) #switch language-mode /切換成本地語言>>MA5680T (config)#display board 0 /查看所有單板,如果有“待確認”單板,請用下一命令>>MA5680T(config) #board confirm 0
2、 /確認所有單板>>MA5680T(config) #sysname * /設備命名>>MA5680T(config)#terminal user password /修改用戶密碼>>MA5680T(config)#terminal user name /創(chuàng)建新用戶名/密碼>> (config)# autosave interval on /打開自動保存-第二步:配置管理數(shù)據(jù) ->>MA5680T(config)# vlan xx standard /創(chuàng)建管理VLAN (一般選standard類型)>>MA5680T(co
3、nfig)# port vlan xx 0/19 0 /在上行口透傳管理VLAN(上行端口,5680T上行端口共4個,分別為0/19 0,0/19 1,0/20 0,0/20 1)>>MA5680T(config)# vlan xx(xx to xx) smart /創(chuàng)建業(yè)務VLAN (一般選SMART類型)>>MA5680T(config)# port vlan xx(xx to xx) 0/19 0 /在上行口透傳業(yè)務VLAN到上行端口>>MA5680T(config)# interface vlanif xx /創(chuàng)建VLAN 三層虛接口>>
4、 (config-if-vlanif40)# ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx /配置管理 IP 地址>>(config-if-vlanif40)#description xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /對上層端口進行描述>> (config-if-vlanif40)# quit /退出接口,返回上層>> (config)# ip route-static 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx /配置缺省路由-第三步:配置ONT-步驟一:配
5、置DBA 模板(DBA就是動態(tài)分配帶寬機制)>> (config)# dba-profile add profile-id 18 profile-name "100M" type2 assure 102400 /1:8分光器 流量模版>> (config)# dba-profile add profile-id 116 profile-name "77M" type2 assure 67968 /1:16分光器流量模版>> (config)# dba-profile add profile-id 132 profile
6、-name "40M" type2 assure 36672 /1:32分光器流量模版步驟二:配置線路模板(基于優(yōu)先級映射方式)>> (config)#ont-lineprofile gpon profile-id 100 profile-name "1:8_ONU">> (config-gpon-lineprofile-100)#mapping-mode priority /設置映射類型為優(yōu)先級映射/以下用于創(chuàng)建通道:>> (config-gpon-lineprofile-100)#tcont 0 dba-profi
7、le-id 100>> (config-gpon-lineprofile-100)#gem add 0 eth tcont 0 /添加GEM port>> (config-gpon-lineprofile-100)#gem add 1 eth tcont 0>> (config-gpon-lineprofile-100)#gem add 2 eth tcont 0 >> (config-gpon-lineprofile-100)#gem add 3 eth tcont 0>> (config-gpon-lineprofile-100)
8、#gem mapping 0 0 priority 0 /設置優(yōu)先級映射關系>> (config-gpon-lineprofile-100)#gem mapping 1 0 priority 4>> (config-gpon-lineprofile-100)#gem mapping 2 0 priority 3>> (config-gpon-lineprofile-100)#gem mapping 3 0 priority 6>> (config-gpon-lineprofile-100)#commit /退出之前保存線路模版配置,否則配置無效。
9、>> (config-gpon-lineprofile-100)#quit>> (config)#ont-lineprofile gpon profile-id 200 profile-name "1:16_ONU">> (config-gpon-lineprofile-200)# mapping-mode priority>> (config-gpon-lineprofile-200)#tcont 0 dba-profile-id 200>> (config-gpon-lineprofile-200)#gem a
10、dd 0 eth tcont 0>> (config-gpon-lineprofile-200)#gem add 1 eth tcont 0>> (config-gpon-lineprofile-200)#gem add 2 eth tcont 0>> (config-gpon-lineprofile-200)#gem add 3 eth tcont 0>> (config-gpon-lineprofile-200)#gem mapping 0 0 priority 0>> (config-gpon-lineprofile-200)#
11、gem mapping 1 0 priority 4>> (config-gpon-lineprofile-200)#gem mapping 2 2 priority 3>> (config-gpon-lineprofile-200)#gem mapping 3 0 priority 6>> (config-gpon-lineprofile-200)#commit>> (config-gpon-lineprofile-200)#quit>> (config)#ont-lineprofile gpon profile-id 300 pr
12、ofile-name "1:32_ONU">> (config-gpon-lineprofile-300)#mapping-mode priority>> (config-gpon-lineprofile-300)#tcont 0 dba-profile-id 300>> (config-gpon-lineprofile-300)#gem add 0 eth tcont 0>> (config-gpon-lineprofile-300)#gem add 1 eth tcont 0>> (config-gpon-li
13、neprofile-300)#gem add 2 eth tcont 0 >> (config-gpon-lineprofile-300)#gem add 3 eth tcont 0>> (config-gpon-lineprofile-300)#gem mapping 0 0 priority 0>> (config-gpon-lineprofile-300)#gem mapping 1 0 priority 4>> (config-gpon-lineprofile-300)#gem mapping 2 2 priority 3>>
14、 (config-gpon-lineprofile-300)#gem mapping 3 0 priority 6>> (config-gpon-lineprofile-300)#commit>> (config-gpon-lineprofile-300)#quit-第四步:注冊ONT,并設置其管理IP ->>MA5680T(config)#interface gpon 0/1 /進入業(yè)務單板>>MA5680T(config-if-gpon-0/1)#port x ont-auto-find enable /開啟端口(0-3或0-7)的自動發(fā)現(xiàn)O
15、NT功能>>MA5680T(config-if-gpon-0/1)#display ont autofind x /查看x端口下自動發(fā)現(xiàn)的設備命令顯示:Command: display ont autofind 0 - Number F/ S/ P SN Password - 1 0/ 7/ 0 32303131B402AC41 - >>MA5680T(config-if-gpon-0/1)#ont add x(端口號) x(ONT編號) sn-auth xxxxxxxxxxxxxxxx (設備序列號)snmp ont-lineprofile-id 200 desc x
16、xxx/ONT編號按照光分器不同而取值范圍不同,分別為0-7、0-15、0-31,順序無所謂,不發(fā)生重復即可。 >>MA5680T(config-if-gpon-0/1)#ont ipconfig x(端口號) x(ONT編號) static ip-address xxx.xxx.xxx.xxx maskxxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx vlan x priority 3 /設置B類ONU(如:MA5626G等)的管理IP為X.X.X.X,該命令下發(fā)后將會在ont上創(chuàng)建一個vlan并且添加了vlan interface,priority
17、設置根據(jù)線路模板中優(yōu)先級映射的關系選擇為3,也可自行調(diào)整優(yōu)先級。>>MA5680T(config-if-gpon-0/1)#quit -第五步:添加vlan的業(yè)務需端口 ->>MA5680T(config)#service-port vlan x gpon x/x/x(機框/槽位/端口) ont x gemport 2 multi-service user-vlan 2 rx-cttr 6 tx-cttr 6 /使用了默認流量模板6>>MA5680T(config)#service-port vlan x gpon x
18、/x/x(機框/槽位/端口) ont x gemport 0 multi-service user-vlan x rx-cttr 6 tx-cttr 6 /流量模板可通過命令“display traffic table ip from-index 0”查看系統(tǒng)中所有流量配置模板,默認index 6為不限速。-第六步:登陸B(tài)類ONU(如MA5626G)進行配置 ->>MA5680T(config)#telnet X.X.X.X /遠程登陸到ONU>>MA5626G(config)#
19、vlan xxxx /創(chuàng)建業(yè)務xxxx>>MA5626G(config)#port vlan xxxx 0/0 1 /透傳vlan的上行端口(PON口為0/0 1) >>MA5626G(config)#service-port vlan xxxx eth 0/1/x multi-service user-vlan untagged rx-cttr 6 tx-cttr 6 /添加vlan的業(yè)務端口,取值范圍為1-8、1-16、1-24,按照設備端口數(shù)范圍而定.eth為業(yè)務端口類型為以太口。->> (config)#save 最后一定記得保存注意事項:1. 小區(qū)
20、常用B類(如MA5626G)ONU設備,而A類(如HG813)設備無法下發(fā)管理VLAN和地址,A類配置腳本詳見附件文本。2. 流量模板可重新進行定義和配置,引用時只需引用index編號即可。3. SNMP配置腳本詳見附件文本。4. 關于系統(tǒng)自動保存的機制,建議在進行大批量數(shù)據(jù)配置時事先關閉,或修改自動保存的時間參數(shù),否則會造成配置數(shù)據(jù)時系統(tǒng)自動進行保存并在屏幕輸出相關信息影響數(shù)據(jù)配置。5. OLT設備用戶權限與一般數(shù)通設備配置不同,詳見附件華為官方配置指導書。6. OLT中可配置兩種映射模式,即優(yōu)先級映射和VLAN映射,但鑒于VLAN映射會使得配置文件逐步增大,因此建議使用優(yōu)先級映射方式。7. 刪除設備請按照注冊設備步驟倒序進行,即查看service-port列表中設備對應的servi
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 行政法學實踐中的應用與試題及答案
- 歷史人物對現(xiàn)代管理的啟發(fā)試題及答案
- 行政管理專業(yè)文化概論試題及答案
- 護理職業(yè)發(fā)展策略試題及答案
- 突破行政法學考試的困境試題及答案
- 2025年藥師藥品使用技巧試題及答案
- 2025年執(zhí)業(yè)藥師案例分析試題及答案
- 2025年藥師考試常見藥物知識試題及答案
- 2025年語文考試復習手冊試題及答案
- 2025年衛(wèi)生資格考試快速復習技巧試題及答案
- 施工現(xiàn)場安全隱患檢查表
- 酒店業(yè)大數(shù)據(jù)分析與精準營銷應用
- 《太陽升起來了》課件
- 近五年重慶中考數(shù)學真題及答案2024
- 掃地機器人結構設計說明書
- 汽車清潔保養(yǎng)服務合同示范文本
- 【基于單片機的電梯控制系統(tǒng)設計7000字(論文)】
- HY/T 0379-2023赤潮災害風險評估與區(qū)劃導則
- 鄭和完整版本
- 2024年安慶市金融控股集團有限公司招聘筆試參考題庫附帶答案詳解
- SJ-T 11841.2.2-2022 顯示系統(tǒng)視覺舒適度 第2-2部分:平板顯示-藍光測量方法
評論
0/150
提交評論