Hi Charles,
I am sorry to bother you.
Thank you for your support in a post of ONOS Developers (https://groups.google.com/a/onosproject.org/forum/#!topic/onos-dev/MKKXSMpKylI).
After your instruction, I studied Trellis and implemented segment routing via the link: https://github.com/opennetworkinglab/routing/tree/master/trellis, and I have a question related to the topology in the experiment.
Can we create another kind of the topology in segment routing?
I mean that we only have the link between the leaf node and the spine node (leaf-spine) in the experiment.
Can we have the link between the leaf node and the leaf node (leaf-leaf) or the spine node and the spine node (spine-spine)?
I tried with another topology that have the leaf-leaf and spine-spine links, but it does not work. I can not ping between 2 hosts.
I am looking forward to hearing the response from you.
Thank you in advance.
Best regards,
Van
Van Van Tong
Dear Charles,
I am sorry to bother you again.
After implementing the experiments with segment routing (SR) application in ONOS, I found out that there is a difference between the experiments of TCP and UDP.
When I forward the TCP packets from a source to a destination, SR application forwards the packets through only one routing path in the normal network condition. However, SR application forwards the UDP packets through many equal-cost multi-paths in the same network condition.
Do you know why there is a difference between the experiments of TCP and UDP?