SDN 777777

1.根据P4教程,将basic补充完整,成功运行。

1.1运行basic.p4文件

SDN 777777_第1张图片

1.2 pingall一下,发现ping不通

SDN 777777_第2张图片

1.3再输入make stop和make clean

SDN 777777_第3张图片

SDN 777777_第4张图片

1.4补充basic代码,再ping一下,发现可以ping通了。

SDN 777777_第5张图片

2.根据P4教程,将basic_tunnel.p4补充完整,成功运行。

2.1运行basic_tunnel.p4文件

SDN 777777_第6张图片

2.2 Open two terminals for h1 and h2

SDN 777777_第7张图片

2.3在h2中输入./receive.py

SDN 777777_第8张图片

2.4在h1中输入./send.py 10.0.2.2 "P4 is cool",发现h2中也显示"P4 is cool"

SDN 777777_第9张图片

SDN 777777_第10张图片

SDN 777777_第11张图片

SDN 777777_第12张图片

SDN 777777_第13张图片

SDN 777777_第14张图片

你可能感兴趣的:(SDN 777777)