published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
EVPN Zone in Proxmox SDN. The EVPN zone creates a routable Layer 3 network, capable of spanning across multiple clusters.
Create Evpn Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Evpn(name: string, args: EvpnArgs, opts?: CustomResourceOptions);@overload
def Evpn(resource_name: str,
args: EvpnArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Evpn(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_id: Optional[str] = None,
controller: Optional[str] = None,
vrf_vxlan: Optional[int] = None,
exit_nodes_local_routing: Optional[bool] = None,
dns_zone: Optional[str] = None,
exit_nodes: Optional[Sequence[str]] = None,
advertise_subnets: Optional[bool] = None,
ipam: Optional[str] = None,
mtu: Optional[int] = None,
nodes: Optional[Sequence[str]] = None,
primary_exit_node: Optional[str] = None,
dns: Optional[str] = None,
reverse_dns: Optional[str] = None,
rt_import: Optional[str] = None,
disable_arp_nd_suppression: Optional[bool] = None)func NewEvpn(ctx *Context, name string, args EvpnArgs, opts ...ResourceOption) (*Evpn, error)public Evpn(string name, EvpnArgs args, CustomResourceOptions? opts = null)type: proxmoxve:sdn/zone/evpn:Evpn
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EvpnArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EvpnArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EvpnArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EvpnArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EvpnArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Evpn Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Evpn resource accepts the following input properties:
- Controller string
- EVPN controller address.
- Resource
Id string - The unique identifier of the SDN zone.
- Vrf
Vxlan int - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- Advertise
Subnets bool - Enable subnet advertisement for EVPN.
- Disable
Arp boolNd Suppression - 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 List<string> - List of exit nodes for EVPN.
- Exit
Nodes boolLocal Routing - Enable local routing for EVPN exit nodes.
- Ipam string
- IP Address Management system.
- Mtu int
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- Nodes List<string>
- The Proxmox nodes which the zone and associated VNets should be deployed on
- Primary
Exit stringNode - Primary exit node for EVPN.
- Reverse
Dns string - Reverse DNS API server address.
- Rt
Import string - Route target import for EVPN.
- Controller string
- EVPN controller address.
- Resource
Id string - The unique identifier of the SDN zone.
- Vrf
Vxlan int - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- Advertise
Subnets bool - Enable subnet advertisement for EVPN.
- Disable
Arp boolNd Suppression - 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 []string - List of exit nodes for EVPN.
- Exit
Nodes boolLocal Routing - Enable local routing for EVPN exit nodes.
- Ipam string
- IP Address Management system.
- Mtu int
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- Nodes []string
- The Proxmox nodes which the zone and associated VNets should be deployed on
- Primary
Exit stringNode - Primary exit node for EVPN.
- Reverse
Dns string - Reverse DNS API server address.
- Rt
Import string - Route target import for EVPN.
- controller String
- EVPN controller address.
- resource
Id String - The unique identifier of the SDN zone.
- vrf
Vxlan Integer - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise
Subnets Boolean - Enable subnet advertisement for EVPN.
- disable
Arp BooleanNd Suppression - 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 List<String> - List of exit nodes for EVPN.
- exit
Nodes BooleanLocal Routing - Enable local routing for EVPN exit nodes.
- ipam String
- IP Address Management system.
- mtu Integer
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes List<String>
- The Proxmox nodes which the zone and associated VNets should be deployed on
- primary
Exit StringNode - Primary exit node for EVPN.
- reverse
Dns String - Reverse DNS API server address.
- rt
Import String - Route target import for EVPN.
- controller string
- EVPN controller address.
- resource
Id string - The unique identifier of the SDN zone.
- vrf
Vxlan number - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise
Subnets boolean - Enable subnet advertisement for EVPN.
- disable
Arp booleanNd Suppression - 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 string[] - List of exit nodes for EVPN.
- exit
Nodes booleanLocal Routing - Enable local routing for EVPN exit nodes.
- ipam string
- IP Address Management system.
- mtu number
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes string[]
- The Proxmox nodes which the zone and associated VNets should be deployed on
- primary
Exit stringNode - Primary exit node for EVPN.
- reverse
Dns string - Reverse DNS API server address.
- rt
Import string - Route target import for EVPN.
- controller str
- EVPN controller address.
- resource_
id str - The unique identifier of the SDN zone.
- vrf_
vxlan int - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise_
subnets bool - Enable subnet advertisement for EVPN.
- disable_
arp_ boolnd_ suppression - Disable ARP/ND suppression for EVPN.
- dns str
- DNS API server address.
- dns_
zone str - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - exit_
nodes Sequence[str] - List of exit nodes for EVPN.
- exit_
nodes_ boollocal_ routing - Enable local routing for EVPN exit nodes.
- ipam str
- IP Address Management system.
- mtu int
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes Sequence[str]
- The Proxmox nodes which the zone and associated VNets should be deployed on
- primary_
exit_ strnode - Primary exit node for EVPN.
- reverse_
dns str - Reverse DNS API server address.
- rt_
import str - Route target import for EVPN.
- controller String
- EVPN controller address.
- resource
Id String - The unique identifier of the SDN zone.
- vrf
Vxlan Number - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise
Subnets Boolean - Enable subnet advertisement for EVPN.
- disable
Arp BooleanNd Suppression - 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 List<String> - List of exit nodes for EVPN.
- exit
Nodes BooleanLocal Routing - Enable local routing for EVPN exit nodes.
- ipam String
- IP Address Management system.
- mtu Number
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes List<String>
- The Proxmox nodes which the zone and associated VNets should be deployed on
- primary
Exit StringNode - Primary exit node for EVPN.
- reverse
Dns String - Reverse DNS API server address.
- rt
Import String - Route target import for EVPN.
Outputs
All input properties are implicitly available as output properties. Additionally, the Evpn resource produces the following output properties:
Look up Existing Evpn Resource
Get an existing Evpn resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EvpnState, opts?: CustomResourceOptions): Evpn@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
advertise_subnets: Optional[bool] = None,
controller: Optional[str] = None,
disable_arp_nd_suppression: Optional[bool] = None,
dns: Optional[str] = None,
dns_zone: Optional[str] = None,
exit_nodes: Optional[Sequence[str]] = None,
exit_nodes_local_routing: Optional[bool] = None,
ipam: Optional[str] = None,
mtu: Optional[int] = None,
nodes: Optional[Sequence[str]] = None,
pending: Optional[bool] = None,
primary_exit_node: Optional[str] = None,
resource_id: Optional[str] = None,
reverse_dns: Optional[str] = None,
rt_import: Optional[str] = None,
state: Optional[str] = None,
vrf_vxlan: Optional[int] = None) -> Evpnfunc GetEvpn(ctx *Context, name string, id IDInput, state *EvpnState, opts ...ResourceOption) (*Evpn, error)public static Evpn Get(string name, Input<string> id, EvpnState? state, CustomResourceOptions? opts = null)public static Evpn get(String name, Output<String> id, EvpnState state, CustomResourceOptions options)resources: _: type: proxmoxve:sdn/zone/evpn:Evpn get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Advertise
Subnets bool - Enable subnet advertisement for EVPN.
- Controller string
- EVPN controller address.
- Disable
Arp boolNd Suppression - 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 List<string> - List of exit nodes for EVPN.
- Exit
Nodes boolLocal Routing - Enable local routing for EVPN exit nodes.
- Ipam string
- IP Address Management system.
- Mtu int
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- Nodes List<string>
- The Proxmox nodes which the zone and associated VNets should be deployed on
- Pending bool
- Indicates if the zone has pending configuration changes that need to be applied.
- Primary
Exit stringNode - Primary exit node for EVPN.
- Resource
Id string - The unique identifier of the SDN zone.
- Reverse
Dns string - Reverse DNS API server address.
- Rt
Import string - Route target import for EVPN.
- State string
- Indicates the current state of the zone.
- Vrf
Vxlan int - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- Advertise
Subnets bool - Enable subnet advertisement for EVPN.
- Controller string
- EVPN controller address.
- Disable
Arp boolNd Suppression - 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 []string - List of exit nodes for EVPN.
- Exit
Nodes boolLocal Routing - Enable local routing for EVPN exit nodes.
- Ipam string
- IP Address Management system.
- Mtu int
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- Nodes []string
- The Proxmox nodes which the zone and associated VNets should be deployed on
- Pending bool
- Indicates if the zone has pending configuration changes that need to be applied.
- Primary
Exit stringNode - Primary exit node for EVPN.
- Resource
Id string - The unique identifier of the SDN zone.
- Reverse
Dns string - Reverse DNS API server address.
- Rt
Import string - Route target import for EVPN.
- State string
- Indicates the current state of the zone.
- Vrf
Vxlan int - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise
Subnets Boolean - Enable subnet advertisement for EVPN.
- controller String
- EVPN controller address.
- disable
Arp BooleanNd Suppression - 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 List<String> - List of exit nodes for EVPN.
- exit
Nodes BooleanLocal Routing - Enable local routing for EVPN exit nodes.
- ipam String
- IP Address Management system.
- mtu Integer
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes List<String>
- The Proxmox nodes which the zone and associated VNets should be deployed on
- pending Boolean
- Indicates if the zone has pending configuration changes that need to be applied.
- primary
Exit StringNode - Primary exit node for EVPN.
- resource
Id String - The unique identifier of the SDN zone.
- reverse
Dns String - Reverse DNS API server address.
- rt
Import String - Route target import for EVPN.
- state String
- Indicates the current state of the zone.
- vrf
Vxlan Integer - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise
Subnets boolean - Enable subnet advertisement for EVPN.
- controller string
- EVPN controller address.
- disable
Arp booleanNd Suppression - 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 string[] - List of exit nodes for EVPN.
- exit
Nodes booleanLocal Routing - Enable local routing for EVPN exit nodes.
- ipam string
- IP Address Management system.
- mtu number
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes string[]
- The Proxmox nodes which the zone and associated VNets should be deployed on
- pending boolean
- Indicates if the zone has pending configuration changes that need to be applied.
- primary
Exit stringNode - Primary exit node for EVPN.
- resource
Id string - The unique identifier of the SDN zone.
- reverse
Dns string - Reverse DNS API server address.
- rt
Import string - Route target import for EVPN.
- state string
- Indicates the current state of the zone.
- vrf
Vxlan number - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise_
subnets bool - Enable subnet advertisement for EVPN.
- controller str
- EVPN controller address.
- disable_
arp_ boolnd_ suppression - Disable ARP/ND suppression for EVPN.
- dns str
- DNS API server address.
- dns_
zone str - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - exit_
nodes Sequence[str] - List of exit nodes for EVPN.
- exit_
nodes_ boollocal_ routing - Enable local routing for EVPN exit nodes.
- ipam str
- IP Address Management system.
- mtu int
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes Sequence[str]
- The Proxmox nodes which the zone and associated VNets should be deployed on
- pending bool
- Indicates if the zone has pending configuration changes that need to be applied.
- primary_
exit_ strnode - Primary exit node for EVPN.
- resource_
id str - The unique identifier of the SDN zone.
- reverse_
dns str - Reverse DNS API server address.
- rt_
import str - Route target import for EVPN.
- state str
- Indicates the current state of the zone.
- vrf_
vxlan int - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
- advertise
Subnets Boolean - Enable subnet advertisement for EVPN.
- controller String
- EVPN controller address.
- disable
Arp BooleanNd Suppression - 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 List<String> - List of exit nodes for EVPN.
- exit
Nodes BooleanLocal Routing - Enable local routing for EVPN exit nodes.
- ipam String
- IP Address Management system.
- mtu Number
- MTU value for the zone. There is no support to reset this value back to PVE default once set due to API limitation.
- nodes List<String>
- The Proxmox nodes which the zone and associated VNets should be deployed on
- pending Boolean
- Indicates if the zone has pending configuration changes that need to be applied.
- primary
Exit StringNode - Primary exit node for EVPN.
- resource
Id String - The unique identifier of the SDN zone.
- reverse
Dns String - Reverse DNS API server address.
- rt
Import String - Route target import for EVPN.
- state String
- Indicates the current state of the zone.
- vrf
Vxlan Number - VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
Package Details
- Repository
- proxmoxve muhlba91/pulumi-proxmoxve
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
proxmoxTerraform Provider.
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
