Hi Bryan, It seems there are still some vlans allocated. You can manually confirm from the db table 'op_dc_vnet_alloc'.
Check with the query below. SELECT vnet, taken FROM cloud.op_dc_vnet_alloc WHERE physical_network_id = (SELECT id FROM cloud.physical_network WHERE uuid = '<physical network uuid>') Regards, Suresh On Thu, Jan 11, 2024 at 11:19 AM Bryan Tiang <bryantian...@hotmail.com> wrote: > Hi Guys, > > Our setup is using VXLAN For Guest Networks. > > We're trying to delete physical network but encountered this error. > > We've deleted all the instances, networks, system vms, hosts, pods and > clusters and left with only the zone (disabled). > > Can someone please help tell us what we are missing? > > > > Regards, > Bryan >