9806H Multicast Basic Configuration
9806(config)# show ip igmp //Check igmp status and working mode
Mode : snooping
IGMP Status : enable
Aging Time : 300
CAC Status : enable
PRW Reset Period : 00:00:00
Recognition Time : 00:00:20
CDR Status : enable
CDR Max-records : 30000
Sms Server :
Report Interval : 15(minutes)
IgmpSpanVlan : disable
Current CDR Record Number : 0
Deny Right CDR Status : disable
Preview Right CDR Status : disable
CDR Record Interval : 60(minutes)
Bandwidth Control : enable
STB MAC Status : disable
General leave group address : 0.0.0.0
Vlan translate mode : disable
MVLAN List:
--------------------------------------
Press any key to continue (Q to quit)
9806(config)# ip igmp mode proxy //Set working mode
9806(config)# add-vlan 100 //Create vlan 100
9806(config)# vlan 100 5/1 tag // Add uplink port to vlan 100
9806(config)# vlan 100 1/1 untag // Add subscriber port to vlan 100
9806(config)# ip igmp mvlan 100 //Set vlan 100 as mvlan
9806(config)# ip igmp mvlan 100 group 239.1.2.3 //Set multicast groups of mvlan 100
9806(config)# ip igmp mvlan 100 source-port 5/1 //Set source port of mvlan 100
9806(config)# ip igmp mvlan 100 receiver-port 1/1-12 //Set receiver port of mvlan 100
9806(config)# ip igmp cac disable //Disable CSC function.