cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
618
Views
0
Helpful
1
Replies

Multicasting on WAN;

AKK
Level 1
Level 1

Hi All,

I need your help to enable multicasting over the WAN. I have a 6500 SW connected to router and from router I have 3 MPLS links connected given by different service provider running with EBGP. I have around 30 branches running EBGP with Service Provider, and want to multicast VC to branch location from DC.

How to do that, what are all the things I need to enable in my 6500 Switch as server is connected to this switch.

Thanks in advance.

Regards

AKs

1 Reply 1

Mahesh Gohil
Level 7
Level 7

Hi,

For me it is working fine with below set of commands

At HO side


global

ip multicast-routing

LAN:

ip igmp version 3

WAN:

ip pim sparse-dense mode
ip igmp static-group source


At Access side

global

ip multicast-routing

LAN:

ip igmp version 3

WAN:

ip pim sparse-dense mode
ip igmp join-group

You should verify pim neighborship by "sh ip pim neighbor" and to view traffic "sh ip mroute"command

Regards

Mahesh