ngsdn-tutorial
ngsdn-tutorial copied to clipboard
Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
Please, It has the file topo-v6.py created with the correct permissions and I did the whole procedure without errors, I just can't exchange ICMP packages, the file topo-v6.py is located...
Fixed 3 typos in this exercise
Hi, How can I query a counter defined in the p4 from ONOS? I understand it's from the p4runtime server, but I have not found an example to query the...
Hello, I am studying how messages are transferred between switches and the controller within a NGSDN environment, specifically packet in and packet out messages. I have been using wireshark within...
Hello, I added the basic pipeline IntProgrammableImpl.java to the PipeconfLoader but init() method didn't work .So i want to konw if there is relationship with IntProgrammable behaviour Interface and the...
The issue is running xterm command through the mininet does not work and keep showing error msg "cannot display". Can you please help?
I noticed that the interfaces of the switches were given an IPv6 gateway address, and they work even if I am using IPv4. My question is do I need to...
Hello, When I execute 'xterm h2' in mininet, I get the following error: ``` Error: Cannot connect to display ``` I think this has something to do with docker containers....
Hi, I completed exercise 7 . However, I found my exercise can't get udp packets when I use iperf to test within h2 and h4 . No packets are forwarded...