From: Thrill5 on
If the messages are intermittent then this is a spanning tree issue, and you
are on the brink of a meltdown which **could** require some sort of network
redesign to fix. If the messages are being spit out on a regular basis you
have a configuration problem. To properly examine either issue you need to
draw out you network (every network device) and label it with how its
configured. If is a routed interface, put down the IP address of the
interface, if its a switch port label it with the vlan number (or trunk).
Also put together a list of VLANs and its appropriate subnet. Make sure
everything is connected to what its suppose to and configured properly. The
devil is in the details. After doing this, I'm sure you'll also find ways
to simplify the network and make thinks better.

Scott

"Andrey Tarasov" <andyvt(a)email.com> wrote in message
news:4636A6A4.1040107(a)email.com...
> Sarastra Maya wrote:
>> Thanks guys!
>>
>> I also want to point out that I have 3 core switches (running HSRP)..
>>
>> Now this is very likely as Andrey pointed out ....spanning tree issue.
>> I just need to know best way to fix it...now :)
>
> Since you didn't mention complete network meltdown, my guess is it's some
> kind of transient issue. Make sure you don't have switches running with
> high CPU utilization, switches with more VLANs that they can support STP
> instances for, etc.
>
> Here is nice article at cisco.com -
>
> http://cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a0080136673.shtml
>
> Regards,
> Andrey.