{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "SNMPv3 User" %}

{% trans "User" %}{{ object.name }}
{% trans "SNMP Policy" %} {{ object.snmp_policy }}
{% trans "Auth protocol" %}{{ object.get_auth_protocol_display }}
{% trans "Privacy protocol" %}{{ object.get_privacy_protocol_display }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}

{% trans "Secret storage" %}

{% trans "This record references an SNMPv3 user that exists on APIC. The authentication and privacy passphrases are not stored in NetBox \u2014 they live only on APIC. Use this record for operational visibility (which user goes with which policy) and rotate secrets out-of-band." %}

{% include 'inc/panels/comments.html' %}
{% endblock %}