Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [heat-admin@overcloud-controller-0 ~]$ sudo ovs-vsctl show
- 5ee93812-4907-4865-81e5-3d40a12b1035
- Bridge br-int
- fail_mode: secure
- Port int-br-ex
- Interface int-br-ex
- type: patch
- options: {peer=phy-br-ex}
- Port br-int
- Interface br-int
- type: internal
- Port patch-tun
- Interface patch-tun
- type: patch
- options: {peer=patch-int}
- Bridge br-ex
- Port "bond1"
- Interface "enp10s0f1"
- Interface "enp10s0f0"
- Port "vlan701"
- tag: 701
- Interface "vlan701"
- type: internal
- Port "vlan201"
- tag: 201
- Interface "vlan201"
- type: internal
- Port "vlan203"
- tag: 203
- Interface "vlan203"
- type: internal
- Port "vlan702"
- tag: 702
- Interface "vlan702"
- type: internal
- Port "vlan204"
- tag: 204
- Interface "vlan204"
- type: internal
- Port "vlan700"
- tag: 700
- Interface "vlan700"
- type: internal
- Port "vlan202"
- tag: 202
- Interface "vlan202"
- type: internal
- Port br-ex
- Interface br-ex
- type: internal
- Port "vlan200"
- tag: 200
- Interface "vlan200"
- type: internal
- Port "vlan703"
- tag: 703
- Interface "vlan703"
- type: internal
- Port phy-br-ex
- Interface phy-br-ex
- type: patch
- options: {peer=int-br-ex}
- Bridge br-tun
- fail_mode: secure
- Port "vxlan-ac1100cd"
- Interface "vxlan-ac1100cd"
- type: vxlan
- options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.205"}
- Port patch-int
- Interface patch-int
- type: patch
- options: {peer=patch-tun}
- Port "vxlan-ac1100cb"
- Interface "vxlan-ac1100cb"
- type: vxlan
- options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.203"}
- Port "vxlan-ac1100cc"
- Interface "vxlan-ac1100cc"
- type: vxlan
- options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.204"}
- Port br-tun
- Interface br-tun
- type: internal
- Port "vxlan-ac1100ca"
- Interface "vxlan-ac1100ca"
- type: vxlan
- options: {df_default="true", in_key=flow, local_ip="172.17.0.201", out_key=flow, remote_ip="172.17.0.202"}
- ovs_version: "2.4.0"
- [heat-admin@overcloud-controller-0 ~]$ ifconfig |grep -B 1 172
- vlan200: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.17.0.201 netmask 255.255.255.0 broadcast 172.17.0.255
- --
- vlan201: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.16.0.201 netmask 255.255.255.0 broadcast 172.16.0.255
- --
- vlan202: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.18.0.201 netmask 255.255.255.0 broadcast 172.18.0.255
- --
- vlan203: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.19.0.201 netmask 255.255.255.0 broadcast 172.19.0.255
- --
- vlan700: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.20.0.201 netmask 255.255.255.0 broadcast 172.20.0.255
- --
- vlan701: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.21.0.201 netmask 255.255.255.0 broadcast 172.21.0.255
- --
- vlan702: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.22.0.201 netmask 255.255.255.0 broadcast 172.22.0.255
- --
- vlan703: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.23.0.201 netmask 255.255.255.0 broadcast 172.23.0.255
- [heat-admin@overcloud-controller-0 ~]$ route -n
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 0.0.0.0 10.1.1.1 0.0.0.0 UG 0 0 0 vlan204
- 10.1.1.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan204
- 169.254.169.254 192.0.2.1 255.255.255.255 UGH 0 0 0 eno2
- 172.16.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan201
- 172.17.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan200
- 172.18.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan202
- 172.19.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan203
- 172.20.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan700
- 172.21.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan701
- 172.22.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan702
- 172.23.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vlan703
- 192.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eno2
Advertisement
Add Comment
Please, Sign In to add comment