sdn: follow up: reword/fix

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-05 09:06:37 +02:00
parent 9a4f3c957e
commit 9f8192426e

View File

@ -224,21 +224,21 @@ Routing and Forwarding) interface.
Specific EVPN configuration options: Specific EVPN configuration options:
VRF VXLAN Tag:: This is a vxlan-id used for routing interconnect between vnets, VRF VXLAN tag:: This is a vxlan-id used for routing interconnect between vnets,
it must be different than VXLAN-id of VNets it must be different than VXLAN-id of VNets
controller:: an EVPN-controller need to be defined first (see controller controller:: an EVPN-controller need to be defined first (see controller
plugins section) plugins section)
Vnet Mac Address:: An unique, anycast macaddress for all vnets in this zone. VNet MAC address:: A unique anycast MAC address for all VNets in this zone.
Auto-generated if you don't define it. Will be auto-generated if not defined.
Exit Nodes:: This is used if you want to defined some proxmox nodes, as Exit Nodes:: This is used if you want to define some proxmox nodes, as exit
exit gateway from evpn network through real network. This nodes gateway from evpn network through real network. The configured nodes will
will announce a default route in the evpn network. announce a default route in the EVPN network.
mtu:: because VXLAN encapsulation use 50bytes, the MTU need to be 50 bytes MTU:: because VXLAN encapsulation use 50 bytes, the MTU needs to be 50 bytes
lower than the outgoing physical interface. lower than the maximal MTU of the outgoing physical interface.
[[pvesdn_config_vnet]] [[pvesdn_config_vnet]]
@ -811,7 +811,6 @@ peers: 192.168.0.1,192.168.0.2,192.168.0.3
Create an EVPN zone named `myevpnzone' using the previously created Create an EVPN zone named `myevpnzone' using the previously created
EVPN-controller Define 'node1' and 'node2' as exit nodes. EVPN-controller Define 'node1' and 'node2' as exit nodes.
---- ----
id: myevpnzone id: myevpnzone
vrf vxlan tag: 10000 vrf vxlan tag: 10000
@ -829,6 +828,7 @@ tag: 11000
---- ----
Create a subnet 10.0.1.0/24 with 10.0.1.1 as gateway on vnet1 Create a subnet 10.0.1.0/24 with 10.0.1.1 as gateway on vnet1
---- ----
subnet: 10.0.1.0/24 subnet: 10.0.1.0/24
gateway: 10.0.1.1 gateway: 10.0.1.1
@ -844,6 +844,7 @@ tag: 12000
---- ----
Create a different subnet 10.0.2.0/24 with 10.0.2.1 as gateway on vnet2 Create a different subnet 10.0.2.0/24 with 10.0.2.1 as gateway on vnet2
---- ----
subnet: 10.0.2.0/24 subnet: 10.0.2.0/24
gateway: 10.0.2.1 gateway: 10.0.2.1
@ -853,7 +854,6 @@ gateway: 10.0.2.1
Apply the configuration on the main SDN web-interface panel to create VNets Apply the configuration on the main SDN web-interface panel to create VNets
locally on each nodes and generate the FRR config. locally on each nodes and generate the FRR config.
Create a Debian-based Virtual Machine (vm1) on node1, with a vNIC on `myvnet1'. Create a Debian-based Virtual Machine (vm1) on node1, with a vNIC on `myvnet1'.
Use the following network configuration for this VM: Use the following network configuration for this VM: