Skip to Content.
Sympa Menu

wg-multicast - USHMM multicast via MAX, was Re: Fwd: Quick question

Subject: All things related to multicast

List archive

USHMM multicast via MAX, was Re: Fwd: Quick question


Chronological Thread 
  • From: Caren Litvanyi <>
  • To:
  • Cc:
  • Subject: USHMM multicast via MAX, was Re: Fwd: Quick question
  • Date: Tue, 25 Apr 2006 15:31:53 +0000 (UTC)

Hi,
I'm one of the Abilene engineers.
When I look at our WashingtonDC router, where MAX connects,
I only see one route being advertised from your AS (33738),
66.208.61.0/24. This is being advertised to us as a unicast
only route from MAX, and from their router proxy, it appears
they are receiving it from you as a unicast only route.
http://rdweb.cns.vt.edu/public/tools/maxproxy/junosproxy.cgi
I do see pim up between your router and MAX, which is good.
So one thing to fix is you advertising, and MAX accepting,
your route as multicast-rpfable in BGP.
There may be more issues I can find, but I thought I'd start
with that one.
What IP address exactly do you point to for your RP?
Did you say you are not running your own RP? I'm still
a little confused on your setup.
Thanks,
Caren
------------
Caren Litvanyi, network engineer
Global Research NOC at Indiana University

o:812-856-4576 c:720-839-7739


On Tue, 25 Apr 2006, Marshall Eubanks wrote:

Begin forwarded message:

From:

Date: April 25, 2006 8:14:09 AM EDT
To: Marshall Eubanks
<>
Subject: Re: Quick question

I tried to describe the issue as best as I can - I certainly would
appreciate any help.
-------------------------------------------------------------------------------------

Chandra
U S Holocaust Memorial Museum

------------------------------------------------------------------------
The problem may be on my edge router. One of its Ethernet infaces on this
router connects to gigapop (MAX at UMd) and the other goes into a small LAN
subnet on my side - No firewall in between. Our RP is already setup, acc.
to MAX folks, at the gigapop and the interface on their router where my
link goes to is multicast enabled as well. I am not able to see any
multicast SAP (or should I, since I am not the RP). Also, I cannot see a
known multicast video stream from Ann Arbor, that is viewable from other
multicast-ebaled sites. Here is what I did on our edge router:

ENABLE MULTICAST ROUTING ON THE WAN ROUTER:
The first item should be a no-brainer (enabling multicast routing on the
WAN router):
ip multicast-routing

--------------------------------------------------------------------------------
SET UP MBGP:
On the next item (setting up MBGP), I expect we?ll probably stick with the
same IP addresses and ASN as are currently used in the regular BGP
statement, and modify that as recommended in the Abilene instructions to
be:
neighbor 206.196.177.221 remote-as 10886
address-family ipv4 unicast
neighbor 206.196.177.221 activate
neighbor 206.196.177.221 remote-as 10886
address-family ipv4 multicast
neighbor 206.196.177.221 activate

-----------------------------------------------------------------------------------
CONFIGURE PIM: <<<<<< This is done on both Internet-2 interface and myside
LAN interface.
Then, we must enable PIM on each of the interfaces involved in the
multicast situation?the one connecting to the VBRICK VLAN and the interface
used to connect to the Internet 2 router.
ip pim sparse-mode

We will create this access list to block unwanted multicast streams:
ip access-list standard multicast-boundary
deny 224.0.1.39
deny 224.0.1.40
deny 239.0.0.0 0.255.255.255
permit any

That access list will then be applied to the interface connecting to the
Internet 2 router:
ip multicast boundary multicast-boundary

-------------------------------------------------------------------------------------
CONFIGURE MSDP
Finally, we enable MSDP to the Internet2 RP (206.196.177.247)

ip msdp peer 206.196.177.247
ip msdp sa-filter out 206.196.177.247 list 111

access-list 111 deny ip any host 224.0.1.2
access-list 111 deny ip any host 224.0.1.3
access-list 111 deny ip 10.0.0.0 0.255.255.255 any
access-list 111 deny ip 127.0.0.0 0.255.255.255 any
access-list 111 deny ip 172.16.0.0 0.15.255.255 any
access-list 111 deny ip 192.168.0.0 0.0.255.255 any
access-list 111 permit ip any any



------------
Caren Litvanyi, network engineer
Global Research NOC at Indiana University

o:812-856-4576 c:720-839-7739


  • Fwd: Quick question, Marshall Eubanks, 04/25/2006
    • USHMM multicast via MAX, was Re: Fwd: Quick question, Caren Litvanyi, 04/25/2006

Archive powered by MHonArc 2.6.16.

Top of Page