Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Function Chaining Implementation #122

Open
binhfdv opened this issue Mar 19, 2024 · 0 comments
Open

Service Function Chaining Implementation #122

binhfdv opened this issue Mar 19, 2024 · 0 comments

Comments

@binhfdv
Copy link

binhfdv commented Mar 19, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant