Page tree

SNMP credentials can now be uploaded and downloaded in bulk.

To upload:

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

    qaLumeta,qaLumeta

    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,   
  2. Browse to Settings > Zones.
  3. Select a zone collector to which you want to bulk-upload SNMP credentials.
  4. Click SNMP > Credentials > Upload.


  5. Upload a file of SNMP credentials in CSV format.

    Your SNMP credentials are available!


To download:

  1. Browse 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.

 


  • No labels