Configure CyberArk for SNMPv2 credentials
If your system uses SNMPv2, you can create a special file to map the attribute in a credential to the community string.
始める前に
Before starting this procedure, configure the MID Server to have access to the CyberArk vault.
このタスクについて
SNMPv2 is not natively supported in CyberArk. If your organization has created custom SNMPv2 credentials in which the community string does not appear in the password field of the credential, use this procedure to map the attribute in the credential to the community string.
手順
-
For CyberArk CCP configurations:
- Open the config.xml file.
-
Set the property
snmpv2_community_propertyto the attribute name.
-
For CyberArk AIM API configurations:
- In a text editor, create a file called: CredMap.properties.
-
Add the code:
SNMPv2.Community=attribute_name - Save the file to the /agent directory of your MID Server installation.
タスクの結果
On credential look-up, the MID Server attempts to find this attribute for the credential. If the attribute is not found, the MID Server then looks in the password field. If the password field is empty, the credential look-up fails.