<?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>Kevin Dorrell, CCIE #20765 &#187; Bridging on routers</title>
	<atom:link href="http://dorreke.wordpress.com/category/lan-switching/bridging-on-routers/feed/" rel="self" type="application/rss+xml" />
	<link>http://dorreke.wordpress.com</link>
	<description>A networking journal</description>
	<lastBuildDate>Mon, 02 Feb 2009 19:27:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dorreke.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0f546793b76ce5b527bdb119e7888109?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Kevin Dorrell, CCIE #20765 &#187; Bridging on routers</title>
		<link>http://dorreke.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dorreke.wordpress.com/osd.xml" title="Kevin Dorrell, CCIE #20765" />
		<item>
		<title>Frame-Relay multipoint or physical interfaces</title>
		<link>http://dorreke.wordpress.com/2008/03/07/frame-relay-multipoint-or-physical-interfaces/</link>
		<comments>http://dorreke.wordpress.com/2008/03/07/frame-relay-multipoint-or-physical-interfaces/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 10:38:23 +0000</pubDate>
		<dc:creator>dorreke</dc:creator>
				<category><![CDATA[Bridging on routers]]></category>
		<category><![CDATA[EIGRP]]></category>
		<category><![CDATA[Frame Relay]]></category>
		<category><![CDATA[IP Multicast]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[RIP]]></category>

		<guid isPermaLink="false">http://dorreke.wordpress.com/?p=44</guid>
		<description><![CDATA[ If you want to skip the blah-blah, you may want to go directly to the table below.  You will then want to read the blah blah to see what it is about.  
 I&#8217;m not sure how much sense I made in yesterday&#8217;s posting.  The point was that we had a Frame Relay multipoint interface [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dorreke.wordpress.com&blog=2745488&post=44&subd=dorreke&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> If you want to skip the blah-blah, you may want to go directly to the table below.  You will then want to read the blah blah to see what it is about. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> I&#8217;m not sure how much sense I made in yesterday&#8217;s posting.  The point was that we had a Frame Relay multipoint interface with a bridge-group on it.  Spanning Tree assumes that all devices on a segment can see each other&#8217;s broadcasts.  But this is not so with FR-MP or physical.</p>
<p>It got me thinking.   Frame Relay multipoint and physical interfaces are great for CCIE scenario writers.  They have so many issues.  That is because they are NBMA.  Many many protocols assume a multi-access segment is a broadcast segment.  NBMA breaks this rule because as often as not there is no visibility from spoke to spoke.  Most of the literature says &#8220;Here is a technology X.  This is how you configure it.  BTW, there is a special requirement for NBMA networks, and you have to do this &#8230; &#8220;.</p>
<p>I want to look at it from a different angle.  I want to make a list the things that NBMA cannot do, and how you can get round it for each technology.  I want to be able to say &#8220;OK, we have a FR multipoint.  They have obviously specified that in order to mess something up.  Which technologies are likely to be impacted?</p>
<p>So here is the list:</p>
<table border="1" width="100%" cellSpacing="0" id="table1">
<tr>
<td width="20%" align="center"><u><b><font size="4">Technology</font></b></u></td>
<td width="40%" align="center"><u><b><font size="4">Gotcha</font></b></u></td>
<td width="40%" align="center"><u><b><font size="4">Solution</font></b></u></td>
</tr>
<tr>
<td width="20%" align="center">RIP</td>
<td width="40%">RIP will not normally advertise out an interface it received the route on.  Not a problem in Frame Relay because split-horizon is disabled by default, but is a problem in other NBMA technologies such as X.25.</td>
<td width="40%">1. <a target="_blank" href="http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_rip.html#wp1011981"><strong>no ip split-horizon</strong> </a>on interface (by default in FR)<br />
2. Static <strong><a target="_blank" href="http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_rip.html#wp1012178">neighbor</a></strong> spoke to spoke (TTL=2)</td>
</tr>
<tr>
<td width="20%" align="center">EIGRP</td>
<td width="40%">EIGRP will not advertise out an interface it received the route on</td>
<td width="40%">1.<strong> <a target="_blank" href="http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_eig1.html#wp1013091">no ip split-horizon eigrp <em>nn</em></a></strong> on interface<br />
2. Static <strong><a target="_blank" href="http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_eig2.html#wp1011904">neighbor</a></strong> spoke to spoke (TTL=2)</td>
</tr>
<tr>
<td width="20%" align="center">OSPF network</td>
<td width="40%">No LSAs seen spoke-to-spoke</td>
<td width="40%">1. <b><a target="_blank" href="http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_osp2.html#wp1012171">ip ospf priority 0</a></b> on spokes to force DR on hub<br />
2. <b><a target="_blank" href="http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_osp2.html#wp1011948">ip ospf network point-to-multipoint </a></b>throughout</td>
</tr>
<tr>
<td width="20%" align="center">OSPF NSSA</td>
<td width="40%">If one spoke is an ASBR and talks OSPF to the hub, but another spoke does not talk OSPF but has a route to the the prefix, what can happen to the forward address.  Might be unreachable?</td>
<td width="40%">Still thinking about this !</td>
</tr>
<tr>
<td width="20%" align="center">bridge-group</td>
<td width="40%">No visibility spoke-to-spoke</td>
<td width="40%">There will usually be some alternate route between the STP root and the spoke.  Contrive Spanning Tree to block all but one of the circuits on the multipoint and therefore use alternate route.</td>
</tr>
<tr>
<td width="20%" align="center">PIM dense-mode</td>
<td width="40%">If multicast source is behind the hub, then a prune from one spoke will prune all of them.  If multicast source is on a spoke, then it will not be routed out the same interface to another spoke.</td>
<td width="40%">Find an alternate route for all but one of the spokes, or even for all of them.  Usually, this can be done with a tunnel, or by leveraging some alternate path to the source.  Use static <strong><a target="_blank" href="http://www.cisco.com/en/US/docs/ios/ipmulti/command/reference/imc_03.html#wp1026162">ip mroute</a></strong></td>
</tr>
<tr>
<td width="20%" align="center">PIM sparse-mode</td>
<td width="40%">If multicast source is on a spoke, then it will not be routed out the same interface to another spoke.</td>
<td width="40%"><b><a target="_blank" href="http://www.cisco.com/en/US/docs/ios/ipmulti/command/reference/imc_04.html#wp1013891">ip pim nbma-mode</a></b>.  Or treat in same way as dense mode above.</td>
</tr>
<tr>
<td width="20%" align="center"> </td>
<td width="40%"> </td>
<td width="40%"> </td>
</tr>
</table>
<p>Can anyone suggest anything to add to the list?</p>
<p>These issues are not limited to Frame Relay multipoint.  I have seen NMC labs where they contrive to turn an Ethernet segment into a NBMA segment, typically by creating unicast peering between routers on the Ethernet, and therefore not allowing them full-mesh.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dorreke.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dorreke.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dorreke.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dorreke.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dorreke.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dorreke.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dorreke.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dorreke.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dorreke.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dorreke.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dorreke.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dorreke.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dorreke.wordpress.com&blog=2745488&post=44&subd=dorreke&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dorreke.wordpress.com/2008/03/07/frame-relay-multipoint-or-physical-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d16962403d03aab9a4c0c015a27d5b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorreke</media:title>
		</media:content>
	</item>
		<item>
		<title>NMC Lab 10 &#8211; Layer 2 challenge</title>
		<link>http://dorreke.wordpress.com/2008/03/06/nmc-lab-10-layer-2-challenge/</link>
		<comments>http://dorreke.wordpress.com/2008/03/06/nmc-lab-10-layer-2-challenge/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 22:16:00 +0000</pubDate>
		<dc:creator>dorreke</dc:creator>
				<category><![CDATA[Bridging on routers]]></category>
		<category><![CDATA[LAN Switching]]></category>

		<guid isPermaLink="false">http://dorreke.wordpress.com/2008/03/06/nmc-lab-10-layer-2-challenge/</guid>
		<description><![CDATA[Today I did NMC Lab 10.  This lab is a layer-2 blockbuster.  The most difficult part consists of two Spanning Trees comprising a mix of switches and IRB bridges.
I am seeing patterns in the style of the NMC labs.  Very often the problem will consist using a feature for something it was never intended for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dorreke.wordpress.com&blog=2745488&post=43&subd=dorreke&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I did NMC Lab 10.  This lab is a layer-2 blockbuster.  The most difficult part consists of two Spanning Trees comprising a mix of switches and IRB bridges.</p>
<p>I am seeing patterns in the style of the NMC labs.  Very often the problem will consist using a feature for something it was never intended for in the first place, and then using the configuration tools to get round the problems.  In this case it constructed two Spanning-Tree networks, each consisting of four routers acting as bridges, and VLANs on the four switches.  In this case, the biggest issue was that some of the bridges were multipoint Frame Relay subinterfaces in a hub-and-spoke arrangement.  Of course, the issue is that you cannot broadcast from spoke to spoke, and Spanning Tree assumes that you can.  You therefore have to fiddle the Spanning Tree so that only one spoke is in forwarding, and the others are in blocking state.</p>
<p>They then specify multiple constraints about which switch or bridge is root, and the paths that the traffic should take.  What you are left with is a sort of Sudoku puzzle where you have to work out the link costs on the links you are allowed to touch by deriving them from the links you are not allowed to touch.  You have to consider five sections of the lab, 10.1, 10.2, 10.3, 10.4 and 10.10 simultaneously.</p>
<p>At one point, they ask you to minimise the convergence timers.  I did so, and one of the Spanning Trees became unstable.  Strange &#8230; I used the same timers as in the SHOWiT.  May be something to do with the fact that I use 2950s for CAT3 and CAT4 instead of 3560s.  Wrote a note on the <a target="_blank" href="http://bbs.netmasterclass.com/eve/forums/a/tpc/f/7251090462/m/6411019625">DISCUSSiT</a> about it.</p>
<p>I think I would have failed this one.  It took me the best part of four hours to get the layer-2 working and the full inter-network connectivity, and a further hour and a bit to get the full IP connectivity.  The BGP took some time too.  Not so much of a challenge, but just big.</p>
<p>I like <a target="_blank" href="http://www.ethanbanks.net/?p=269">Ethan&#8217;s comments </a>on this lab.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dorreke.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dorreke.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dorreke.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dorreke.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dorreke.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dorreke.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dorreke.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dorreke.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dorreke.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dorreke.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dorreke.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dorreke.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dorreke.wordpress.com&blog=2745488&post=43&subd=dorreke&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dorreke.wordpress.com/2008/03/06/nmc-lab-10-layer-2-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d16962403d03aab9a4c0c015a27d5b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorreke</media:title>
		</media:content>
	</item>
	</channel>
</rss>