Avatar of RandallVillalobos
RandallVillalobos
Flag for Costa Rica asked on

Switch loop suggestion - Cisco Router

Hello Experts,

We used to have the following setup in a "cascade" setup.
3comA-connects to 3comB- 3comC connects to 3comD to 3comE and so fort. Total 7 Switches.

We bought a Cisco 2960 and decided to have all the switches connect to the Cisco as the
"Backbone Switch".

So we broke the "cascade" and now every switch connects to a different port on the Cisco 2960.

We are getting a loop after  this setup, every now and then different parts of the network loose connectivity.  We only have Vlan1 enabled and the default setup that came with the Cisco Switch.

To avoid any other switch from becoming a "root bridge", I ran the following command on the Cisco Switch so that it could be the main router:  
spanning-tree vlan 1-4094 priority 0.   (This did not work)

Any ideas on how I can find the loop?

Thanks,
R
Switches / HubsNetworkingNetwork Architecture

Avatar of undefined
Last Comment
RandallVillalobos

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
eeRoot

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
mat1458

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
RandallVillalobos

ASKER
I see the following on the show log:

*Mar  1 06:13:14.327: %IP-4-DUPADDR: Duplicate address 192.168.1.2 on Vlan1, sourced by e83e.b62d.03d9
*Mar  1 06:15:43.770: %IP-4-DUPADDR: Duplicate address 192.168.1.2 on Vlan1, sourced by e83e.b62d.03d9
*Mar  1 06:26:06.549: %IP-4-DUPADDR: Duplicate address 192.168.1.2 on Vlan1, sourced by e83e.b62d.03d9
*Mar  1 06:26:53.827: %IP-4-DUPADDR: Duplicate address 192.168.1.2 on Vlan1, sourced by e83e.b62d.03d9

Looks like a duplicate ip could be causing the loop. We have modified the management ip address.

How can I clear / erase the Log and review the results after changing the ip address?

I don't have access to the config but I will upload as soon as it is available.
eeRoot

The command to clear the log is either "clear logging buffer" or "clear logging"  You have to be in config mode to use it, like this:

conf t
clear logging
end
RandallVillalobos

ASKER
Thank you!
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy