1 vote
Hi,
Would it be possible to add a dedicated password list entry type for SNMP credentials?
The goal would be to document SNMP-related information in a single entry, including the SNMP version, allowed hosts, authentication/privacy protocols, and related passwords.
For SNMPv3, the fields could be:
Name
Username
SNMP version: v3
Authentication protocol: MD5, SHA1, SHA256, etc.
Authentication password
Privacy protocol: DES, AES, etc.
Privacy password
Allowed hosts
Description
For SNMPv1 and SNMPv2c, the fields could be simplified since authentication and privacy protocols do not apply:
Name
SNMP version: v1 or v2c
Community string
Allowed hosts
Description
If supported, dynamic fields based on the selected SNMP version would be ideal. For example, selecting SNMPv3 would show authentication and privacy options, while selecting SNMPv1 or SNMPv2c would only show the community string field.
Thanks!