1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. sdn
  5. sdn/zone
  6. Evpn
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
proxmoxve logo
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
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)
    public Evpn(String name, EvpnArgs args)
    public Evpn(String name, EvpnArgs args, CustomResourceOptions options)
    
    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.
    ResourceId string
    The unique identifier of the SDN zone.
    VrfVxlan int
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    AdvertiseSubnets bool
    Enable subnet advertisement for EVPN.
    DisableArpNdSuppression bool
    Disable ARP/ND suppression for EVPN.
    Dns string
    DNS API server address.
    DnsZone string
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    ExitNodes List<string>
    List of exit nodes for EVPN.
    ExitNodesLocalRouting bool
    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
    PrimaryExitNode string
    Primary exit node for EVPN.
    ReverseDns string
    Reverse DNS API server address.
    RtImport string
    Route target import for EVPN.
    Controller string
    EVPN controller address.
    ResourceId string
    The unique identifier of the SDN zone.
    VrfVxlan int
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    AdvertiseSubnets bool
    Enable subnet advertisement for EVPN.
    DisableArpNdSuppression bool
    Disable ARP/ND suppression for EVPN.
    Dns string
    DNS API server address.
    DnsZone string
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    ExitNodes []string
    List of exit nodes for EVPN.
    ExitNodesLocalRouting bool
    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
    PrimaryExitNode string
    Primary exit node for EVPN.
    ReverseDns string
    Reverse DNS API server address.
    RtImport string
    Route target import for EVPN.
    controller String
    EVPN controller address.
    resourceId String
    The unique identifier of the SDN zone.
    vrfVxlan Integer
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    advertiseSubnets Boolean
    Enable subnet advertisement for EVPN.
    disableArpNdSuppression Boolean
    Disable ARP/ND suppression for EVPN.
    dns String
    DNS API server address.
    dnsZone String
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    exitNodes List<String>
    List of exit nodes for EVPN.
    exitNodesLocalRouting Boolean
    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
    primaryExitNode String
    Primary exit node for EVPN.
    reverseDns String
    Reverse DNS API server address.
    rtImport String
    Route target import for EVPN.
    controller string
    EVPN controller address.
    resourceId string
    The unique identifier of the SDN zone.
    vrfVxlan number
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    advertiseSubnets boolean
    Enable subnet advertisement for EVPN.
    disableArpNdSuppression boolean
    Disable ARP/ND suppression for EVPN.
    dns string
    DNS API server address.
    dnsZone string
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    exitNodes string[]
    List of exit nodes for EVPN.
    exitNodesLocalRouting boolean
    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
    primaryExitNode string
    Primary exit node for EVPN.
    reverseDns string
    Reverse DNS API server address.
    rtImport 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.
    bool
    Enable subnet advertisement for EVPN.
    disable_arp_nd_suppression bool
    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_local_routing bool
    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_node str
    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.
    resourceId String
    The unique identifier of the SDN zone.
    vrfVxlan Number
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    advertiseSubnets Boolean
    Enable subnet advertisement for EVPN.
    disableArpNdSuppression Boolean
    Disable ARP/ND suppression for EVPN.
    dns String
    DNS API server address.
    dnsZone String
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    exitNodes List<String>
    List of exit nodes for EVPN.
    exitNodesLocalRouting Boolean
    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
    primaryExitNode String
    Primary exit node for EVPN.
    reverseDns String
    Reverse DNS API server address.
    rtImport 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:

    Id string
    The provider-assigned unique ID for this managed resource.
    Pending bool
    Indicates if the zone has pending configuration changes that need to be applied.
    State string
    Indicates the current state of the zone.
    Id string
    The provider-assigned unique ID for this managed resource.
    Pending bool
    Indicates if the zone has pending configuration changes that need to be applied.
    State string
    Indicates the current state of the zone.
    id String
    The provider-assigned unique ID for this managed resource.
    pending Boolean
    Indicates if the zone has pending configuration changes that need to be applied.
    state String
    Indicates the current state of the zone.
    id string
    The provider-assigned unique ID for this managed resource.
    pending boolean
    Indicates if the zone has pending configuration changes that need to be applied.
    state string
    Indicates the current state of the zone.
    id str
    The provider-assigned unique ID for this managed resource.
    pending bool
    Indicates if the zone has pending configuration changes that need to be applied.
    state str
    Indicates the current state of the zone.
    id String
    The provider-assigned unique ID for this managed resource.
    pending Boolean
    Indicates if the zone has pending configuration changes that need to be applied.
    state String
    Indicates the current state of the zone.

    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) -> Evpn
    func 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.
    The following state arguments are supported:
    AdvertiseSubnets bool
    Enable subnet advertisement for EVPN.
    Controller string
    EVPN controller address.
    DisableArpNdSuppression bool
    Disable ARP/ND suppression for EVPN.
    Dns string
    DNS API server address.
    DnsZone string
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    ExitNodes List<string>
    List of exit nodes for EVPN.
    ExitNodesLocalRouting bool
    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.
    PrimaryExitNode string
    Primary exit node for EVPN.
    ResourceId string
    The unique identifier of the SDN zone.
    ReverseDns string
    Reverse DNS API server address.
    RtImport string
    Route target import for EVPN.
    State string
    Indicates the current state of the zone.
    VrfVxlan int
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    AdvertiseSubnets bool
    Enable subnet advertisement for EVPN.
    Controller string
    EVPN controller address.
    DisableArpNdSuppression bool
    Disable ARP/ND suppression for EVPN.
    Dns string
    DNS API server address.
    DnsZone string
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    ExitNodes []string
    List of exit nodes for EVPN.
    ExitNodesLocalRouting bool
    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.
    PrimaryExitNode string
    Primary exit node for EVPN.
    ResourceId string
    The unique identifier of the SDN zone.
    ReverseDns string
    Reverse DNS API server address.
    RtImport string
    Route target import for EVPN.
    State string
    Indicates the current state of the zone.
    VrfVxlan int
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    advertiseSubnets Boolean
    Enable subnet advertisement for EVPN.
    controller String
    EVPN controller address.
    disableArpNdSuppression Boolean
    Disable ARP/ND suppression for EVPN.
    dns String
    DNS API server address.
    dnsZone String
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    exitNodes List<String>
    List of exit nodes for EVPN.
    exitNodesLocalRouting Boolean
    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.
    primaryExitNode String
    Primary exit node for EVPN.
    resourceId String
    The unique identifier of the SDN zone.
    reverseDns String
    Reverse DNS API server address.
    rtImport String
    Route target import for EVPN.
    state String
    Indicates the current state of the zone.
    vrfVxlan Integer
    VRF VXLAN-ID used for dedicated routing interconnect between VNets. It must be different than the VXLAN-ID of the VNets.
    advertiseSubnets boolean
    Enable subnet advertisement for EVPN.
    controller string
    EVPN controller address.
    disableArpNdSuppression boolean
    Disable ARP/ND suppression for EVPN.
    dns string
    DNS API server address.
    dnsZone string
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    exitNodes string[]
    List of exit nodes for EVPN.
    exitNodesLocalRouting boolean
    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.
    primaryExitNode string
    Primary exit node for EVPN.
    resourceId string
    The unique identifier of the SDN zone.
    reverseDns string
    Reverse DNS API server address.
    rtImport string
    Route target import for EVPN.
    state string
    Indicates the current state of the zone.
    vrfVxlan 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_nd_suppression bool
    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_local_routing bool
    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_node str
    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.
    advertiseSubnets Boolean
    Enable subnet advertisement for EVPN.
    controller String
    EVPN controller address.
    disableArpNdSuppression Boolean
    Disable ARP/ND suppression for EVPN.
    dns String
    DNS API server address.
    dnsZone String
    DNS domain name. Used to register hostnames, such as <hostname>.<domain>. The DNS zone must already exist on the DNS server.
    exitNodes List<String>
    List of exit nodes for EVPN.
    exitNodesLocalRouting Boolean
    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.
    primaryExitNode String
    Primary exit node for EVPN.
    resourceId String
    The unique identifier of the SDN zone.
    reverseDns String
    Reverse DNS API server address.
    rtImport String
    Route target import for EVPN.
    state String
    Indicates the current state of the zone.
    vrfVxlan 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 proxmox Terraform Provider.
    proxmoxve logo
    Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
    published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
      Try Pulumi Cloud free. Your team will thank you.