{% extends '_base.html' %} {% block content %} {% if settings.NETBOX_USERNAME or settings.NETBOX_PASSWORD %} {% endif %} {% include 'search_form.html' %}
Organization
{{ stats.site_count }}

Sites

Geographic locations

{{ stats.tenant_count }}

Tenants

Customers or departments

DCIM
{{ stats.rack_count }}

Racks

Equipment racks, optionally organized by group

{{ stats.device_count }}

Devices

Rack-mounted network equipment, servers, and other devices

Connections

{{ stats.interface_connections_count }}

Interfaces

{{ stats.console_connections_count }}

Console

{{ stats.power_connections_count }}

Power

Virtualization
{{ stats.cluster_count }}

Clusters

Clusters of physical hosts in which VMs reside

{{ stats.virtualmachine_count }}

Virtual Machines

Virtual compute instances running inside clusters

IPAM
{{ stats.vrf_count }}

VRFs

Virtual routing and forwarding tables

{{ stats.aggregate_count }}

Aggregates

Top-level IP allocations

{{ stats.prefix_count }}

Prefixes

IPv4 and IPv6 network assignments

{{ stats.ipaddress_count }}

IP Addresses

Individual IPv4 and IPv6 addresses

{{ stats.vlan_count }}

VLANs

Layer two domains, identified by VLAN ID

Circuits
{{ stats.provider_count }}

Providers

Organizations which provide circuit connectivity

{{ stats.circuit_count }}

Circuits

Communication links for Internet transit, peering, and other services

{% if perms.secrets %}
Secrets
{{ stats.secret_count }}

Secrets

Sensitive data (such as passwords) which has been stored securely

{% endif %}
Global Topology Maps
{% if topology_maps %} {% for tm in topology_maps %} {% endfor %}
{{ tm }} {{ tm.description }}
{% else %}
None
{% endif %}
Recent Activity
{% for a in recent_activity %}
{{ a.icon }} {{ a.message|safe }}
{{ a.user }} - {{ a.time|date:'SHORT_DATETIME_FORMAT' }}
{% empty %}
Welcome to NetBox! {% if perms.add_site %} Add a site to get started.{% endif %}
{% endfor %}
{% endblock %}