摘要: NAT功能测试验证 # 所有 onv-nbctl 命令全部ovn-master节点操作 # 配置逻辑交换机及逻辑port # 创建logical switch ovn-nbctl ls-add ls # 创建 logical port ls-veth1 ovn-nbctl lsp-add ls ls 阅读全文
posted @ 2022-07-19 20:51 salami_china 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 负载均衡功能验证 参考链接: https://www.sdnlab.com/19245.html https://www.jianshu.com/p/836f80e4cf4d ovn 使用流表实现了一套简单的LB: 支持 sctp, tcp, or udp; 支持 health check 支持根据 阅读全文
posted @ 2022-07-19 20:49 salami_china 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 逻辑路由功能测试 # 配置逻辑交换机及逻辑路由器 # 创建逻辑路由器 ovn-nbctl lr-add r1 ovn-nbctl ls-add ls1 ovn-nbctl ls-add ls2 # 创建逻辑路由器port ovn-nbctl lrp-add r1 r1-ls1 00:00:00:00 阅读全文
posted @ 2022-07-19 15:05 salami_china 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://github.com/openvswitch/ovs/blob/v2.10.0/Documentation/intro/install/general.rst https://www.jianshu.com/p/1121fcd5ab82 # ovn-trace 参考链接 阅读全文
posted @ 2022-07-19 10:20 salami_china 阅读(1019) 评论(0) 推荐(0) 编辑