華為OLT配置HGU 技術(shù)指導(dǎo)書_第1頁(yè)
華為OLT配置HGU 技術(shù)指導(dǎo)書_第2頁(yè)
華為OLT配置HGU 技術(shù)指導(dǎo)書_第3頁(yè)
華為OLT配置HGU 技術(shù)指導(dǎo)書_第4頁(yè)
華為OLT配置HGU 技術(shù)指導(dǎo)書_第5頁(yè)
全文預(yù)覽已結(jié)束

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、華為OLT配置HGU技術(shù)指導(dǎo)書文檔摘要:HGU在華為OLT上的配置,注冊(cè)以及簡(jiǎn)單的單播和組播的業(yè)務(wù)圖25-2 QPON接入呼務(wù)配置流冉味是-、登陸OLT使用telnet登陸: telnet 182.125.101.108User: huaweiPassword:huawei123 進(jìn)入配置模式HuaWeiGponenableHuaWeiGpon#config二、配置模板(1)建立 srvprofile 模板Srvprofile模板:相當(dāng)于中興OLT的ONU type,可以設(shè)置ONU有幾個(gè)uni 口,幾個(gè)語(yǔ)音 pots 口等,在建立模板之前我們可以先查看其他人在OLT上建立好的模板,如果沒(méi)有你想

2、要 的模板再自己創(chuàng)建。查看已有srvprofile模板:HuaWeiGpon(config)#display ont-srvprofile gpon allHuaWeiGpon(config)#display ont-srvprofile gpon profile-id 1 查看具體模板創(chuàng)建srvprofile模板:HuaWeiGpon(config)#ont-srvprofile gpon profile-id 19HuaWeiGpon(config-gpon-srvprofile-19)#ont-port eth 4 pos 2設(shè)置ont有幾個(gè)uni 口HuaWeiGpon(config-

3、gpon-srvprofile-19)#port vlan eth 1 2100劃分ont的端口 VLANHuaWeiGpon(config-gpon-srvprofile-19)#commit(2)建立DBA模板HuaWeiGpon(config)#dba-profile add profile-id 40 ? type1 fix 102400(綁定固定帶寬 100M)Command of config Mode:profile-nametype1type2type3type4type5DBA profile nameFixed bandwidthAssured bandwidthAssur

4、ed bandwidth, Maximum bandwidthMaximum bandwidthFixed bandwidth, Assured bandwidth, Maximum bandwidth可以看到DBA模板有5中type:type1:只綁定固定帶寬type2:只綁定保證帶寬type3:綁定保證帶寬和最大帶寬type4:只綁定最大帶寬type5:綁定固定帶寬、保證帶寬、最大帶寬(3)建立 lineprofile 模板Lineprofile模板:創(chuàng)建tcont, gemport,并且綁定DBA模板(帶寬)查看lineprofile模板:HuaWeiGpon(config)#displ

5、ay ont-lineprofile gpon allHuaWeiGpon(config)#display ont-lineprofile gpon profile-id 2/查看具體模板信息修改已有的lineprofile模板,把需要的vlan加入模板中:HuaWeiGpon(config)#ont-lineprofile gpon profile-id 25HuaWeiGpon(config-gpon-lineprofile-25)#gem mapping 1 6 vlan 1007/1指的是gem index,0指的是mapping index,一個(gè)模板中只能有一個(gè)gem indexHu

6、aWeiGpon(config-gpon-lineprofile-25)#commit創(chuàng)建lineprofile模板:HuaWeiGpon(config)#ont-lineprofile-gpon profile-id 20HuaWeiGpon(config-gpon-lineprofile-25)#tcont 1 dba-profile-id 20/添加tcont綁定dbaHuaWeiGpon(config-gpon-lineprofile-25)#gem add 1 eth tcont 1/將 tcont 與 gem port 1 綁定HuaWeiGpon(config-gpon-line

7、profile-25)#gem mapping 1 0 vlan 1003/gem mapping 添加 vlan 1 0 指的是 1 號(hào) tcont, vlan 序號(hào)HuaWeiGpon(config-gpon-lineprofile-25)#gem mapping 1 1 vlan 1004/gem mapping 添加 vlanHuaWeiGpon(config-gpon-lineprofile-25)#gem mapping 1 2 vlan 2008/gem mapping 添加 vlanHuaWeiGpon(config-gpon-lineprofile-25)#commit 注意

