<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>IP Multicast Tools</title>
	<atom:link href="http://ipmulticasttools.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ipmulticasttools.wordpress.com</link>
	<description>Tools, tips, and suggestions for Network Engineers</description>
	<lastBuildDate>Thu, 27 Jan 2011 04:15:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ipmulticasttools.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>IP Multicast Tools</title>
		<link>http://ipmulticasttools.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ipmulticasttools.wordpress.com/osd.xml" title="IP Multicast Tools" />
	<atom:link rel='hub' href='http://ipmulticasttools.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ip multicast design with two rendezvous points</title>
		<link>http://ipmulticasttools.wordpress.com/2010/04/07/ip-multicast-design-with-two-rendezvous-points/</link>
		<comments>http://ipmulticasttools.wordpress.com/2010/04/07/ip-multicast-design-with-two-rendezvous-points/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 17:51:49 +0000</pubDate>
		<dc:creator>knightgd</dc:creator>
				<category><![CDATA[ip multicast]]></category>

		<guid isPermaLink="false">http://ipmulticasttools.com/?p=55</guid>
		<description><![CDATA[I recently had an interesting ip multicast problem to solve. I needed to split multicast traffic on my network based on sender and receiver location. There is an older Cisco Call Manger on my network that provides (among other things) music-on-hold (MOH) to around 900 ip phones. There is also a new Cisco Call Manager [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=55&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently had an interesting ip multicast problem to solve.</p>
<p>I needed to split multicast traffic on my network based on sender and receiver location.</p>
<p>There is an older Cisco Call Manger on my network that provides (among other things) music-on-hold (MOH) to around 900 ip phones.</p>
<p>There is also a new Cisco Call Manager on a different part of my network that provides this same function to about different 700 phones.</p>
<p>The challenge is to use ip pim sparse-mode and multiple rendezvous points (RP) to send the MOH stream from the correct Call Manager to the correct phone.</p>
<p>By the way , all this needed to be accomplished while also considering the ip mulitcast needs of Vocera badges, security cameras, and the need to be scalable for future ip mulitcast applications.</p>
<p>The topology diagram below along with the list configuration is the solution I developed, tested, and implemented.</p>
<p>Please drop a comment if would like any further information on the topic.</p>

<a href='http://ipmulticasttools.wordpress.com/2010/04/07/ip-multicast-design-with-two-rendezvous-points/ip-multicast-design-with-two-rendezvous-points-2/' title='ip multicast design with two rendezvous points'><img data-attachment-id='95' data-orig-size='806,798' data-liked='0'width="150" height="148" src="http://ipmulticasttools.files.wordpress.com/2010/04/enterprise-ip-multicast-iem1.jpg?w=150&#038;h=148" class="attachment-thumbnail" alt="ip multicast design with two rendezvous points" title="ip multicast design with two rendezvous points" /></a>

<p>The multicast configuration  to accompany the diagram is listed below.</p>
<p>multicast configurations</p>
<p>Router A</p>
<p>!</p>
<p>ip pim rp-address 10.3.###.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>interface Vlan210</p>
<p>description User Vlan</p>
<p>ip address 10.###.10.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>interface Vlan403</p>
<p>description VoIP Gateway Vlan</p>
<p>ip address 10.###.131.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>interface Vlan404</p>
<p>description VoIP Phone Vlan</p>
<p>ip address 10.###.141.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>interface Vlan1130</p>
<p>description Security Camera Vlan</p>
<p>ip address 10.###.15.1 255.255.255.0</p>
<p>ip helper-address 10.20.60.10</p>
<p>ip helper-address 10.20.60.11</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>interface Vlan2111</p>
<p>description Uplink Vlan to ROUTERB(1)-6500 te11/2</p>
<p>ip address 10.###.111.5 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>interface Vlan2221</p>
<p>description Uplink Vlan to ROUTERB(2)-6500 te11/2</p>
<p>ip address 10.###.221.5 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>Router b(1)</p>
<p>ip pim rp-address 10.3.xxx.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>interface Vlan341</p>
<p>description ROUTERE(1)-6500 tenG13/1</p>
<p>ip address 10.3.###.3 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip route-cache</p>
<p>ip summary-address eigrp 210 10.0.0.0 0.0.0.255</p>
<p>no ip mroute-cache</p>
<p>end</p>
<p>!</p>
<p>interface Vlan2111</p>
<p>description ROUTER A-6500 te5/4</p>
<p>ip address 10.242.###.3 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>Router B(2)</p>
<p>ip pim rp-address 10.3.###.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>interface Vlan342</p>
<p>description ROUTERE(2)-6500 te13/8</p>
<p>ip address 10.3.###.4 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip route-cache</p>
<p>no ip mroute-cache</p>
<p>end</p>
<p>!</p>
<p>interface Vlan2221</p>
<p>description RouterA tenG6/4</p>
<p>ip address 10.###.221.4 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>ROUTERE(1)-6500</p>
<p>ip pim rp-address 10.3.###.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>ip msdp peer 10.3.239.2 connect-source Loopback1</p>
<p>ip msdp cache-sa-state</p>
<p>ip msdp originator-id Loopback1</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>interface Loopback1</p>
<p>description MSDP Peer Address</p>
<p>ip address 10.3.###.1 255.255.255.255</p>
<p>end</p>
<p>!</p>
<p>interface Vlan120</p>
<p>description vlan 120 to ROUTERF-6500</p>
<p>ip address 10.3.###.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>!</p>
<p>interface Vlan341</p>
<p>description ROUTERB(1)-6500 te7/4</p>
<p>ip address 10.3.##.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>interface Vlan351</p>
<p>description ROUTERD(1)-6500 te5/4</p>
<p>ip address 10.3.###.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>ROUTERE(2)-6500</p>
<p>ip pim rp-address 10.3.###.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>ip msdp peer 10.3.239.1 connect-source Loopback1</p>
<p>ip msdp cache-sa-state</p>
<p>ip msdp originator-id Loopback1</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>interface Loopback1</p>
<p>description MSDP Peer Address</p>
<p>ip address 10.3.###.2 255.255.255.255</p>
<p>end</p>
<p>!</p>
<p>interface Vlan121</p>
<p>description vlan 121 to ROUTERF-6500</p>
<p>ip address 10.3.###.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>!</p>
<p>interface Vlan342</p>
<p>description ROUTERB(2)-6500 te7/4</p>
<p>ip address 10.3.###.1 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>!</p>
<p>interface Vlan352</p>
<p>description ROUTERD(2)-6500 te5/4</p>
<p>ip address 10.3.###.2 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>end</p>
<p>ROUTERF-6500&gt;ROUTERF-15msfc</p>
<p>!</p>
<p>ip pim rp-address 10.3.###.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>interface Vlan120</p>
<p>description Uplink to ROUTERE(1)</p>
<p>ip address 10.3.###.5 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip unreachables</p>
<p>end</p>
<p>!</p>
<p>interface Vlan121</p>
<p>description Uplink to ROUTERE(2)</p>
<p>ip address 10.3.###.5 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip unreachables</p>
<p>end</p>
<p>!</p>
<p>interface Vlan140</p>
<p>description ROUTERF 14th Floor</p>
<p>ip address 10.120.###.5 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip redirects</p>
<p>no ip unreachables</p>
<p>standby 140 priority 100 preempt</p>
<p>standby 140 ip 10.120.140.1</p>
<p>end</p>
<p>ROUTERF-6500&gt;ROUTERF-16msfc</p>
<p>!</p>
<p>ip pim rp-address 10.3.###.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>interface Vlan120</p>
<p>description Uplink to ROUTERE(1)</p>
<p>ip address 10.3.###.6 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip unreachables</p>
<p>end</p>
<p>!</p>
<p>interface Vlan121</p>
<p>description Uplink to ROUTERE(2)</p>
<p>ip address 10.3.xxx.6 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>ip helper-address 10.22.60.50</p>
<p>no ip unreachables</p>
<p>end</p>
<p>!</p>
<p>interface Vlan140</p>
<p>description ROUTERF 14th Floor</p>
<p>ip address 10.###.140.6 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip redirects</p>
<p>no ip unreachables</p>
<p>standby 140 priority 101 preempt</p>
<p>standby 140 ip 10.120.###.1</p>
<p>end</p>
<p>ROUTERD(1)-6500</p>
<p>ip pim rp-address 10.3.###.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>ip msdp peer 10.###.239.2 connect-source Loopback1</p>
<p>ip msdp cache-sa-state</p>
<p>ip msdp originator-id Loopback1</p>
<p>!</p>
<p>ip access-list standard VOIPMC</p>
<p>permit 239.###.10.0 0.0.0.255</p>
<p>permit 239.###.80.0 0.0.0.255</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>interface Loopback1</p>
<p>description MSDP Peer Address</p>
<p>ip address 10.###.239.1 255.255.255.255</p>
<p>!</p>
<p>interface Loopback239</p>
<p>description RP Anycast Address</p>
<p>ip address 10.###.239.255 255.255.255.255</p>
<p>!</p>
<p>interface Vlan10</p>
<p>description Call Manager Vlan</p>
<p>ip address 10.###.10.2 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.10.1</p>
<p>standby 1 priority 255</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan20</p>
<p>description Unity Vlan</p>
<p>ip address 10.###.20.2 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.20.1</p>
<p>standby 1 priority 255</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan30</p>
<p>description IPCC Vlan</p>
<p>ip address 10.###.30.2 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.30.1</p>
<p>standby 1 priority 255</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan60</p>
<p>description Vocera Vlan</p>
<p>ip address 10.###.60.2 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.60.1</p>
<p>standby 1 priority 255</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan351</p>
<p>description ROUTERE(1)-6500 te13/3</p>
<p>ip address 10.3.###.3 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip route-cache</p>
<p>no ip mroute-cache</p>
<p>end</p>
<p>ROUTERD(2)-6500</p>
<p>ip pim rp-address 10.3.239.255</p>
<p>ip pim rp-address 10.###.239.255  VOIPMC</p>
<p>ip pim spt-threshold infinity</p>
<p>ip msdp peer 10.###.239.1 connect-source Loopback1</p>
<p>ip msdp cache-sa-state</p>
<p>ip msdp originator-id Loopback1</p>
<p>!</p>
<p>ip multicast-routing</p>
<p>!</p>
<p>interface Loopback1</p>
<p>description MSDP Peer Address</p>
<p>ip address 10.###.239.2 255.255.255.255</p>
<p>!</p>
<p>interface Loopback239</p>
<p>description RP Anycast Address</p>
<p>ip address 10.###.239.255 255.255.255.255</p>
<p>!</p>
<p>interface Vlan10</p>
<p>description Call Manager Vlan</p>
<p>ip address 10.###.10.3 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.10.1</p>
<p>standby 1 priority 254</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan20</p>
<p>description Unity Vlan</p>
<p>ip address 10.###.20.3 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.20.1</p>
<p>standby 1 priority 254</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan30</p>
<p>description IPCC Vlan</p>
<p>ip address 10.###.30.3 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.30.1</p>
<p>standby 1 priority 254</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan60</p>
<p>description Vocera Vlan</p>
<p>ip address 10.###.60.3 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>standby 1 ip 10.###.60.1</p>
<p>standby 1 priority 254</p>
<p>standby 1 preempt</p>
<p>!</p>
<p>interface Vlan352</p>
<p>description ROUTERE(2)-6500 uplink vlan</p>
<p>ip address 10.3.###.4 255.255.255.0</p>
<p>ip pim sparse-mode</p>
<p>no ip route-cache</p>
<p>ip summary-address eigrp 210 10.###.0.0 255.255.0.0 5</p>
<p>no ip mroute-cache</p>
<p>end</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ipmulticasttools.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ipmulticasttools.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ipmulticasttools.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ipmulticasttools.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ipmulticasttools.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ipmulticasttools.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ipmulticasttools.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ipmulticasttools.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ipmulticasttools.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ipmulticasttools.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ipmulticasttools.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ipmulticasttools.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ipmulticasttools.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ipmulticasttools.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=55&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ipmulticasttools.wordpress.com/2010/04/07/ip-multicast-design-with-two-rendezvous-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cd949429823f51525f953aa3cc051d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">knightgd</media:title>
		</media:content>

		<media:content url="http://ipmulticasttools.files.wordpress.com/2010/04/enterprise-ip-multicast-iem1.jpg?w=150" medium="image">
			<media:title type="html">ip multicast design with two rendezvous points</media:title>
		</media:content>
	</item>
		<item>
		<title>ip multicast designated router</title>
		<link>http://ipmulticasttools.wordpress.com/2010/03/28/ip-multicast-designated-router/</link>
		<comments>http://ipmulticasttools.wordpress.com/2010/03/28/ip-multicast-designated-router/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 03:00:12 +0000</pubDate>
		<dc:creator>knightgd</dc:creator>
				<category><![CDATA[ip multicast]]></category>

		<guid isPermaLink="false">http://ipmulticasttools.com/?p=52</guid>
		<description><![CDATA[I worked recently  with Cisco TAC on a case that lasted several hours .  My network was having trouble successfully passing music-on-hold from the Call Manager (multicast sender) to the Cisco VOIP phones (multicast receiver) that are located at various locations across the layer 3 core. The TAC engineer introduced me to the dr-priority command.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=52&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I worked recently  with Cisco TAC on a case that lasted several hours .  My network was having trouble successfully passing music-on-hold from the Call Manager (multicast sender) to the Cisco VOIP phones (multicast receiver) that are located at various locations across the layer 3 core.</p>
<p>The TAC engineer introduced me to the dr-priority command.  With this command you can set a designated router (dr) for forwarding the multicast traffic along the pat from the sender to the receiver.  This is helpful when there is possibly more than one router along an equal-cost path.  An example would be HSRP with a virtual router on the front of two or more physical (or vlan) interfaces.</p>
<p>The Cisco IOS information to configure this is below.</p>
<h2>ip pim dr-priority</h2>
<p>To set the priority for which a router is elected as the designated router (DR), use the <strong>ip pim dr-priority </strong>command in interface configuration mode. To disable this function, use the <strong>no</strong> form of this command.</p>
<p><strong>ip pim dr-priority </strong><em>priority-value </em></p>
<p>no <strong>ip pim dr-priority </strong><em>priority-value </em></p>
<h3>Syntax Description</h3>
<table border="1" cellspacing="0" cellpadding="0" width="80%">
<tbody>
<tr>
<td width="23%" valign="top"><em>priority-value</em></td>
<td width="76%" valign="top">Value in the range from 0 to   4294967294 used to determine the priority of the router to be selected as the   DR.</td>
</tr>
</tbody>
</table>
<h3>Defaults</h3>
<p>The command is disabled.</p>
<h2>Command Modes</h2>
<p>Interface configuration</p>
<h3>Command History</h3>
<table border="1" cellspacing="0" cellpadding="0" width="80%">
<tbody>
<tr>
<td valign="bottom"><strong>Release </strong></td>
<td valign="bottom"><strong>Modification </strong></td>
</tr>
<tr>
<td valign="top">12.1(2)T</td>
<td valign="top">This command was introduced.</td>
</tr>
</tbody>
</table>
<h3>Usage Guidelines</h3>
<p>When a DR is a candidate for election, the following conditions apply:</p>
<p>•The router with the highest priority value configured on an interface will be elected as the DR. If this priority value is the same on multiple routers, then the router with the highest IP address configured on an interface will be elected as the DR.</p>
<p>•If a router does not advertise a priority value in its hello messages, the router is regarded as having the highest priority and will be elected as the DR. If there are multiple routers with this priority status, then the router with the highest IP address configured on an interface will be elected as the DR.</p>
<h3>Examples</h3>
<p>The following example sets the DR priority value of the Ethernet0 interface to 200:</p>
<pre>interface Ethernet0</pre>
<pre>  ip address 10.0.1.2 255.255.255.0</pre>
<pre>  ip pim dr-priority 200</pre>
<p>I worked with Cisco TAC on a case that lasted several hours recently.  My network was having trouble successfully passing music-on-hold from the Call Manager (multicast sender) to the Cisco VOIP phones (multicast receiver) that are located at various locations across the layer 3 core.</p>
<p>The TAC engineer introduced me to the dr-priority command.  With this command you can set a designated router (dr) for forwarding the multicast traffic along the pat from the sender to the receiver.  This is helpful when there is possibly more than one router along an equal-cost path.  An example would be HSRP with a virtual router on the front of two or more physical (or vlan) interfaces.</p>
<p>The Cisco IOS information to configure this is below.</p>
<h2>ip pim dr-priority</h2>
<p>To set the priority for which a router is elected as the designated router (DR), use the <strong>ip pim dr-priority </strong>command in interface configuration mode. To disable this function, use the <strong>no</strong> form of this command.</p>
<p><strong>ip pim dr-priority </strong><em>priority-value </em></p>
<p>no <strong>ip pim dr-priority </strong><em>priority-value </em></p>
<h3>Syntax Description</h3>
<table border="1" cellspacing="0" cellpadding="0" width="80%">
<tbody>
<tr>
<td width="23%" valign="top"><em>priority-value</em></td>
<td width="76%" valign="top">Value in the range from 0 to   4294967294 used to determine the priority of the router to be selected as the   DR.</td>
</tr>
</tbody>
</table>
<h3>Defaults</h3>
<p>The command is disabled.</p>
<h2>Command Modes</h2>
<p>Interface configuration</p>
<h3>Command History</h3>
<table border="1" cellspacing="0" cellpadding="0" width="80%">
<tbody>
<tr>
<td valign="bottom"><strong>Release </strong></td>
<td valign="bottom"><strong>Modification </strong></td>
</tr>
<tr>
<td valign="top">12.1(2)T</td>
<td valign="top">This command was introduced.</td>
</tr>
</tbody>
</table>
<h3>Usage Guidelines</h3>
<p>When a DR is a candidate for election, the following conditions apply:</p>
<p>•The router with the highest priority value configured on an interface will be elected as the DR. If this priority value is the same on multiple routers, then the router with the highest IP address configured on an interface will be elected as the DR.</p>
<p>•If a router does not advertise a priority value in its hello messages, the router is regarded as having the highest priority and will be elected as the DR. If there are multiple routers with this priority status, then the router with the highest IP address configured on an interface will be elected as the DR.</p>
<h3>Examples</h3>
<p>The following example sets the DR priority value of the Ethernet0 interface to 200:</p>
<pre>interface Ethernet0</pre>
<pre>  ip address 10.0.1.2 255.255.255.0</pre>
<pre>  ip pim dr-priority 200</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ipmulticasttools.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ipmulticasttools.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ipmulticasttools.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ipmulticasttools.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ipmulticasttools.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ipmulticasttools.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ipmulticasttools.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ipmulticasttools.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ipmulticasttools.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ipmulticasttools.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ipmulticasttools.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ipmulticasttools.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ipmulticasttools.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ipmulticasttools.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=52&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ipmulticasttools.wordpress.com/2010/03/28/ip-multicast-designated-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cd949429823f51525f953aa3cc051d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">knightgd</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco ip multicast mindmap</title>
		<link>http://ipmulticasttools.wordpress.com/2010/03/23/cisco-ip-multicast-mindmap/</link>
		<comments>http://ipmulticasttools.wordpress.com/2010/03/23/cisco-ip-multicast-mindmap/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:02:12 +0000</pubDate>
		<dc:creator>knightgd</dc:creator>
				<category><![CDATA[ip multicast]]></category>

		<guid isPermaLink="false">http://ipmulticasttools.com/?p=43</guid>
		<description><![CDATA[I created a mind-map breaking down the Cisco ip multicast documentation.  Using the mind-map to layout all of the various configuration methods helps to identify all of the required configuration parameters as well as all of the &#8216;optional&#8217; configuration parameters.  The optional parameters are only optional in that ip multicast will function at the base [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=43&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I created a mind-map breaking down the Cisco ip multicast documentation.  Using the mind-map to layout all of the various configuration methods helps to identify all of the required configuration parameters as well as all of the &#8216;optional&#8217; configuration parameters.  The optional parameters are only optional in that ip multicast will function at the base level without the options unless your application needs the optional features to function properly.  Typically the optional features allow network engineers the ability to design ip multicast into the network without compromising other aspects of the total network design.</p>
<p>Click <a title="configuring cisco ip multicast routing" href="http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfmulti.html" target="_blank">here </a>for the full Cisco document that I created the mind-map from.</p>
<div id="attachment_44" class="wp-caption alignleft" style="width: 563px"><a href="http://ipmulticasttools.files.wordpress.com/2010/03/ip-multicast-mind-map.jpeg"><img class="size-large wp-image-44  " title="ip multicast mind map" src="http://ipmulticasttools.files.wordpress.com/2010/03/ip-multicast-mind-map.jpeg?w=553&#038;h=224" alt="" width="553" height="224" /></a><p class="wp-caption-text">configuring cisco ip multicast routing</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ipmulticasttools.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ipmulticasttools.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ipmulticasttools.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ipmulticasttools.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ipmulticasttools.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ipmulticasttools.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ipmulticasttools.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ipmulticasttools.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ipmulticasttools.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ipmulticasttools.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ipmulticasttools.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ipmulticasttools.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ipmulticasttools.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ipmulticasttools.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=43&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ipmulticasttools.wordpress.com/2010/03/23/cisco-ip-multicast-mindmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cd949429823f51525f953aa3cc051d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">knightgd</media:title>
		</media:content>

		<media:content url="http://ipmulticasttools.files.wordpress.com/2010/03/ip-multicast-mind-map.jpeg?w=1023" medium="image">
			<media:title type="html">ip multicast mind map</media:title>
		</media:content>
	</item>
		<item>
		<title>ip pim&#8211;Sparse Mode vs. Dense Mode</title>
		<link>http://ipmulticasttools.wordpress.com/2010/02/25/ip-pim-sparse-mode-vs-dense-mode/</link>
		<comments>http://ipmulticasttools.wordpress.com/2010/02/25/ip-pim-sparse-mode-vs-dense-mode/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 01:21:52 +0000</pubDate>
		<dc:creator>knightgd</dc:creator>
				<category><![CDATA[ip multicast]]></category>

		<guid isPermaLink="false">http://ipmulticasttools.com/?p=39</guid>
		<description><![CDATA[As a Network Engineer starting to design ip multicast into my network, I had to pause and research the variety of ways it could be implemented and weigh my needs against the complexity of the various methods.  I found a great resource in www.netcraftsmen.net.  The paragraphs below are direct from their site.  It simply explains [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=39&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a Network Engineer starting to design ip multicast into my network, I had to pause and research the variety of ways it could be implemented and weigh my needs against the complexity of the various methods.  I found a great resource in www.netcraftsmen.net.  The paragraphs below are direct from their site.  It simply explains why you would employ dense or sparse mode.I am also including the link to their article below.</p>
<h3>Sparse Versus Dense Mode</h3>
<p>Recall that PIM Dense Mode is used (in principle) when the multicast is desired in most locations. Thus initial multicast packets are flooded everywhere, with pruning cutting off traffic to locations that do not need the multicast feed. Until recently, PIM Dense Mode suffered from periodic re-flooding every 3 minutes, but in 12.1(5)T, the PIM Dense Mode State Refresh feature alleviated this. With this feature, PIM Dense Mode is arguably suitable for simple implementation of multicast. Especially where the additional control of PIM Sparse Mode is not needed, and where occasional &#8220;accidental&#8221; flooding would not be very harmful.</p>
<p>PIM Sparse Mode uses an explicit request approach, where a router has to ask for the multicast feed with a PIM Join message. PIM Sparse Mode is indicated when you need more precise control, especially when you have large volumes of IP multicast traffic compared to your bandwidth. PIM Sparse Mode scales rather well, because packets only go where they are needed, and because it creates state in routers only as needed. Because of this, it has been written up as an Internet Experimental Protocol. See <a href="http://www.ietf.org/rfc/rfc2362.txt">http://www.ietf.org/rfc/rfc2362.txt</a> .</p>
<p>The price we pay for this extra control is mild extra complexity. PIM Sparse Mode uses a special router called a Rendezvous Point (RP) to connect the flow source or multicast tree to the router next to the wannabe receiver. The RP is typically used only temporarily, as we&#8217;ll see below.</p>
<p>There can be different RP&#8217;s for different multicast groups, which is one way to spread the load. There is usually one RP per multicast group. Redundancy of RP&#8217;s is an advanced topic, and requires a little deeper expertise. One way to do this is with the  MSDP protocol (possible later article in the series).</p>
<p>Recall that a PIM Join message is sent towards a Source (or for PIM-SM, possibly towards an RP), based on unicast routing. The Join message says in effect &#8220;we need a copy of the multicasts over here&#8221;. It connects the sender of the Join and intervening routers to any existing multicast tree, all the way back to the target of the Join if necessary. A Prune message says in effect &#8220;we no longer need this over here&#8221;. A router receiving a Prune sees whether it has any other interfaces requiring the multicast flow, and if not, sends its own Prune message. One advanced technique is to arrange a separate and perhaps different copy of the unicast routing information just for multicast purposes. This allows &#8220;steering&#8221; of the Join messages. MultiProtocol BGP, MBGP, for multicast, is one way to do this (possible later article in the series).</p>
<p>Click <a title="Sparse vs Dense" href="http://www.netcraftsmen.net/resources/archived-articles/424-pim-sparse-mode.html" target="_blank">here </a>for the full netcraftsman.net article.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ipmulticasttools.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ipmulticasttools.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ipmulticasttools.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ipmulticasttools.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ipmulticasttools.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ipmulticasttools.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ipmulticasttools.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ipmulticasttools.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ipmulticasttools.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ipmulticasttools.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ipmulticasttools.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ipmulticasttools.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ipmulticasttools.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ipmulticasttools.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=39&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ipmulticasttools.wordpress.com/2010/02/25/ip-pim-sparse-mode-vs-dense-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cd949429823f51525f953aa3cc051d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">knightgd</media:title>
		</media:content>
	</item>
		<item>
		<title>IP multicast redundancy&#8211; multiple layer 3 links</title>
		<link>http://ipmulticasttools.wordpress.com/2010/02/12/ip-multicast-redudancy-multiple-layer-3-links/</link>
		<comments>http://ipmulticasttools.wordpress.com/2010/02/12/ip-multicast-redudancy-multiple-layer-3-links/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:12:36 +0000</pubDate>
		<dc:creator>knightgd</dc:creator>
				<category><![CDATA[ip multicast]]></category>

		<guid isPermaLink="false">http://ipmulticasttools.com/?p=7</guid>
		<description><![CDATA[Topology: There are 2 equal cost paths from the multicast source attached to router A and the client(s) attached on Router D. As per the topology one path transits Router B and other Router C. The problem with this type of setup is because  Reverse Path Forwarding (RPF) must have only one incoming interface to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=10&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Topology:</p>
<p><strong> </strong></p>
<p style="text-align:center;"><a href="http://ipmulticasttools.files.wordpress.com/2010/02/gre-topology.jpg"><img class="size-medium wp-image-11 aligncenter" title="gre topology" src="http://ipmulticasttools.files.wordpress.com/2010/02/gre-topology.jpg?w=300&#038;h=50" alt="" width="300" height="50" /></a></p>
<p><strong> </strong></p>
<p>There are 2 equal cost paths from the multicast source  attached to router A and the client(s) attached on Router D.</p>
<p>As per the topology one path transits Router B and other  Router C. The problem with this type of setup is because <a title="RPF" href="http://en.wikipedia.org/wiki/Reverse_path_forwarding" target="_blank"> Reverse Path Forwarding</a> (RPF) must have  only one incoming interface to work correctly.</p>
<p>That is if the Router B is chosen as the RPF neighbor and  multicast traffic arrives from Router C, then that traffic will not arrive on  the RPF interface and will be dropped and vice versa.</p>
<p>The way to get around this problem is to use a <a title="IP multicasting via GRE tunnel" href="http://www.cisco.com/en/US/tech/tk828/technologies_configuration_example09186a00801a5aa2.shtml" target="_blank">GRE tunnel</a>. The  tunnel is built between the loopback interfaces of Router A and Router D, and  all multicast traffic from the source to the group member is sent to this  virtual tunnel interface rather than to either physical link. The multicast  packets are then encapsulated and forwarded as regular IP packets. At this  point, the encapsulated packets can be balanced across the two links, using  either the default per-destination balancing or the optional per-packet  balancing.</p>
<p>When the packets arrive at Router D, it does not matter  whether they were received from Router B or from Router C, because their  destination is the egress of the tunnel. At the virtual tunnel interface, the  encapsulation is removed. From the perspective of the PIM process at Router D,  the multicast packets appear to have all been received on the same interface,  TU0, and to have been received from the same upstream neighbor, Router  A.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ipmulticasttools.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ipmulticasttools.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ipmulticasttools.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ipmulticasttools.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ipmulticasttools.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ipmulticasttools.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ipmulticasttools.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ipmulticasttools.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ipmulticasttools.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ipmulticasttools.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ipmulticasttools.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ipmulticasttools.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ipmulticasttools.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ipmulticasttools.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=10&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ipmulticasttools.wordpress.com/2010/02/12/ip-multicast-redudancy-multiple-layer-3-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cd949429823f51525f953aa3cc051d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">knightgd</media:title>
		</media:content>

		<media:content url="http://ipmulticasttools.files.wordpress.com/2010/02/gre-topology.jpg?w=300" medium="image">
			<media:title type="html">gre topology</media:title>
		</media:content>
	</item>
		<item>
		<title>Intro</title>
		<link>http://ipmulticasttools.wordpress.com/2010/01/12/intro/</link>
		<comments>http://ipmulticasttools.wordpress.com/2010/01/12/intro/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 03:08:45 +0000</pubDate>
		<dc:creator>knightgd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ipmulticasttools.wordpress.com/?p=3</guid>
		<description><![CDATA[IP Multicast is a method to send IP traffic to multiple interested receivers from a single sender simultaneously. Implementing IP multicast has benefits to network planners in that it is the most efficient way to distribute streaming media (video, audio, etc&#8230;) from one to many over an IP network. IP Multicast can be simple to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=3&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Times New Roman;font-size:small;">IP Multicast is a method to  send IP traffic to multiple interested receivers from a single sender  simultaneously. Implementing IP multicast has benefits to network planners  in that it is the most efficient way to distribute streaming media (video,  audio, etc&#8230;) from one to many over an IP network. IP Multicast can  be simple to implement, but often network engineers find it vastly difficult  to determine if the configuration on the network is done properly.   Often, network engineers must depend on the application to determine  if they truly have things configured properly.  If the application  works as intended, then they assume all is well. IP multicast is a protocol  with its own unique benefits and subtleties. There is also a lack of  simple IP multicast testing tools.  There are tools that exist,  but they are often difficult to find and subsequently difficult to use.   The average networking professional will often search for assistance  from other professional or will search the Internet for tips, suggestions,  and tools.  My hope is that future searches will find this web site  and my offerings.</span></p>
<p>I will be posting tips and suggestions and troubleshooting advice on implementing ip multicast in a medium to large enterprise network.  This will include information on Cisco IOS, Cisco LWAPP(CAPWAP) wireless networks, ip pim, show ip pim rp, Microsoft mrinfo, and many other IP multicast releated subjects.  Please visit often and feel free to comment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ipmulticasttools.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ipmulticasttools.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ipmulticasttools.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ipmulticasttools.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ipmulticasttools.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ipmulticasttools.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ipmulticasttools.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ipmulticasttools.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ipmulticasttools.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ipmulticasttools.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ipmulticasttools.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ipmulticasttools.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ipmulticasttools.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ipmulticasttools.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=3&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ipmulticasttools.wordpress.com/2010/01/12/intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cd949429823f51525f953aa3cc051d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">knightgd</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://ipmulticasttools.wordpress.com/2010/01/11/hello-world/</link>
		<comments>http://ipmulticasttools.wordpress.com/2010/01/11/hello-world/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 00:07:06 +0000</pubDate>
		<dc:creator>knightgd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=1&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ipmulticasttools.wordpress.com&amp;blog=11359308&amp;post=1&amp;subd=ipmulticasttools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ipmulticasttools.wordpress.com/2010/01/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cd949429823f51525f953aa3cc051d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">knightgd</media:title>
		</media:content>
	</item>
	</channel>
</rss>
