Configuring SNMPv3 settings
Using the Management Server console in Arctera InfoScale Operations Manager, you can configure SNMPv3 settings.
To perform this task, your user group must be assigned the Admin role on the Management Server perspective.
Prerequisites for configuring SNMPv3 settings are as follows:
-
Install Python 3.9 or later
-
Install PySNMP 7.x or later
To install PySNMP through pip run the following command:
pip install pysnmp
To install PySNMP off-line, the following packages must be downloaded and installed for PySNMP to be operational:
-
PyASN1 - pyasn1
-
PySNMP - https://pypi.python.org/pypi/pysnmp/
-
PyCryptodomex - https://pypi.python.org/pypi/pycryptodomex/
-
Install the following cryptography libraries:
-
cryptography
-
PyCryptodomeX
-
pysnmpcrypto
To configure SNMPv3 settings for SNMP traps
-
In the Home page on the Management Server console, click Settings.
-
In the Settings tab, click Management Server.
-
In the Server settings tab, under SNMPv3 settings check the SNMPv3 checkbox.
-
Enter the User Name.
-
For authentication check the Authentication checkbox and do the following:
-
Select the Authentication Protocol from the drop-down.
-
Enter the Authentication Password.
-
-
For encryption check the Privacy Checkbox and do the following:
-
Select the Privacy Protocol from the drop-down.
-
Enter the Privacy Password.
-
-
Enter the path for python executable.
-
Click Save Settings.
-
To delete the settings click Delete Settings.
Related information
Table: SNMPv3 Settings
| Input parameters | Security level applied | What it does |
|---|---|---|
| - | Authentication | Encryption |
| User Name | User Name | No |
| User Name, Authentication Protocol, Authentication Password | SHA-224, SHA-256, | No |
| SHA-384, and | ||
| SHA-512 | ||
| User Name, Authentication Protocol, Authentication Password Privacy Protocol, Privacy Password | SHA-224, SHA-256, | AES128, AES192, and AES256 |
| SHA-384, and | ||
| SHA-512 |