{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Import from {{ object.name }}

This will connect to {{ object.hostname }} and perform a one-time import of:

  • Failover relationships (matched to existing DHCP Server objects by hostname)
  • Scopes (NetBox Prefixes will be created if they do not already exist)
  • Scope-level option values (unknown option codes will be created automatically)

Existing records are skipped — this import will not overwrite any data already in NetBox. The import runs as a background job; you will be redirected to the job status page where you can monitor progress and view the full results log.

{% csrf_token %} Cancel
{% endblock %}