配置 L2 Population - 每天5分钟玩转 OpenStack(114)

简介: 前面我们学习了L2 Population 的原理,今天讨论如何在 Neutron 中配置和启用此特性。 目前 L2 Population 支持 VXLAN with Linux bridge 和 VXLAN/GRE with OVS。

前面我们学习了L2 Population 的原理,今天讨论如何在 Neutron 中配置和启用此特性。

目前 L2 Population 支持 VXLAN with Linux bridge 和 VXLAN/GRE with OVS。

可以通过以下配置启用 L2 Population。

在 /etc/neutron/plugins/ml2/ml2_conf.ini 设置 l2population mechanism driver。

mechanism_drivers = linuxbridge,l2population

同时在 [VXLAN] 中配置 enable L2 Population。

L2 Population 生效后,创建的 vxlan-100 会多一个 Proxy ARP 功能。

查看控制节点上的 forwarding database,可以看到 VTEP 保存了 cirros-vm2 的 port 信息。

cirros-vm2 的 MAC 为 fa:16:3e:1d:23:a3。 VTEP IP 为 166.66.16.11。

当需要与 cirros-vm2 通信时,控制节点 VTEP 166.66.16.10 会将封装好的 VXLAN 数据包直接发送给计算节点的 VTEP 166.66.16.11。

我们再查看一下计算节点上的 forwarding database:

fdb 中保存了 cirros-vm1 和 dhcp 的 port 信息。 当需要与它们通信时,计算节点 VTEP 知道应该将数据包直接发送给控制节点的 VTEP。

下节我们开始学习 Neutron 的另一个特性 -- Security Group。

 

blob.png

目录
相关文章
|
7月前
Angular启动/node_modules/@types/node/index.d.ts (20,1): Invalid ‘reference‘ directive syntax.
Angular启动/node_modules/@types/node/index.d.ts (20,1): Invalid ‘reference‘ directive syntax.
78 2
|
7月前
|
Kubernetes 容器
Warning FailedScheduling 14m (x12 over 16m) default-scheduler 0/1 nodes are available: 1 node(s
Warning FailedScheduling 14m (x12 over 16m) default-scheduler 0/1 nodes are available: 1 node(s
124 0
|
7月前
random.sample(population, k)
random.sample(population, k)
40 0
(node)Warning: Accessing non-existent property ‘xxx‘ of module exports inside circular depen
(node)Warning: Accessing non-existent property ‘xxx‘ of module exports inside circular depen
error: R_LARCH_SOP_PUSH_PCREL against `x264_log_default‘:PLT shouldn‘t be with r_addend.
error: R_LARCH_SOP_PUSH_PCREL against `x264_log_default‘:PLT shouldn‘t be with r_addend.
203 0
|
NoSQL Go
图数据库 Nebula Graph RC1 Release Note
本次 RC1 主要增强了 nGQL,新增 `LIMIT` , `GROUP BY` 等语句;算法方面增加了最短路径,全路径搜索。 Storage 层新增 PUT/GET 接口,支持 scale out/in,以及新增了 Golang 客户端以及多线程 Golang 数据导入工具。
1525 0
SAP QM Reset Sample Calculation
SAP QM Reset Sample Calculation   比如:当检验批产生以后,系统根据sample procedure自动计算了sample size,后来业务发现需要修改检验计划里的sample procedure,则样本大小也需要跟着改。
1603 0