opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
321 stars 187 forks source link

Service Function Chaining Implementation #122

Open binhfdv opened 8 months ago

binhfdv commented 8 months ago

Sorry if my question is trivial. For my research, I have to program the SFC for requests from a UE (like in Exercise 8). I am stuck on how to start the programming for the experiment.

If anyone could give me a piece of instructions on where to begin, really appreciate it!

Currently, I can connect my k8s service pods to switch in the mininet. I can "curl" the service from my UE as well. curl 10.96.10.10:5000 --interface uesimtun0

Now I am stuck on how to create a SRv6 routing table to route the traffic from UE to Service 1 then to Service 2 UE -> S1 -> S2 and UE -> S1 -> S2 -> UE

Thank you!