{% if appliance_type != 'push' %}
{% trans "Sync" %}
{% endif %}
{% if request.GET.subtab == 'device' or request.GET.subtab is None %}
Sync your NetBox devices to Slurp'it
In case you already have a filled NetBox system, and you want to sync those to Slurp'it to start collecting data then this is the page you are looking for.
Below on the left you see the required attributes for in Slurp'it and on the right you can map those against your data from NetBox. If you need more information we can advise you to
click here for our online course.
{% if request.GET.subtab == 'device' or request.GET.subtab is None %}
{% render_form device_status_form %}
{% elif request.GET.subtab == 'ipam' %}
{% render_form iprange_status_form %}
{% endif %}
Create a mapping
{% if request.GET.subtab == 'device' or request.GET.subtab is None %}
Test Device Mapping
{% elif request.GET.subtab == 'ipam' %}
Test IP Range Mapping
{% endif %}