{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% 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 }} |
{% 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." %}