mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-25 04:45:46 +00:00
1.5 KiB
1.5 KiB
layout | title | parent | subcategory | description |
---|---|---|---|---|
page | proxmox_virtual_environment_sdn_zone_evpn | Resources | Virtual Environment | EVPN Zone in Proxmox SDN. The EVPN zone creates a routable Layer 3 network, capable of spanning across multiple clusters. |
Resource: proxmox_virtual_environment_sdn_zone_evpn
EVPN Zone in Proxmox SDN. The EVPN zone creates a routable Layer 3 network, capable of spanning across multiple clusters.
Schema
Required
id
(String) The unique identifier of the SDN zone.
Optional
advertise_subnets
(Boolean) Enable subnet advertisement for EVPN.controller
(String) EVPN controller address.disable_arp_nd_suppression
(Boolean) Disable ARP/ND suppression for EVPN.dns
(String) DNS API server address.dns_zone
(String) DNS domain name. Used to register hostnames, such as<hostname>.<domain>
. The DNS zone must already exist on the DNS server.exit_nodes
(Set of String) List of exit nodes for EVPN.exit_nodes_local_routing
(Boolean) Enable local routing for EVPN exit nodes.ipam
(String) IP Address Management system.mtu
(Number) MTU value for the zone.nodes
(Set of String) Proxmox node names.primary_exit_node
(String) Primary exit node for EVPN.reverse_dns
(String) Reverse DNS API server address.rt_import
(String) Route target import for EVPN.vrf_vxlan
(Number) VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.