Error while importing subnet 10.10.0.0

Muhammad Amad 21 Reputation points
2021-04-09T10:41:13.2+00:00

Error while importing subnet 10.10.0.0 "Scope name" .

This subnet already exists on the local server.

TLS supported but not configured...

getting this error on server 2016 while importing one DHCP scope , this scope i already removed from DHCP server now again importing facing this error ,please suggest

Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,021 questions
0 comments No comments
{count} votes

Accepted answer
  1. Candy Luo 12,656 Reputation points Microsoft Vendor
    2021-04-12T06:06:57.133+00:00

    Hi,

    Please use Import-DhcpServer powershell cmdlet and add Force Parameters.

    Export DHCP scope:

    Export-DhcpServer -ScopeId 10.10.0.0 -file c:\scope.xml -leases -Force -ComputerName old.network.local -verbose  
    

    Import DHCP scope:

    Import-DhcpServer -file c:\scope.xml -BackupPath c:\dhcp\ -leases -scopeoverwrite -force -ComputerName new.network.local -verbose  
    

    As picture below:

    86685-image.png

    Best Regards,
    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful