返回介绍

计算节点

发布于 2019-11-11 05:18:48 字数 2488 浏览 1023 评论 0 收藏 0

计算节点

主要包括两个网桥:集成网桥 br-int 和 隧道网桥 br-tun。

$ sudo ovs-vsctl show225f3eb5-6059-4063-99c3-8666915c9c55    Bridge br-int        fail_mode: secure        Port br-int            Interface br-int                type: internal        Port "qvoc4493802-43"            tag: 1            Interface "qvoc4493802-43"        Port patch-tun            Interface patch-tun                type: patch                options: {peer=patch-int}        Port "qvof47c62b0-db"            tag: 1            Interface "qvof47c62b0-db"    Bridge br-tun        fail_mode: secure        Port "vxlan-0a00644d"            Interface "vxlan-0a00644d"                type: vxlan                options: {df_default="true", in_key=flow, local_ip="10.0.100.88", out_key=flow, remote_ip="10.0.100.77"}        Port patch-int            Interface patch-int                type: patch                options: {peer=patch-tun}        Port br-tun            Interface br-tun                type: internal    ovs_version: "2.0.2"

安全网桥可以通过 brctl show 命令看到,该网桥主要用于绑定控制组的 iptables 规则,跟转发无直接关系。

~$ brctl showbridge name     bridge id               STP enabled     interfacesqbrf47c62b0-db          8000.56a7904c418d       no              qvbf47c62b0-db                                                        tapf47c62b0-db

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文