Multicast configuration

William F. Maton wmaton@ryouko.dgim.crc.ca
Fri, 16 Mar 2001 08:20:12 -0500 (EST)


On Fri, 16 Mar 2001, Pim van Pelt wrote:

> A lot of attention in the multicast field.  Excellent!
> 
> I'm running on the native AMS-v6-IX with some Cisco 3640s and am wondering how one would
> set up multicast BGP sessions. I'm not that smart with IOS but if someone can give out
> his/her configuration (snippets) then I think many of the lists subscribers would have
> some clues.

Well, from what I can see (and thanks to Antonio Querebin for pointing
this out), the Cisco's currently don't do MBGP over IPv6 - But Zebra does.
So if you have a box that can run IPv6, you might look at installing Zebra
and trying that out.

For IPv4 MBGP, my Cisco has this:

router bgp 818
!
etc
!
 address-family ipv4 multicast
 redistribute ospf 818
 neighbor 142.92.10.82 activate
 neighbor 142.92.10.82 send-community
 neighbor 142.92.39.75 activate
 neighbor 142.92.39.75 send-community
 neighbor 205.189.32.218 activate
 neighbor 205.189.32.218 next-hop-self
 neighbor 205.189.32.218 send-community
 neighbor 205.189.32.218 soft-reconfiguration inbound
 neighbor 205.189.32.218 route-map Set_Community out
 bgp dampening
 network 142.62.0.0
 network 142.92.0.0
 network 192.75.72.0
 aggregate-address 142.62.0.0 255.255.0.0 summary-only
 aggregate-address 142.92.0.0 255.255.0.0 summary-only
 exit-address-family
!

This is on 12.1(7).

> 
> Of course, I'm open for any peering requests at or neer AMS-IX.
> 212.19.192.218 			IPv4
> 3ffe:8110::1/2001:6e0::1	IPv6
> 
> regards,
> Pim (not the protocol, the person :)
> 
> 
> -- 
> ---------- - -    - - -+- - -    - - ----------
> Pim van Pelt                 Email: pim@ipng.nl
> http://www.ipng.nl/             IPv6 Deployment
> -----------------------------------------------
> 



wfms