diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-10 21:42:38 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-10 21:42:38 +0100 |
commit | f6ee81e58268ce1a666f68504f327f49c4402130 (patch) | |
tree | c19a0799fde38e1883937367965c547c56bba970 /docs/interfaces/vxlan.rst | |
parent | ab3552884ee1c5560fb37c5deb5e4ee1662f20bc (diff) | |
download | vyos-documentation-f6ee81e58268ce1a666f68504f327f49c4402130.tar.gz vyos-documentation-f6ee81e58268ce1a666f68504f327f49c4402130.zip |
interface: move mac and mtu documentation to common file
Diffstat (limited to 'docs/interfaces/vxlan.rst')
-rw-r--r-- | docs/interfaces/vxlan.rst | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/interfaces/vxlan.rst b/docs/interfaces/vxlan.rst index 742485dd..5ecfeb0a 100644 --- a/docs/interfaces/vxlan.rst +++ b/docs/interfaces/vxlan.rst @@ -90,27 +90,6 @@ L2VVPN / EVPN Source IP address used for VXLAN underlay. This is mandatory when using VXLAN via L2VPN/EVPN. - -Link Administration -------------------- - -.. cfgcmd:: set interfaces vxlan <interface> description <description> - - Assign given `<description>` to interface. Description will also be passed - to SNMP monitoring systems. - -.. cfgcmd:: set interfaces vxlan <interface> disable - - Disable given `<interface>`. It will be placed in administratively down - (``A/D``) state. - -.. cfgcmd:: set interfaces vxlan <interface> mtu <mtu> - - Configure :abbr:`MTU (Maximum Transmission Unit)` on given `<interface>`. It - is the size (in bytes) of the largest ethernet frame sent on this link. - MTU ranges from 1450 to 9000 bytes. For best performance you should have - a MTU > 1550 bytes on your underlay. - Multicast VXLAN =============== |