Is it possible to add a device incl. correct SNMPv3 credential set. Don't want to use discovery option in script.
Can SNMPv3 work like SNMPv2 does. Example could be:
...
$newNodeProps = @{
IPAddress = $ip;
EngineID = 1;
# SNMP v2 specific
ObjectSubType = "SNMP";
SNMPVersion = 3;
SNMPv3Credentials = "SNMPv3CredSet"
DNS = "";
SysName = "";
...
THANKs a lot in advance.