Created
May 8, 2019 19:51
-
-
Save flavio-fernandes/4edcd0162e8b6fd7da9f8b982131e6a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.juniper.net/documentation/en_US/learn-about/LA_VXLANinDCs.pdf | |
vxlan encapsulation sets the udp src port | |
== | |
§ | |
Source UDP port – The VXLAN protocol repurposes this standard field in a UDP | |
packet header. Instead of using this field for the source UDP port, the protocol uses | |
it as a numeric identifier for the particular flow between VTEPs. The VXLAN | |
standard does not define how this number is derived, but the source VTEP usually | |
calculates it from a hash of some combination of fields from the inner Layer 2 | |
packet and the Layer 3 or Layer 4 headers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment