robo Posted September 15, 2011 Report Share Posted September 15, 2011 [quote author=k2s link=topic=237832.msg2965762#msg2965762 date=1316126198]No...... for pure Layer switches.... models below c3560For layer 3 switches (models c3560 & above) u enable routing ( ip routing) to act as router. u can see the routing table by issuing "sh ip route"[/quote] CITI_$D# CITI_$D# CITI_$D# Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 [move][color=blue][size=24pt]ANY DOUBTS[/size][/color][/move] Quote Link to comment Share on other sites More sharing options...
dreamgirl Posted September 15, 2011 Report Share Posted September 15, 2011 [quote author=k2s link=topic=237832.msg2965827#msg2965827 date=1316126876][move][color=blue][size=24pt]ANY DOUBTS[/size][/color][/move][/quote] no comment no commentdg.. Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 Ok Guys:Next Topic : Spanning Tree Protocol (IEEE 802.1d)The Need for Spanning Tree: [img]http://i54.tinypic.com/2i8uff5.png[/img]Switches flood broadcasts out all interfaces in the same VLAN, except the interface inwhich the frame arrived. In the figure, that means SW3 will forward Bob’s frame to SW2;SW2 will forward the frame to SW1; SW1 will forward the frame back to SW3; and SW3will forward it back to SW2 again. This frame will loop until something changes—someoneshuts down an interface, reloads a switch, or does something else to break the loop. Alsonote that the same event happens in the opposite direction. When Bob sends the originalframe, SW3 also forwards a copy to SW1, SW1 forwards it to SW2, and so on.MAC table instability also occurs as a result of the looping frames. MAC table instabilitymeans that the switches’ MAC address tables will keep changing the information listed forthe source MAC address of the looping frame. For example, SW3 begins Figure 2-1 with aMAC table entry as follows:0200.3333.3333 Fa0/13 VLAN 1However, now think about the switch-learning process that occurs when the looping framegoes to SW2, then SW1, and then back into SW3’s Gi0/1 interface. SW3 thinks, “Hmmm...the source MAC address is 0200.3333.3333, and it came in my Gi0/1 interface. Update myMAC table!” resulting in the following entry on SW3:0200.3333.3333 Gi0/1 VLAN 1At this point, if a frame arrives at SW3—a different frame than the looping frame thatcauses the problems—destined to Bob’s MAC address of 0200.3333.3333, SW3 wouldincorrectly forward the frame out Gi0/1 to SW1. This new frame can also loop, or the framemight simply never be delivered to Bob.The third class of problem caused by not using STP in a network with redundancy is thatworking hosts get multiple copies of the same frame. Consider a case in which Bob sendsa frame to Larry, but none of the switches know Larry’s MAC address. (Switches floodframes sent to unknown destination unicast MAC addresses.) When Bob sends the frame(destined to Larry’s MAC address), SW3 sends a copy to SW1 and SW2. SW1 and SW2also flood the frame, causing copies of the frame to loop. SW1 also sends a copy of eachframe out Fa0/11 to Larry. As a result, Larry gets multiple copies of the frame, which mayresult in an application failure, if not more pervasive networking problems. Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 [quote author=dreamgirl link=topic=237832.msg2965856#msg2965856 date=1316127131] no comment no commentdg..[/quote][img]http://www.imageping.com/out.php/i25672_RP7.gif[/img] Quote Link to comment Share on other sites More sharing options...
dreamgirl Posted September 15, 2011 Report Share Posted September 15, 2011 [quote author=k2s link=topic=237832.msg2965872#msg2965872 date=1316127242][img]http://www.imageping.com/out.php/i25672_RP7.gif[/img][/quote]naaku ee muuki gif's artham avvavu..dialogue entantaaru prof. gaaru .. sCo_^Y sCo_^Ydg.. Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 [quote author=dreamgirl link=topic=237832.msg2965881#msg2965881 date=1316127334]naaku ee muuki gif's artham avvavu..dialogue entantaaru prof. gaaru .. sCo_^Y sCo_^Ydg..[/quote]evaru meeru....... idi networking class....... robotics science class kadu if interest u can join Quote Link to comment Share on other sites More sharing options...
dreamgirl Posted September 15, 2011 Report Share Posted September 15, 2011 [quote author=k2s link=topic=237832.msg2965896#msg2965896 date=1316127474]evaru meeru....... idi networking class....... robotics science class kadu if interest u can join[/quote]join avvochu kaani naakem artham kaadhanukunta.. sSa_j@il sSa_j@il sSa_j@il sSa_j@ildg.. Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 [quote author=dreamgirl link=topic=237832.msg2965911#msg2965911 date=1316127568]join avvochu kaani naakem artham kaadhanukunta.. sSa_j@il sSa_j@il sSa_j@il sSa_j@ildg..[/quote]every day a new topic will be taught..... start from starting.... of this thread..... u will understand for sure..... Quote Link to comment Share on other sites More sharing options...
dreamgirl Posted September 15, 2011 Report Share Posted September 15, 2011 [quote author=k2s link=topic=237832.msg2965918#msg2965918 date=1316127660]every day a new topic will be taught..... start from starting.... of this thread..... u will understand for sure.....[/quote]hmm..will see, thanks anyways:)dg.. Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 Three Classes of Problems Caused by Not Using STP in Redundant LANsProblem DescriptionBroadcast storms The forwarding of a frame repeatedly on the same links, consuming significant parts of the links’ capacitiesMAC table instability The continual updating of a switch’s MAC address table with incorrect entries, in reaction to looping frames, resulting in frames being sent to the wrong locationsMultiple frame A side effect of looping frames in which multiple copies of one frame are transmission delivered to the intended host, confusing the host Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 What IEEE 802.1d Spanning Tree DoesSTP prevents loops by placing each bridge/switch port in either a Forwarding State or aBlocking State. Interfaces in the Forwarding State act as normal, forwarding and receivingframes, but interfaces in a Blocking State do not process any frames except STP messages. After STP is run....... u can see in figure : [img]http://i51.tinypic.com/20s7p6d.png[/img]Now when Bob sends a broadcast frame, the frame does not loop. Bob sends the frame toSW3 (Step 1), which then forwards the frame only to SW1 (Step 2), because SW3’s Gi0/2interface is in a Blocking State. SW1 floods the frame out both Fa0/11 and Gi0/1 (Step 3).SW2 floods the frame out Fa0/12 and Gi0/1 (Step 4). However, SW3 ignores the framereceived from SW2, again because that frame enters SW3’s Gi0/2 interface, which is in aBlocking State. Quote Link to comment Share on other sites More sharing options...
ToughGuy Posted September 15, 2011 Report Share Posted September 15, 2011 sorry baaa full meeting lo vunde ivala ...time dorakaledu baa ....intiki velli choosthaaa Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 [quote author=!!!! FeRRo !!!! link=topic=237832.msg2965976#msg2965976 date=1316128235]sorry baaa full meeting lo vunde ivala ...time dorakaledu baa ....intiki velli choosthaaa[/quote] S%Hi Quote Link to comment Share on other sites More sharing options...
k2s Posted September 15, 2011 Author Report Share Posted September 15, 2011 How Spanning Tree WorksSTP uses three criteria to choose whether to put an interface in Forwarding State:■ STP elects a root switch. STP puts all working interfaces on the root switch in Forwarding State.■ Each nonroot switch considers one of its ports to have the least administrative cost between itself and the root switch. STP places this least-root-cost interface, called that switch’s root port (RP), in Forwarding State.■ Many switches can attach to the same Ethernet segment. The switch with the lowest administrative cost from itself to the root bridge, as compared with the other switches attached to the same segment, is placed in Forwarding State. The lowest-cost switch on each segment is called the designated bridge, and that bridge’s interface, attached to that segment, is called the designated port (DP).NOTE The real reason the root places all working interfaces in a Forwarding State isthat all its interfaces will become DPs, but it is easier to just remember that the all the rootswitches’ working interfaces will forward frames.All other interfaces are placed in Blocking State. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.