Customer has IPTV data center with Nexus 9508, where SVI 105 VLAN is configured with 2 IP address. 10.68.24.2/24 as unicast network GW and 10.68.23.129/29 is source addresses for Multicast service.
Primary network [10.68.24.0/24] has to communicate with some other server in as part of DMZ in ASA
Secondary MC network [10.68.23.128/29] has some IGMP receivers on vrf INTERNAL as well vrf EXTERNAL
How can I ensure that Multicast can be made available to both network?
interface vlan 105
vrf member INTERNAL
ip ospf passive-interface
ip igmp version 3
ip pim sparse-mode
ip address 10.68.24.2/24
ip address 10.68.23.129/29 secondary
ip unreachables
ip dhcp relay address 10.68.27.171
no ip redirects
hsrp version 2
no shutdown
hsrp 105
preempt
ip 10.68.24.1
authentication md5 key-chain hsrp2
priority 100