cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
524
Views
0
Helpful
3
Replies

Multicasting between VRF on same switch

Hello Everyone,

I am working on Multicast scenario, There is one 6513E switch one 2960 switch. Two VRF's are configured in core switch (6513) IPTV-SRV and Villa-VRF

IPTV-SRV vrf has IPTV server and Villa-VRF has IPTV i.e. client.

VLAN 30 is mapped to IPTV-SRV vrf with subnet address 192.168.30.0/24

VLAN 12 is mapped to Villa-VRF with subnet address 192.168.12.0/24

I did the following configuration for VRF but its not working . i am not an expert in multicast design but seems i did most of the configs.

Need help in this regards,

ip vrf IPTV-SRV

rd 30:1

mdt default 232.1.1.1

route-target export 30:1

route-target import 10:1

route-target import 11:1

route-target import 40:1

!

ip vrf Villa-VRF

rd 10:1

mdt default 232.1.1.2

route-target export 10:1

route-target import 200:1

route-target import 30:1

route-target import 40:1

route-target import 100:1

route-target import 70:1

ip multicast-routing

ip multicast-routing vrf Villa-VRF

ip multicast-routing vrf IPTV-SRV

interface Vlan12

description Villa-IPTV-VLAN

ip vrf forwarding Villa-VRF

ip address 192.168.12.1 255.255.255.0

ip helper-address 192.168.30.10

ip pim sparse-dense-mode

interface Vlan30

description IPTV-SRV-VLAN

ip vrf forwarding IPTV-SRV

ip address 192.168.30.1 255.255.255.0

ip pim sparse-dense-mode

router bgp 65000

bgp router-id 1.1.1.1

bgp log-neighbor-changes

  !

address-family ipv4 vrf IPTV-SRV

  redistribute connected

exit-address-family

address-family ipv4 vrf Villa-VRF

  redistribute connected

exit-address-family

ip pim snooping

ip pim vrf Villa-VRF rp-address 192.168.30.10

ip pim vrf IPTV-SRV rp-address 192.168.30.10 override

3 Replies 3

Need some suggestions from multicast experts on the above configuration.

Thanks in Advance.

Leo Laohoo
Hall of Fame
Hall of Fame

Duplicate post #2.

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

I am not sure why you have so many import statments in each vrf while you only have 2 vrfs.

Can you try leaking the vrfs together and test:

ip vrf IPTV-SRV

rd 10:1

mdt default 232.1.1.1

route-target export 10:100

route-target import 10:100

route-target import 3:100

!

ip vrf Villa-VRF

rd 30:1

mdt default 232.1.1.2

route-target export 30:100

route-target import 30:100

route-target import 10:100

HTH

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card