通信人家园

标题: 分享中兴EPON--开局脚本(IPTV业务)  [查看完整版帖子] [打印本页]

时间:  2012-9-6 10:59
作者: kjpjack     标题: 分享中兴EPON--开局脚本(IPTV业务)

主控板上配置:
ZTE#config storm type multi disable   ;关闭全局组播风暴
ZTE# config igmp enable      ;全局IGMP使能
ZTE# con igmp mvr mode proxy    ;设置IGMP为Proxy模式
ZTE# config igmp snooping dis   ;关闭IGMP Snooping
ZTE#config vlan 60 create     ;创建组播VLAN
ZTE#configure vlan 60 unit 1 ports 1 tag    ;将上联口加入组播VLAN
ZTE#config vlan 3800 create                  ;创建点播VLAN
ZTE#configure vlan 3800 unit 1 ports 1 tag    ;将上联口加入点播VLAN
ZTE#configure vlan 3800 unit 1 ports 13 tag   ;将用户PON口加入点播VLAN
ZTE#configure igmp mvr enable    ;设置IGMP MVR使能
ZTE#configure igmp mvr router-ip 10.2.0.2 mask 255.255.255.0     ;设置router-ip(可以不用设置)
ZTE#configure igmp mvr vlan 60 maxgroup 254     ;设置最大组播组 (最多可以1024)
ZTE#configure igmp mvr vlan 60 hostIp 10.2.0.2 mask 255.255.255.0    ;设置hostip
ZTE#configure igmp mvr vlan 60 unit 1 ports 1 src   ;添加组播源端口
ZTE#configure igmp mvr vlan 60 unit 1 ports 13 rcv   ;添加组播接收端口
ZTE#configure igmp mvr vlan 60 groupIp 239.253.40.1     ;添加组播频道,可以用批命令,如需删除组播组,在命令最后加delete即可),注意建议每次执行40条,否则多了出错比较难检查。

EPFC板上配置:
(A1) EPONC#con igmp enable
(A1) EPONC#con igmp mode proxy
(A1) EPONC#con olt-igmp proxy 1 disable
(A1) EPONC#con olt-igmp proxy 2 disable
(A1) EPONC#con olt-igmp proxy 3 disable
(A1) EPONC#con olt-igmp proxy 4 disable

对ONU进行配置(假设该ONU为OLTid=1、ONUid=1,机顶盒接在1口)
(A1) EPONC#config ctc vlan tag 1 1 port 1 vid 3800   ;设置端口1的PVID为点播VLAN
(A1) EPONC#con ctc multicast switch 1 1 snooping    ;设置组播方式为Snooping
(A1) EPONC#con ctc multicast vlan 1 1 port 1 add vlanlist 60   ;设置组播VLAN为60
(A1) EPONC#con ctc multicast group 1 1 port 1 max-num 255     ;设置最大组播组为255
(A1) EPONC#config ctc multicast tag-stripe 1 1 port 1 enable   ;设置端口剥离Tag使能。


时间:  2013-8-2 23:24
作者: ycqin1

iptv





通信人家园 (https://www.txrjy.com/) Powered by C114