{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Network Tools{% endblock %} {% block head %} {% endblock %} {% block content %} {% csrf_token %}
Plugin Setup

This plugin requires custom fields and tags to track IP status. Click the button above to create them.

Network Tools
{% for item in prefix_data %} {% endfor %}
Prefix Description Site VRF Tenant IP Usage Actions
{{ item.prefix.prefix }} {{ item.description }} {{ item.site }} {{ item.vrf }} {{ item.tenant }}
{{ item.stats.utilization }}%
{{ item.stats.used_ips }}/{{ item.stats.total_ips }} IPs used
DNS Settings
{% csrf_token %}
{% endblock %} {% block javascript %} {% endblock %}