<?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; MST</title>
	<atom:link href="http://dorreke.wordpress.com/category/lan-switching/mst/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; MST</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>NMC 6.9 MST</title>
		<link>http://dorreke.wordpress.com/2008/04/19/nmc-69-mst/</link>
		<comments>http://dorreke.wordpress.com/2008/04/19/nmc-69-mst/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 13:57:35 +0000</pubDate>
		<dc:creator>dorreke</dc:creator>
				<category><![CDATA[MST]]></category>

		<guid isPermaLink="false">http://dorreke.wordpress.com/?p=84</guid>
		<description><![CDATA[Following a question on the DISCUSiT forum, I loaded my old configs, and there seems to be something amiss with this lab. I could not get 172.16.64.30 to talk to 172.16.64.10. The problem seems to be the MST.
Consider the two lines between CAT3 and CAT4. The Fa0/15 is carrying VLAN 102 and the Po1 line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dorreke.wordpress.com&blog=2745488&post=84&subd=dorreke&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Following a question on the DISCUSiT forum, I loaded my old configs, and there seems to be something amiss with this lab. I could not get 172.16.64.30 to talk to 172.16.64.10. The problem seems to be the MST.</p>
<p>Consider the two lines between CAT3 and CAT4. The Fa0/15 is carrying VLAN 102 and the Po1 line is carrying VLAN 101. But 6.9.1. says that CAT4 must be root. I presumed that must apply to MST0 (which carries VLAN 102) as well as MST 1 (which carries VLAN 101). Thus, on CAT3, my spanning tree looks like this:</p>
<pre>CAT3#show spanning-tree

MST00
  Spanning tree enabled protocol mstp
  Root ID    Priority    24576
             Address     0009.b703.7280
             Cost        0
             Port        65 (Port-channel1)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32768  (priority 32768 sys-id-ext 0)
             Address     0009.43d5.2000
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/15           Altn BLK 200000    128.15   P2p
Po1              Root FWD 100000    128.65   P2p

MST01
  Spanning tree enabled protocol mstp
  Root ID    Priority    24577
             Address     0009.b703.7280
             Cost        100000
             Port        65 (Port-channel1)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32769  (priority 32768 sys-id-ext 1)
             Address     0009.43d5.2000
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Po1              Root FWD 100000    128.65   P2p</pre>
<p>Hey &#8211; look! For MST0, F0/15 is blocking. That is obviously because CAT4 is the root, and CAT3 has a best path to the root through Po1. But VLAN 102 is disallowed on link Po1. Clearly something is wrong.</p>
<p>Look at the SHOWiT. We find that CAT 4 is the root for MST1 only. For MST0, CAT3 is the root. So the question 6.9.1. must be questionable.</p>
<p>In fact, comparing the configurations of CAT3, I have <strong>spanning-tree mst 0-1 priority 24576</strong>, whereas the SHOWiT has <strong>spanning-tree mst 1 priority 24576</strong>. So I throw up my hands in horror and say &#8220;It&#8217;s not fair!&#8221; I have spent so much time working out what the problem was, that if it had been a real exam, I would have failed it.</p>
<p>So I made CAT3 the root of MsT 0, but I still couldn&#8217;t get CAT3 talking to CAT1.  Now Fa0/15 on CAT4 is blocking.  This all serves to illustrate some of the problems you can have if your pruning topology does not reflect you MST topology.</p>
<p>Maybe this time I am in the wrong.  Unfortunately I do not have a 3650 for my CAT4, so I was unable to do the dot1q tunnel between F0/15 and F0/22.  Maybe if I had that tunnel, CAT4 F0/15 would be forwarding.</p>
<p>I give up.  I have more cost-effective ways to spend my study time.</p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dorreke.wordpress.com/84/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dorreke.wordpress.com/84/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dorreke.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dorreke.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dorreke.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dorreke.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dorreke.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dorreke.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dorreke.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dorreke.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dorreke.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dorreke.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dorreke.wordpress.com&blog=2745488&post=84&subd=dorreke&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dorreke.wordpress.com/2008/04/19/nmc-69-mst/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>