Linux 拨号vps windows公众号手机端

openstack vxlan egress_pkt_mark

lewis 7年前 (2018-02-02) 阅读数 11 #程序编程
文章标签 openstack

In OpenStack, VXLAN (Virtual Extensible LAN) is a network virtualization technology used to create overlay networks. It encapsulates the original Ethernet frames within UDP packets and adds a VXLAN header to enable communication between virtual machines across different physical networks.

The “egress_pkt_mark” is a configuration parameter used in OpenStack Neutron, the networking component of OpenStack, specifically for VXLAN tunnels. The egress_pkt_mark value is used to mark the outer UDP packets with a specific value when they leave the OpenStack network node and are forwarded to the physical network.

This marking is often used by the physical network devices, such as switches or routers, to apply specific policies like Quality of Service (QoS) or traffic shaping based on the marked packets. The egress_pkt_mark can be set to a specific value using the OpenStack Neutron configuration file to differentiate VXLAN traffic from other types of network traffic.

By configuring the egress_pkt_mark value, network administrators can have more granular control over the behavior of VXLAN traffic as it leaves the OpenStack network node and is transmitted over the physical network infrastructure.

版权声明

本文仅代表作者观点,不代表米安网络立场。

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

热门