实验4:开源控制器实践——OpenDaylight

基础要求
一是Mininet拓扑生成并连接控制器的结果,

二是Mininet中ping测试截图,并体现个人信息,其余文字请勿赘述;

查找资料,整理和记录ODL控制器主要的REST API文档,包括但不限于ODL提供的文档链接,获取拓扑的交换机、获取流表状态数量、获取特定交换机端口的状态、新增修改和删除流表等。
获取拓扑的交换机:
http://127.0.0.1:8181/apidoc/explorer/index.html#!/network-topology(2013-10-21)/GET_network_topology_get_183

获取流表状态数量;
http://127.0.0.1:8181/apidoc/explorer/index.html#!/opendaylight-inventory(2013-08-19)/GET_flow_statistics_get_271

获取特定交换机端口的状态:
http://127.0.0.1:8181/apidoc/explorer/index.html#!/opendaylight-port-statistics(2013-12-14)/get_node_connector_statistics_post_0

新增修改和删除流表
http://127.0.0.1:8181/apidoc/explorer/index.html#!/opendaylight-inventory(2013-08-19)/GET_flow_get_204

个人总结,包括但不限于实验难度、实验过程遇到的困难及解决办法,个人感想,不少于200字。

posted @ 2022-10-06 11:13  ๑(。・ω・。)๑  阅读(46)  评论(0编辑  收藏  举报