When I ping a host, the request and arp reply are flooded, and they arrive at their destination.
ICMP are routed following a random algorithm, but I know that the switches are sending to the correct port, avoiding loops.Using wireshark I notice that, switches are sending and receiving OpenFlow packets with the controller but there is always a switch, that doesn't receive the packet forwarded by the previous switch.I also notice, using wireshark, an error in every OpenFlow packet as shown in the attached wireshark screen shot. What does this error mean?The wireshark capture is an example of a switch that received a Packet Out decision from the controller, but the next switch did not received any packet.ThanksGonçalo
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.
If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
---
You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<starStitch.rspec>
It was something like vlantag xxxx not available
But I tried again and I was able to reserve my topology.
Niky, I did what you said, I used tcpdump on switch's interfaces and the icmp request leaves the switch but doesn't arrive at next switch.
In the topology on this rspec, the situation above occurs when the package is sent to utahOVS. Communication between stanOVS and gpoOVS works fine.
The configuration on the utahOVS is the following:
ovs-vsctl add-br test
ovs-vsctl add-port test eth1
ovs-vsctl add-port test eth2
ovs-vsctl set-controller test tcp:controller_ip:6633
ovs-vsctl set-fail-mode test secure
Can you check please if my rspec has something wrong? Do I need to make more configurations?
Thanks
Gonçalo
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.
If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
---
You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Goncalo,
I tried your rspec with the stitching computation service (SCS). The expanded request rspec looks good.Can you be specific about the problem you had? What did you see from stitcher.py output?
—Xi
On May 10, 2014, at 8:39 AM, gonçalo Semedo <goncalo...@gmail.com> wrote:
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.
If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
---
You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
GonçaloI was trying to use stitching instead of egre-tunnels, but every time I try to stitch more than one link, it fails.Hi Niky,With smaller topologies everything works fine. The problem is when the topology is more complicated.
Is there a problem with the stitching service, or am I doing something wrong? I attached my rspec.
Thanks
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.
If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
---
You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,I don't know what is happening but it seems that packets are dropped between some of my OVS switches.I attached a screen shot of my topology and a screen shot of an wireshark capture.
When I ping a host, the request and arp reply are flooded, and they arrive at their destination.ICMP are routed following a random algorithm, but I know that the switches are sending to the correct port, avoiding loops.Using wireshark I notice that, switches are sending and receiving OpenFlow packets with the controller but there is always a switch, that doesn't receive the packet forwarded by the previous switch.I also notice, using wireshark, an error in every OpenFlow packet as shown in the attached wireshark screen shot. What does this error mean?The wireshark capture is an example of a switch that received a Packet Out decision from the controller, but the next switch did not received any packet.ThanksGonçalo