Re: [pox-dev] Spanning Tree Algorithm

2015-01-12 Thread TALAL AL-HARBI
; who are between switches and no correcting a loop even ports where hosts >> attached to. >> >> I have printed ports status with basic topology: >> >> Ports s1-eth1:1 --> where host1 attached to >> Flood False >> Ports s1-eth2:2 ---> Lin

Re: [pox-dev] Spanning Tree Algorithm

2015-01-12 Thread Murphy McCauley
no] is flood: > #print sw,p.port_no,"skip","(",flood,")" > continue # Skip > change_count += 1 > _prev[sw][p.port_no] = flood > #print sw,p.port_no,flood > #TODO: Check results > >

Re: [pox-dev] Spanning Tree Algorithm

2015-01-12 Thread TALAL AL-HARBI
rts s1-eth2:2 ---> Link between S1 & S2 Flood True Ports s1:65534 Ports s2-eth1:1 --> where host2 attached to Flood False Ports s2-eth2:2 Flood True Ports s2:65534 In this case, why once s1 gets arp request, broadcast it out of port1? Best,,, Talal Subject: Re: [pox-dev]

Re: [pox-dev] Spanning Tree Algorithm

2015-01-12 Thread Murphy McCauley
re host2 attached to > Flood False > Ports s2-eth2:2 > Flood True > Ports s2:65534 > > In this case, why once s1 gets arp request, broadcast it out of port1? > > Best,,, > Talal > Subject: Re: [pox-dev] Spanning Tree Algorithm > From: murphy.mccau...@gmail.com

Re: [pox-dev] Spanning Tree Algorithm

2015-01-09 Thread Murphy McCauley
I believe you're mistaken and the ports to which hosts are attached have flood enabled. What makes you think this isn't the case? -- Murphy On Jan 9, 2015, at 7:21 PM, TALAL AL-HARBI wrote: > If you print out ports status, you would see they are false. > > Sent from my iPhone > > On Jan 9,

Re: [pox-dev] Spanning Tree Algorithm

2015-01-09 Thread TALAL AL-HARBI
If you print out ports status, you would see they are false. Sent from my iPhone > On Jan 9, 2015, at 9:46 PM, Amer wrote: > > Dear Talal > > The ports that are connected to hosts are not creating loops, thus it will > not be disabled. > > Best regards, > Amer > > Sent from my iPhone > >>

Re: [pox-dev] Spanning Tree Algorithm

2015-01-09 Thread Amer
Dear Talal The ports that are connected to hosts are not creating loops, thus it will not be disabled. Best regards, Amer Sent from my iPhone > On ٠٩‏/٠١‏/٢٠١٥, at ١٠:٠٥ ص, TALAL AL-HARBI wrote: > > Hello There,,, > > I'm a bit confused about spanning tree algorithm. After detecting all li

[pox-dev] Spanning Tree Algorithm

2015-01-08 Thread TALAL AL-HARBI
Hello There,,, I'm a bit confused about spanning tree algorithm. After detecting all links, it disables the one creating the loop. However, ports where hosts attached to are still False(Means no flood?). Pings were successful, how ? Thank you!!! Cheers,,, Talal