<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.frotmail.nl/index.php?action=history&amp;feed=atom&amp;title=Cisco%3A_Multicast</id>
	<title>Cisco: Multicast - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.frotmail.nl/index.php?action=history&amp;feed=atom&amp;title=Cisco%3A_Multicast"/>
	<link rel="alternate" type="text/html" href="https://wiki.frotmail.nl/index.php?title=Cisco:_Multicast&amp;action=history"/>
	<updated>2026-08-06T03:39:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.frotmail.nl/index.php?title=Cisco:_Multicast&amp;diff=24&amp;oldid=prev</id>
		<title>Eric: Created page with &quot;Ripped from [http://roggyblog.blogspot.com/2009/10/multicast-lab-with-vlc-howto.html]  BSR info: [http://blog.ine.com/2009/04/07/understanding-bsr-protocol/]  R1  !  ip multicast-routing  !  !  interface Loopback0   ip address 1.1.1.1 255.255.255.255   ip pim sparse-mode  !  interface FastEthernet1/0   description wan   ip address 10.0.12.1 255.255.255.0   ip pim sparse-mode   duplex auto   speed auto  !  interface FastEthernet2/0   description lan   ip address 192.168.1...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.frotmail.nl/index.php?title=Cisco:_Multicast&amp;diff=24&amp;oldid=prev"/>
		<updated>2022-04-04T19:14:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Ripped from [http://roggyblog.blogspot.com/2009/10/multicast-lab-with-vlc-howto.html]  BSR info: [http://blog.ine.com/2009/04/07/understanding-bsr-protocol/]  R1  !  ip multicast-routing  !  !  interface Loopback0   ip address 1.1.1.1 255.255.255.255   ip pim sparse-mode  !  interface FastEthernet1/0   description wan   ip address 10.0.12.1 255.255.255.0   ip pim sparse-mode   duplex auto   speed auto  !  interface FastEthernet2/0   description lan   ip address 192.168.1...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ripped from [http://roggyblog.blogspot.com/2009/10/multicast-lab-with-vlc-howto.html]&lt;br /&gt;
&lt;br /&gt;
BSR info: [http://blog.ine.com/2009/04/07/understanding-bsr-protocol/]&lt;br /&gt;
&lt;br /&gt;
R1&lt;br /&gt;
 !&lt;br /&gt;
 ip multicast-routing&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface Loopback0&lt;br /&gt;
  ip address 1.1.1.1 255.255.255.255&lt;br /&gt;
  ip pim sparse-mode&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet1/0&lt;br /&gt;
  description wan&lt;br /&gt;
  ip address 10.0.12.1 255.255.255.0&lt;br /&gt;
  ip pim sparse-mode&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet2/0&lt;br /&gt;
  description lan&lt;br /&gt;
  ip address 192.168.1.1 255.255.255.0&lt;br /&gt;
  ip pim sparse-mode&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 router ospf 1&lt;br /&gt;
  router-id 1.1.1.1&lt;br /&gt;
  log-adjacency-changes&lt;br /&gt;
  network 1.1.1.1 0.0.0.0 area 1&lt;br /&gt;
  network 10.0.12.0 0.0.0.255 area 0&lt;br /&gt;
  network 10.0.13.0 0.0.0.255 area 0&lt;br /&gt;
  network 192.168.1.0 0.0.0.255 area 1&lt;br /&gt;
 !&lt;br /&gt;
 !Define this router as a RP&lt;br /&gt;
 ip pim rp-candidate Loopback0&lt;br /&gt;
 !&lt;br /&gt;
&lt;br /&gt;
R2&lt;br /&gt;
 ip multicast-routing&lt;br /&gt;
 !&lt;br /&gt;
 interface Loopback0&lt;br /&gt;
  ip address 2.2.2.2 255.255.255.255&lt;br /&gt;
  ip pim sparse-mode&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet1/0&lt;br /&gt;
  description wan&lt;br /&gt;
  ip address 10.0.12.2 255.255.255.0&lt;br /&gt;
  ip pim sparse-mode&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet1/1&lt;br /&gt;
  description lan&lt;br /&gt;
  ip address 192.168.2.2 255.255.255.0&lt;br /&gt;
  ip pim sparse-mode&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 router ospf 1&lt;br /&gt;
  router-id 2.2.2.2&lt;br /&gt;
  log-adjacency-changes&lt;br /&gt;
  network 2.2.2.2 0.0.0.0 area 2&lt;br /&gt;
  network 10.0.12.0 0.0.0.255 area 0&lt;br /&gt;
  network 192.168.2.0 0.0.0.255 area 2&lt;br /&gt;
 !&lt;br /&gt;
 !Define router as a Bootstrap Router Candidate&lt;br /&gt;
 ip pim bsr-candidate Loopback0 0&lt;br /&gt;
 !&lt;br /&gt;
&lt;br /&gt;
[[File:multicast.jpg]]&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
ip pim bsr-candidate and ip pim rp-candidate can both be added to the same router if you wish. Therefore in this lab we could of defines both on R1 and left R2 with only ip pim sparse on its interfaces.&lt;br /&gt;
&lt;br /&gt;
Here are the batch files used in VLC:&lt;br /&gt;
StartMulticast.bat:&lt;br /&gt;
 &amp;quot;C:\Program Files\VideoLAN\VLC\vlc.exe&amp;quot; -vvv test.m4v :sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=udp,mux=ts,dst=239.0.0.1:1234} --ttl 12&lt;br /&gt;
&lt;br /&gt;
StartVideo.bat&lt;br /&gt;
 call &amp;quot;C:\Program Files\VideoLAN\VLC\vlc.exe&amp;quot; -vvv udp://@239.0.0.1:1234&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Voorbeeldconfigs]][[Category:Cisco]][[Category:Networking]]&lt;/div&gt;</summary>
		<author><name>Eric</name></author>
	</entry>
</feed>