2014年2月18日星期二

Configure the multicast service on MA5616

Create  MA5683T    VLANs.

huawei(config)#vlan 4002-4003 smart

Add the uplink port and the subtending port to the VLANs.

huawei(config)#port vlan 4002-4003 0/0 1

huawei(config)#port vlan 4002-4003 0/0 0

Configure multicast VLANs and the IGMP mode.

 NOTE:

The IGMP mode can be configured to IGMP proxy or IGMP snooping according to the requirements. In this example, the IGMP mode is IGMP proxy. If the planned IGMP mode is IGMP snooping, you can configure the IGMP snooping mode by running the igmp mode snooping command in multicast VLAN mode.

If configuring the IGMP mode fails, check whether the IGMP function is disabled. That is, the IGMP mode can be switched only when the IGMP function is disabled.

huawei(config)#multicast-vlan 4002

huawei(config-mvlan4002)#igmp mode proxy

  Are you sure to change IGMP mode?(y/n)[n]:y

huawei(config-mvlan4002)#multicast-vlan 4003

huawei(config-mvlan4003)#igmp mode proxy

  Are you sure to change IGMP mode?(y/n)[n]:y

Configure the multicast uplink port.

huawei(config-mvlan4003)#igmp uplink-port 0/0/1

huawei(config-mvlan4003)#multicast-vlan 4002

huawei(config-mvlan4002)#igmp uplink-port 0/0/1

Configure multicast programs.

 NOTE:

A multicast program can be configured statically or generated dynamically. In this example, the multicast program is configured statically.

In static configuration mode, you can run the igmp program add command to add multicast programs in batches. You cannot name a program, instead the system automatically names a program PROGRAM-M, in which M is the index of the added program.

huawei(config-mvlan4002)#igmp program add name program1 ip 224.1.1.1 sourceip 10.10.10.10

huawei(config-mvlan4002)#multicast-vlan 4003

huawei(config-mvlan4003)#igmp program add name program2 ip 224.1.1.2 sourceip 10.10.10.11

huawei(config-mvlan4003)#quit

Configure the multicast subtending port.

huawei(config)#btv

huawei(config-btv)#igmp cascade-port 0/0/0

Save the data.

huawei(config-btv)#quit


huawei(config  MA5600  )#save

没有评论:

发表评论