侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

VXLAN封装内部携带VLAN Tag问题

2023-04-07 星期五 / 0 评论 / 0 点赞 / 81 阅读 / 1128 字

RFC 7348 6.1Inner VLAN Tag HandlingInner VLAN Tag Handling in VTEP and VXLAN gateway should conform

.

RFC 7348 6.1
Inner VLAN Tag Handling

Inner VLAN Tag Handling in VTEP and VXLAN gateway should conform to the following:

Decapsulated VXLAN frames with the inner VLAN tag SHOULD be discarded unless configured otherwise.

On the encapsulation side, a VTEP SHOULD NOT include an inner VLAN tag on tunnel packets unless configured otherwise.

When a VLAN-tagged packet is a candidate for VXLAN tunneling, the encapsulating VTEP SHOULD strip the VLAN tag unless configured otherwise.

VTEP和VXLAN网关的Inner VLAN Tag处理应符合以下要求:
->除非另有配置,否则应丢弃带有内部VLAN标记的已解封VXLAN帧。
->在封装端,除非另有配置,否则VTEP不应在隧道数据包上包含Inner Vlan Tag。
->当VLAN Tag的数据包时VXLAN隧道准备发送的数据包时,封装VTEP应剥离VLAN Tag,除非另有配置。

总之,默认情况下,封装VXLAN数据包不应携带 Inner Vlan Tag。

.

广告 广告

评论区