Add a Credential

Adding a credential stores a set of authentication details in NetEdgeIQ so it can be assigned to one or more assets. Credentials are shared across your organization — add once, assign anywhere.

Before you start

Have the credential details ready — community string, username, password, or key — depending on what type you're adding. You'll also want a clear, descriptive name so you can identify it later (e.g., Core Switches SNMPv3 Read or Linux Servers SSH).

Steps

  1. Go to Credentials in the main navigation.
  2. Click New Credential (or the + button).
  3. Enter a Name for the credential. Use something descriptive.
    Example: Datacenter SNMPv3 RW or IDF SSH Read
  4. Select the Credential Type and fill in the fields for that type:

    SNMP v2c

    FieldDescriptionExample
    Community string The SNMP community name configured on the device public or netedge-ro

    SNMP v3

    FieldDescriptionExample
    UsernameThe SNMPv3 user configured on the devicenetedge-monitor
    Auth protocolAuthentication algorithmSHA or MD5
    Auth keyAuthentication passphrase(your device's auth key)
    Privacy protocolEncryption algorithm (optional)AES or DES
    Privacy keyEncryption passphrase (optional)(your device's priv key)

    SSH

    FieldDescriptionExample
    UsernameSSH login usernamenetedge or admin
    PasswordSSH password (if using password auth)(your device's SSH password)
    Private keySSH private key (if using key-based auth)Paste the PEM-formatted private key
  5. Click Save.

What happens next

SNMP write credentials If you intend to use a credential for governed change execution (port changes via change requests), make sure the SNMP user on the device has write access — not just read access. The system will record a failed execution if the credential is read-only when a write action is attempted.
Admin note Admins can create credentials scoped to any organization. Select the correct org when creating the credential so it appears in the right context for the teams managing that customer.