Hi All,
I have problem with my multicast traffic, the topology like this:

Configuration on nexus 7000 Box 1:
interface Vlan951
ip address 10.204.137.66/27
ip ospf passive-interface
ip router ospf 1 area 0.0.0.207
hsrp 951
ip 10.204.137.65
Configuration on nexus 7000 Box 2:
interface Vlan951
ip address 10.204.137.67/27
ip ospf passive-interface
ip router ospf 1 area 0.0.0.207
hsrp 951
ip 10.204.137.65
Verification on Box 1 and Box 2:
show ip igmp snooping vlan 951
#IGMP Snooping information for vlan 951
IGMP snooping enabled
Lookup mode: IP
Optimised Multicast Flood (OMF) enabled
IGMP querier none
Switch-querier disabled
IGMPv3 Explicit tracking enabled
IGMPv2 Fast leave disabled
IGMPv1/v2 Report suppression enabled
IGMPv3 Report suppression disabled
Link Local Groups suppression enabled
Router port detection using PIM Hellos, IGMP Queries
Number of router-ports: 1
Number of groups: 27
VLAN vPC function enabled
Active ports:
Po24
the problem is, packet multicast cannot forward and receive on server vlan 951.
My question:
1. By default, igmp snooping layer 2 enable. Will I configuring another command to enable multicast layer 2?
2. can you give me how to configure multicast layer 2 on nexus 7000? and how to verify it?
3. can you give me how to configure multicast layer 2 onFabric interconnect? and how to verify it?
Thanks