<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Spanning Tree Root Bridge</title>
	<atom:link href="http://www.xpresslearn.com/cisco/switching/spanning-tree-root-bridge/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xpresslearn.com/cisco/switching/spanning-tree-root-bridge</link>
	<description>Solutions to your Networking and Security questions</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:24:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Scott Pilkinton</title>
		<link>http://www.xpresslearn.com/cisco/switching/spanning-tree-root-bridge/comment-page-1#comment-510</link>
		<dc:creator>Scott Pilkinton</dc:creator>
		<pubDate>Wed, 17 Sep 2008 21:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xpresslearn.com/?p=113#comment-510</guid>
		<description>All Cisco Catalyst switches are assigned a set of MAC addresses that can be used for spanning tree and other purposes.  On a Cisco 6500 switch, you can issue the command:

cat6500#show catalyst6000 all

chassis MAC addresses: 1024 addresses from 00d0.634c.cc00 to 00d0.634c.cfff

00:d0:63 is of course registered to Cisco in the OUI assignments.

So let&#039;s say I have one access switch and one core switch for a simple example on tracking down a root bridge:

On the access switch:

switch#show spanning-tree vlan 1

Spanning tree 1 is executing the IEEE compatible Spanning Tree protocol
  Bridge Identifier has priority 32768, address 0005.dd45.1c00
  Configured hello time 2, max age 20, forward delay 15
  Current root has priority 8193, address 00d0.634c.cc00
  Root port is 67, cost of root path is 4
  Topology change flag not set, detected flag not set, changes 14312
  Times:  hold 1, topology change 35, notification 2
          hello 2, max age 20, forward delay 15
  Timers: hello 0, topology change 0, notification 0

Interface Gi0/1 (port 67) in Spanning tree 1 is FORWARDING
   Port path cost 4, Port priority 128
   Designated root has priority 8193, address 00d0.634c.cc00
   Designated bridge has priority 8193, address 00d0.634c.cc00
   Designated port is 129, path cost 0
   Timers: message age 2, forward delay 0, hold 0
   BPDU: sent 819, received 35042479

I should then look to see what switch is connected to the port in FORWARDING state (in this example it is the only port connected).  So connected to interface Gi0/1 is a switch named rootswitch.

When I access rootswitch and issue the same command we issued on the access switch:

rootswitch#show spanning-tree vlan 1

VLAN0001
  Spanning tree enabled protocol ieee
  Root ID    Priority    8193
             Address     00d0.634c.cc00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    8193   (priority 8192 sys-id-ext 1)
             Address     00d0.634c.cc00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

I can tell this is the root bridge because the bridge ID matches and then notice a couple of lines below the bridge IP the line:

This bridge is the root

Bingo!</description>
		<content:encoded><![CDATA[<p>All Cisco Catalyst switches are assigned a set of MAC addresses that can be used for spanning tree and other purposes.  On a Cisco 6500 switch, you can issue the command:</p>
<p>cat6500#show catalyst6000 all</p>
<p>chassis MAC addresses: 1024 addresses from 00d0.634c.cc00 to 00d0.634c.cfff</p>
<p>00:d0:63 is of course registered to Cisco in the OUI assignments.</p>
<p>So let&#8217;s say I have one access switch and one core switch for a simple example on tracking down a root bridge:</p>
<p>On the access switch:</p>
<p>switch#show spanning-tree vlan 1</p>
<p>Spanning tree 1 is executing the IEEE compatible Spanning Tree protocol<br />
  Bridge Identifier has priority 32768, address 0005.dd45.1c00<br />
  Configured hello time 2, max age 20, forward delay 15<br />
  Current root has priority 8193, address 00d0.634c.cc00<br />
  Root port is 67, cost of root path is 4<br />
  Topology change flag not set, detected flag not set, changes 14312<br />
  Times:  hold 1, topology change 35, notification 2<br />
          hello 2, max age 20, forward delay 15<br />
  Timers: hello 0, topology change 0, notification 0</p>
<p>Interface Gi0/1 (port 67) in Spanning tree 1 is FORWARDING<br />
   Port path cost 4, Port priority 128<br />
   Designated root has priority 8193, address 00d0.634c.cc00<br />
   Designated bridge has priority 8193, address 00d0.634c.cc00<br />
   Designated port is 129, path cost 0<br />
   Timers: message age 2, forward delay 0, hold 0<br />
   BPDU: sent 819, received 35042479</p>
<p>I should then look to see what switch is connected to the port in FORWARDING state (in this example it is the only port connected).  So connected to interface Gi0/1 is a switch named rootswitch.</p>
<p>When I access rootswitch and issue the same command we issued on the access switch:</p>
<p>rootswitch#show spanning-tree vlan 1</p>
<p>VLAN0001<br />
  Spanning tree enabled protocol ieee<br />
  Root ID    Priority    8193<br />
             Address     00d0.634c.cc00<br />
             This bridge is the root<br />
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec</p>
<p>  Bridge ID  Priority    8193   (priority 8192 sys-id-ext 1)<br />
             Address     00d0.634c.cc00<br />
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec<br />
             Aging Time 300</p>
<p>I can tell this is the root bridge because the bridge ID matches and then notice a couple of lines below the bridge IP the line:</p>
<p>This bridge is the root</p>
<p>Bingo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Alberto</title>
		<link>http://www.xpresslearn.com/cisco/switching/spanning-tree-root-bridge/comment-page-1#comment-509</link>
		<dc:creator>Juan Alberto</dc:creator>
		<pubDate>Wed, 17 Sep 2008 10:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xpresslearn.com/?p=113#comment-509</guid>
		<description>Hello Scott!

Very usefull article and good explanation.
The best thing are the examples.
I have a doubt. I have searched the MAC address displayed in Address field of the Root ID information, but I don&#039;t find it in my network. Is it the physical MAC address? It is not the management switch address. Is it a virtual MAC address? If so, how is it calculated?

Thank you very much in advance!!</description>
		<content:encoded><![CDATA[<p>Hello Scott!</p>
<p>Very usefull article and good explanation.<br />
The best thing are the examples.<br />
I have a doubt. I have searched the MAC address displayed in Address field of the Root ID information, but I don&#8217;t find it in my network. Is it the physical MAC address? It is not the management switch address. Is it a virtual MAC address? If so, how is it calculated?</p>
<p>Thank you very much in advance!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
