DataCom OLT針對SFU ONU組播配置指導

以下是 SFU ONU配置組播的方式
1. VLANID 創建

dot1q
 vlan 100  #創建INTERNET業務vlanID
  interface gigabit-ethernet-1/1/10   #綁定上行端口10口,tag方式
  !
  interface gigabit-ethernet-1/1/12  #綁定上行端口12口,untag方式
    untagged
  !
 !
 vlan 500  #創建組播vlanID
  interface gigabit-ethernet-1/1/10
  !
  interface gigabit-ethernet-1/1/11
    untagged
  !
  interface service-port-1
  !
 !

2. 配置 組播igmp snooping

 multicast igmp snooping 1
 bridge-domain id 500
 interface service-port-1
 !
    version 2 或3
	。。。這裏可以設置IGMP version支持V1-V3
!

3. 配置 DBA-profile和 gem-traffic-profile和line-profile

profile gpon bandwidth-profile 1G-DBA
 traffic type-3 assured-bw 1000000 max-bw 1024000
!

profile gpon gem-traffic-profile 125-traffic
 cir 102400
 eir 409600
 upstream-gem-priority 0
!

profile gpon line-profile 125-eth
 upstream-fec
 tcont 1 bandwidth-profile 1G-DBA
 gem 1
  tcont 1 gem-traffic-profile 125-traffic
  map 1
   ethernet 1 vlan 500 cos 0  #組播這塊不能是veip vlan映射方式,只能是Ethernet 方式,如果是internet業務 就是veip vlan映射
  !
 !
!

4.配置onu-profile 和 service-profile 模版

profile gpon onu-profile 125-ONU
 ethernet adaptive
 veip 1
!
profile gpon service-profile 125-SERVICE
 onu-profile 125-ONU
!

5. 配置VLANID 服務類型

service vlan 500
 type n:1 (組播vlan必須是n:1)
!
service vlan 100
 type tls
!

6. ONU註冊 並綁定 相關模版配置

interface gpon 1/1/1
 no shutdown
 onu 1
  serial-number AZGPD700A8B0
  service-profile 125-SERVICE line-profile 125-eth
  ethernet 1
   negotiation
   no shutdown
   native vlan vlan-id 500
  !
  veip 1
  !
 !

7. 配置業務虛端口 service-port

service-port 1 gpon 1/1/1 onu 1 gem 1 match vlan vlan-id 500 action vlan replace vlan-id 500
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章