Assign a Credential to an Asset
Assigning a credential links it to a specific capability on an asset — for example, the SNMP or SSH capability. Once assigned, the edge agent uses that credential the next time it authenticates to the device.
Before you start
- The credential must already exist. See Add a Credential if you haven't created it yet.
- The asset must exist in NetEdgeIQ and have the relevant capability visible (SNMP or SSH).
- The capability appears on the asset once the edge agent has observed that the device responds on that protocol.
Steps
-
Go to Assets and find the asset you want to assign credentials to. Search by hostname, IP, or MAC address.
-
Open the asset detail page.
-
Scroll to the Capabilities section. You will see the capabilities the edge agent has observed for this asset — for example,
SNMPorSSH. -
Find the capability you want to assign a credential to and click Assign Credential (or the edit/assign button next to that capability).
-
In the credential selector, choose the credential you want to assign. The list shows all credentials available in your organization that match the capability type (SNMP credentials for SNMP, SSH credentials for SSH).
-
Click Save or Assign.
What happens next
- The capability is updated with the assigned credential.
- On the next probe or enrichment job for this asset, the edge agent will use the assigned credential to authenticate.
- If authentication succeeds, the capability state updates to authenticated.
- Once authenticated, deeper data collection (enrichment, metrics, change execution) becomes available for that capability.
Example walkthrough
Scenario: assigning SNMP credentials to a switch
- Open asset
DC-LEAF-2(10.99.0.32). - In the Capabilities section, find the
SNMPcapability — it shows as observed. - Click Assign Credential next to SNMP.
- Select
Datacenter SNMPv3 RWfrom the credential list. - Click Assign.
- On the next probe run, the edge agent authenticates with the SNMPv3 credential. If successful, the SNMP capability state updates to authenticated and enrichment and metrics collection can begin.
Scenario: assigning SSH credentials to a server
- Open the server asset at
10.99.0.50. - In the Capabilities section, find the
SSHcapability. - Click Assign Credential next to SSH.
- Select
Linux Servers SSHfrom the credential list. - Click Assign.
- The next probe job will authenticate over SSH. Success updates the capability to authenticated and unlocks SSH-based enrichment and metric collection.
Admin note
Admins can assign credentials to assets across all organizations. Make sure the credential you're
assigning belongs to the same organization as the asset — credentials are not shared across orgs.