8、要存儲(chǔ)一個(gè)gemport對(duì)應(yīng)一個(gè)FE 口,hgu只有一個(gè)虛端口,所以所有mapping只能都加到一 個(gè) gemport 中(4)注冊(cè)O(shè)NT查看未注冊(cè)ont:HuaWeiGpon(config)#display ont autofind all注冊(cè)ont:HuaWeiGpon(config)#interface gpon 0/1進(jìn)入1號(hào)pon板HuaWeiGpon(config-if-gpon-0/1)#ont confirm 1 (ontid 14) sn-auth 4857544365778904 omci ont-lineprofile-id 20 ont-srvprofile-id 20

9、/1 為 pon 口修改ont綁定的模板:HuaWeiGpon(config-if-gpon-0/1)#ont modify 1 7 ont-lineprofile-id 5/2 號(hào) pon 口 7 號(hào) ONU 修改為 ont-lineprofile-id 5刪除ont:如果一個(gè)ont創(chuàng)建了 service-port,要?jiǎng)h除這個(gè)ont,必須先刪除掉這個(gè)ont上所有的 service-portHuaWeiGpon(config-if-gpon-0/1)#ont delete 1 8/刪除2號(hào)pon 口 8號(hào)ontvlan加入上聯(lián)口和虛口HuaWeiGpon(config)#vlan 1003 s

10、mart/ 建立 vlan 1003HuaWeiGpon(config)#port vlan 1003 0/7 0/將vlan加入上聯(lián)口 1創(chuàng)建 service-port (單播):HuaWeiGpon(config)#service-port vlan 2510 gpon 0/1/1 ont 2 gemport 1 multi-service user-vlan 2510/vlan加入ont pon與gemport綁定,其中g(shù)pon 0/10指的分別是機(jī)框,1號(hào)槽位,1號(hào)pon 口刪除 service-port:如果一個(gè)ont創(chuàng)建了 service-port,要?jiǎng)h除這個(gè)ont,必須先刪除掉這

11、個(gè)ont上所有的 service-portHuaWeiGpon(config)#undo service-port port 0/10 ont 9 gemport 1 user-vlan 1003刪除1號(hào)槽位1號(hào)pon 口 9號(hào)ONU gemport1中的1003 vlanHuaWeiGpon(config)#undo service-port all刪除所有的olt上所有的service-port組播配置創(chuàng)建業(yè)務(wù)vlanHuaWeiGpon (config)#vlan 2008 smart上聯(lián)口加入業(yè)務(wù)vlanHuaWeiGpon (config)#port vlan 2008 0/7 2上

12、聯(lián)口 7號(hào)板卡2號(hào)上聯(lián)口加入組播vlan創(chuàng)建組播vlanHuaWeiGpon (config)#multicast-vlan 2008創(chuàng)建組播vlanHuaWeiGpon (config)#multicast-vlan 2008HuaWeiGpon (config-mvlan 2008)#igmp mode proxy/配置 olt igmp modeHuaWeiGpon (config-mvlan 2008)#igmp version v2/配置 olt igmp versionHuaWeiGpon (config-mvlan 2008)#igmp program add ip 229.1.

13、1.1建立組播源HuaWeiGpon (config-mvlan 2008)#igmp program add batch 229.1.1.1 to-ip 229.1.1.10建立一個(gè)范圍的組播源 綁定組播vlan與上聯(lián)口 HuaWeiGpon (config-mvlan 2008)#igmp default uplink-port 0/2倉(cāng)|建 service-portHuaWeiGpon(config)#service-port vlan 2008 gpon 0/1 ont 2 gemport 1 multi-service user-vlan 2008/Pon 口、ONT加入vlan (

14、與單播相同)Service-port 加入 igmpHuaWeiGpon(config)#display service-port all查看 service-port 的 indexHuaWeiGpon (config-btv)#igmp user add service-port 100將單播vlan的index加入到組播中配置組播vlan memberHuaWeiGpon (config)#multicast-vlan 2008HuaWeiGpon (config-mvlan 2008)#igmp multicast-vlan member service-port 100配置ont端口

15、組播vlanHuaWeiGpon (config-gpon-srvprofile-20)#port multicast-vlan eth 1 2008設(shè)置ont的組播模式HuaWeiGpon (config-if-gpon-0/1)#ont multicast-mode 3 1 igmp-snooping(7)QOS增加一個(gè)ont的流分類規(guī)則,precedenceHuaWeiGpon (config)#classification 88HuaWeiGpon (config-classification-profile-88)#rule add precedence 1 queue-mapped 3 ethernet prioritymark 7 condition-num 1綁定 QOS 規(guī)則到 ont-srvprofileHuaWeiGpon

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論