7750 SR multicast lab

Post Reply
otgx

7750 SR multicast lab

Post by otgx »

Hi expert,
I am doing a multicast lab and I can't make it work for a week now. here is topology

Server <---> ( SR 1) <---> (SR 2) <---> Client

server and client is VLC
routing protocol is OSPF, client can ping to server.
I can make it works on Cisco router (there is many tutorials), but for 7750 SR I have no luck.
Can any one help me on this?
Thanks in advanced.
Stoffen
Member
Posts: 153
Joined: 23 May 2014 05:32
Location: Norway

Re: 7750 SR multicast lab

Post by Stoffen »

Hi.

Can you share your configuration?
[flash=]
Christoffer

Network System Expert Norway
Nokia SRA #265
Alcatel-Lucent SRC 3RP Certified #552
Alcatel-Lucent SRC NRS-2 Certified #1104
Huawei HCNP Routing & Switching certified
Cisco CCNP Certified
LinkedIN
[/flash]
otgx

Re: 7750 SR multicast lab

Post by otgx »

Here is Multicast configuration:
SR1:
7750SR_1>config>router>pim# info
interface "system"
exit
interface "to_SKYTEL_SR_2(1/1/1)"
exit
interface "IPTV_Test"
exit
rp
static
address 10.4.0.2
group-prefix 239.0.0.0/8
exit
exit
bsr-candidate
shutdown
exit
rp-candidate
shutdown
exit
exit
no shutdown
7750SR_1>config>router>igmp# info
ssm-translate
grp-range 239.0.0.0 239.255.255.255
source 10.4.0.2
exit
exit
interface "to_SKYTEL_SR_2(1/1/1)"
exit
interface "IPTV_Test"
exit
query-response-interval 1
no shutdown
7750SR_1>config>router>if# info
----------------------------------------------
address 10.4.0.1/25
description "IPTV_test"
port 1/1/13

SR2:
7750SR_2>config>router>pim# info
----------------------------------------------
interface "to_Skytel7750SR_2"
exit
interface "To_IPTV_Client"
exit
rp
static
address 10.4.0.2
group-prefix 239.0.0.0/8
exit
exit
bsr-candidate
shutdown
exit
rp-candidate
shutdown
exit
exit
no shutdown
7750SR_2>config>router>if# info
address 10.4.0.129/25
description "To_IPTV_CLient"
port 1/1/7
no shutdown

VLC Server:
Address address 10.4.0.2/25
Multicast: 239.255.12.42:1234
VLC Client:
Address 10.4.0.130/25
hsh

Re: 7750 SR multicast lab

Post by hsh »

Hi,

All you need to do is this: Run pim on the link between SRs and eable pim on interface pointing to multicast server. Enable IGMP toward the client.

Server <-PIM-> ( SR 1) <-PIM-> (SR 2) <-IGMP-> Client

RP is not the source.

#rp
#static
#address 10.4.0.2

You do not need an RP if you are doing SSM-translation. IGMPv2 joins received from clients (*,G) will be translated to (SG) therefore the RP presence is not necessary.
Post Reply

Return to “7750 SR”