Bulk Upload & Download of SNMP Credentials

SNMP credentials can now be uploaded and downloaded in bulk.

To upload:

Create a txt file of SNMP credentials using an SNMPv2 or SNMPv3 format for each line:
SNMPv2:<SNMPalias>,<communityString>
SNMPv2 examples:
Asset Manager,Asset Manager
private,private
public,public
nova1baker,nova1baker
QaLabRouter,QaLabRouter

qaAsset Manager,qaAsset Manager

SNMPv3:  Only the SNMPalias and username fields are mandatory. Replace each unused field with a comma.
<SNMPalias>,<username>,<authenticationType>,<privacyType>,<context>,<privacyPassphrase>,<authPassphrase>,<version>

SNMPv3 examples :
prariedog1,prariedog1,,MD5,prariedog1,NONE,   
User5,User5,context2,MD5,password1,DES,password2
User6,User6,context3,SHA,password1,NONE,
ferret-SHA-AES,ferret,myferret,SHA,ferret12,AES,ferret12
ferret-MD5-DES,ferret,,MD5,ferret12,DES,ferret12
user1,user1,,MD5,12345678,DES,12345678
User2-SHA-DES,User2,,SHA,password1,DES,12345678
User2-MD5-NONE,User2,,MD5,password1,NONE,
User3,User3,,SHA,password1,NONE,  
User4,User4,context1,NONE,,NONE,   

  1. Go to Settings > Zones.
  2. Select a zone collector to which you want to bulk-upload SNMP credentials.
  3. Click SNMP > Credentials > Upload.
  4. Upload a file of SNMP credentials in CSV format.
    Your SNMP credentials are available!

To download:

  1. Go to Settings > Zones.
  2. Select a zone collector from which you want to download SNMP credentials.
  3. Click SNMP > Credentials > Download.
    The SNMP credentials download to a file in CSV format.
  4. Occasionally, when downloading SNMP credentials in a Chrome browser, the file is not saved. Refreshing the page will restore the expected functionality.