Skip to content

Commit 5f60538

Browse files
committed
Fix typos in VXLAN doc file
1 parent baa6381 commit 5f60538

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/plugins/vxlan.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ have MTU of 1500 bytes, meaning that your physical interface/bridge must have MT
6666
In order to configure "jumbo frames" you can i.e. make physical interface/bridge with 9000 bytes MTU, then all the VXLAN
6767
interfaces will be created with MTU of 8950 bytes, and then MTU size inside Instance can be set to 8950 bytes.
6868

69-
In general it's recommend to use an MTU of at least 9000 bytes or larger. Most VXLAN capable network cards and switch support an MTU of up to 9216.
69+
In general it is recommend to use an MTU of at least 9000 bytes or larger. Most VXLAN capable network cards and switch support an MTU of up to 9216.
7070

7171
Using an MTU of 9216 bytes allows for using Jumbo Frames (9000) within guest networks.
7272

@@ -80,7 +80,7 @@ Important note on max number of multicast groups
8080

8181
Default value of "net.ipv4.igmp_max_memberships" (cat /proc/sys/net/ipv4/igmp_max_memberships) is "20", which means that host can be joined to max 20 multicast groups (attach max 20 multicast IPs on the host).
8282

83-
Since all VXLAN (VTEP) interfaces provisioned on host are multicast-based (belong to certain multicast group, and thus has it's own multicast IP that is used as VTEP), this means that you can not provision more than 20 (working) VXLAN interfaces per host.
83+
Since all VXLAN (VTEP) interfaces provisioned on host are multicast-based (belong to certain multicast group, and thus has it is own multicast IP that is used as VTEP), this means that you can not provision more than 20 (working) VXLAN interfaces per host.
8484

8585
Under Linux you can NOT provision (start) more than 20 VXLAN interfaces and error message "No buffer space available" can be observed in Cloudstack Agent logs after provisioning required bridges and VXLAN interfaces.
8686

@@ -271,7 +271,7 @@ In order to use this script create a symlink on **each** KVM hypervisor
271271

272272
This script is also available in the CloudStack `GIT repository <https://raw.githubusercontent.com/apache/cloudstack/refs/heads/main/scripts/vm/network/vnet/modifyvxlan-evpn.sh>`_.
273273

274-
View the contents of the script to understand it's inner workings, some key items:
274+
View the contents of the script to understand it is inner workings, some key items:
275275

276276
- VXLAN (vtep) devices are created using 'nolearning', disabling the use of multicast
277277
- UDP port 4789 (RFC 7348)
@@ -346,15 +346,15 @@ This configuration will:
346346
- Enable the families ipv4, ipv6 and evpn
347347
- Announce the IPv4 (10.255.192.12/32) and IPv6 (2001:db8:100::1/128) loopback addresses
348348
- Advertise all VXLAN networks (VNI) detected locally on the hypervisor (vxlan network devices)
349-
- Use ASN 4200800212 for this hypervisor (each node has it's own unique ASN)
349+
- Use ASN 4200800212 for this hypervisor (each node has it is own unique ASN)
350350

351351
BGP and EVPN in the upstream network
352352
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
353353
This documentation does not cover configuring BGP and EVPN in the upstream network.
354354

355355
This will differ per network and is therefor difficult to capture in this documentation. A couple of key items though:
356356

357-
- Each hypervisor with establish eBGP session(s) with the Top-of-Rack router(s) in it's rack
357+
- Each hypervisor with establish eBGP session(s) with the Top-of-Rack router(s) in it is rack
358358
- These Top-of-Rack devices will connect to (a) Spine router(s)
359359
- On the Spine router(s) the VNIs will terminate and they will act as IPv4/IPv6 gateways
360360

0 commit comments

Comments
 (0)