Skip to content

Data Source: proxmox_sdn_zone_qinq

Retrieves information about a QinQ Zone in Proxmox SDN. QinQ also known as VLAN stacking, that uses multiple layers of VLAN tags for isolation. The QinQ zone defines the outer VLAN tag (the Service VLAN) whereas the inner VLAN tag is defined by the VNet. Your physical network switches must support stacked VLANs for this configuration. Due to the double stacking of tags, you need 4 more bytes for QinQ VLANs. For example, you must reduce the MTU to 1496 if you physical interface MTU is 1500.

Schema

Required

  • id (String) The unique identifier of the SDN zone.

Read-Only

  • bridge (String) A local, VLAN-aware bridge that is already configured on each local node
  • 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.
  • ipam (String) IP Address Management system.
  • mtu (Number) MTU value for the zone.
  • nodes (Set of String) The Proxmox nodes which the zone and associated VNets are deployed on
  • pending (Boolean) Indicates if the zone has pending configuration changes that need to be applied.
  • reverse_dns (String) Reverse DNS API server address.
  • service_vlan (Number) Service VLAN tag for QinQ. The tag must be between 1 and 4094.
  • service_vlan_protocol (String) Service VLAN protocol for QinQ. The protocol must be 802.1ad or 802.1q.
  • state (String) Indicates the current state of the zone.