本帖最后由 pig2 于 2015-6-8 13:46 编辑
问题导读
1.在ovs中如何寻找对应路由?
2..在ovs中如何寻找dhcp server?
3.qr-×××的是指什么网络设备?
下面是如何找到ovs中部分虚拟网络设备,如何在dasboard中找到对应的内容
neutron配置完毕,我们通过ovs
Open Vswitch
网络节点
[mw_shl_code=bash,true]689c0ac3-e282-4638-822c-9444333396e5
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}
Port "qr-bd91f930-92"
tag: 1
Interface "qr-bd91f930-92"
type: internal
Port "tap19c5765e-d9"
tag: 1
Interface "tap19c5765e-d9"
type: internal
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port "qg-a5a35520-41"
Interface "qg-a5a35520-41"
type: internal
Port "eth2"
Interface "eth2"
Port phy-br-ex
Interface phy-br-ex
type: patch
options: {peer=int-br-ex}
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port "gre-0a00011f"
Interface "gre-0a00011f"
type: gre
options: {df_default="true", in_key=flow, local_ip="10.0.1.21", out_key=flow, remote_ip="10.0.1.31"}
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
ovs_version: "2.0.2"[/mw_shl_code]
[mw_shl_code=bash,true] Port "qr-bd91f930-92"
tag: 1
Interface "qr-bd91f930-92"
type: internal[/mw_shl_code]
则是quantum route,通过dasboard
我们打开路由
然后在进入端口:
看到端口qr-bd91f930-92中bd91f930-92取之端口id.
Port "qr-bd91f930-92"
tag: 1
Interface "qr-bd91f930-92"
type: internal
Port "tap19c5765e-d9"
tag: 1
Interface "tap19c5765e-d9"
type: internal
相关内容
openstack【juno】入门高级篇:为何你的实例ping不通外网【详述】
openstack【juno】入门高级篇:openstack的Neutron中SDN介绍
|