---
title: "Credential Import Formats"
canonical: "https://docs.infoblox.com/space/OCDeployGuide/143034228/Credential%20Import%20Formats"
format: markdown
---
The syntax for credential data files imported through corresponding tabs on the following page: the** Settings** icon **> Setup **>** Credentials **page, and in the Setup Wizard’s *[Setup Wizard: CLI Credentials](https://infoblox-docs.atlassian.net/wiki/spaces/OCDeployGuide/pages/142967689/Running+the+Setup+Wizard#RunningtheSetupWizard-CLICredentials)*, *[Setup Wizard: SNMPv1/2 Credentials, ](https://infoblox-docs.atlassian.net/wiki/spaces/OCDeployGuide/pages/142967689/Running+the+Setup+Wizard#RunningtheSetupWizard-SNMPv12Credentials)*and *[Setup](#_bookmark95)* *[Wizard: SNMPv3 Credentials (Rare) ](https://infoblox-docs.atlassian.net/wiki/spaces/OCDeployGuide/pages/142967689/Running+the+Setup+Wizard#RunningtheSetupWizard-SNMPv3Credentials)*steps, is described in this section.

For credential import, NetMRI also accepts files previously exported from a credential settings table, ignoring any priority values in imported files. To specify a different collector in the import file, remove the UnitID column and update the Collector field.

The following table provides the list of supported credential types and their associated data types.

> ⚠️ **Note**
> ⚠️ 
> ⚠️ When importing credentials on an Operations Center, if no collector is specified in the import file, the credentials will be applied to all collectors.

|  |
| --- |
| **SNMPv1/2 and SNMPv3 Credentials** |
| SNMP Credentials | <community string> |
| SNMP Vendor Defaults | <community string> <tab> <vendor name> |
| SNMPv3 noAuthNoPriv credentials | <snmpv3 user> |
| SNMPv3 authNoPriv credentials | <snmpv3 user> <tab> <auth protocol> <tab> <auth password>.<br>The authentication protocol is `md5` or` sha`. |
| **SNMPv3 AuthPriv Credentials** |
| `<snmpv3 user> <tab> <auth protocol> <tab> ``<auth password> <tab> <priv protocol>`<tab> <privacy password | `<priv protocol>` is 3des, aes, or des |
| **CLI Credentials** |
| `<username> <tab> <password>` | `<username>` can be empty for a line password credential. |
| `ENABLE <tab> <password>` | Used for privileged mode passwords. |
| `<username>` | For username-only scenarios. |
| `<tab> <password>` | For password-only scenarios. |
| **CLI Vendor Default Credentials** |
| `<username> <tab> <password> <tab> <vendor>` | <Username> can be empty for a line password credential.<br><Password> can be empty. |
| `ENABLE <tab> <password> <tab> <vendor>` | Used for privileged mode passwords. |