Weird Scenario with switching
gbdavidx
Member Posts: 840
in CCNA & CCENT
I have a weird scenario, trying to practice switching. I have three switches all connected in a triangle like shaped named switch 1, switch 2 and switch 3. When I break the connection between my switch 1, my switch 3 my connection between switch 3 and switch 2 will work, however when all are interconnected, my connection to switch 3 from switch 2 fails
I have attached the diagram of my switched network, what could be the cause of this, all interfaces are up when i do a shw ip interface brief, when I do a tracert from switch2 to switch 3 it goes the long way....
i have no port-security turned on right now
I have attached the diagram of my switched network, what could be the cause of this, all interfaces are up when i do a shw ip interface brief, when I do a tracert from switch2 to switch 3 it goes the long way....
i have no port-security turned on right now
Comments
-
JeanM Member Posts: 1,117Are you asking why a port is shut down on sw3 to sw2? STP in action.
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2950/software/release/12-1_9_ea1/configuration/guide/scg/swstp.html2015 goals - ccna voice / vmware vcp. -
EdTheLad Member Posts: 2,111 ■■■■□□□□□□You need to do some reading on the spanning-tree protocol.Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
-
gbdavidx Member Posts: 840Are you asking why a port is shut down on sw3 to sw2? STP in action
Catalyst 2950 Desktop Switch Software Configuration Guide, 12.1(9)EA1 - Configuring STP [Cisco Catalyst 2950 Series Switches] - Cisco -
aftereffector Member Posts: 525 ■■■■□□□□□□Sounds like you made yourself a spanning-tree lab.CCIE Security - this one might take a while...
-
gbdavidx Member Posts: 840I understand its a STP issue but how do i fix it, i thought this was enabled by default on all switches or do i have to turn it on?
-
networker050184 Mod Posts: 11,962 ModWhat exactly are you trying to fix? This isn't an issue, it's the way STP works.An expert is a man who has made all the mistakes which can be made.
-
Dieg0M Member Posts: 861If you want to make the light go green just "spanning-tree portfast". Enjoy the meltdownFollow my CCDE journey at www.routingnull0.com
-
OfWolfAndMan Member Posts: 923 ■■■■□□□□□□Do you know what the purpose of STP is? Ever heard of a broadcast storm?:study:Reading: Lab Books, Ansible Documentation, Python Cookbook 2018 Goals: More Ansible/Python work for Automation, IPSpace Automation Course [X], Build Jenkins Framework for Network Automation []
-
gbdavidx Member Posts: 840yes and yes, read about it last night, to prevent loops, so this is by design? i'm just trying to grasp the idea and make sure its not something i did wrong
-
xnx Member Posts: 464 ■■■□□□□□□□No, it's just how STP works, you'll cover it in ICND2Getting There ...
Lab Equipment: Using Cisco CSRs and 4 Switches currently -
networker050184 Mod Posts: 11,962 ModSTP prevents loops by ensuring there is no path for a loop to occur. To do this it creates a single path out from the root. Links that are not on this path do not forward traffic. That is what you are seeing here.An expert is a man who has made all the mistakes which can be made.
-
Jon_Cisco Member Posts: 1,772 ■■■■■■■■□□If it allowed both connections to be established then the packets would send out both interfaces.
When a loop like this occurs packets will be duplicated continually.
It is worth disabling this and seeing it happen. Just make sure it's a simulation or a lab setup. -
arrogantbastard Member Posts: 61 ■■□□□□□□□□If it allowed both connections to be established then the packets would send out both interfaces.
When a loop like this occurs packets will be duplicated continually.
It is worth disabling this and seeing it happen. Just make sure it's a simulation or a lab setup.