Is there an reason the script would be doing this instead of discovering it as SNMP? I am using the SNMPv3 discovery script from the github but am constantly getting ICMP instead of SNMP. The WMI worked great, but cannot get SNMP to discover.
Which one are you using? If it's Powershell, I might can help.
Hey! It is indeed powershell. We have SNMP v2 and not v3. I think this may be the problem as i was using the v3 version from the github. I have not been able to find a v2 version as of yet.
What about OrionSDK/CRUD.AddNode.ps1 at master · solarwinds/OrionSDK (github.com)?
The name doesn't imply that it's SNMPv2, but looking at the code, it totally is.
Gotcha. v2 and v3 are very different. I have a v2 function that copies a node from one Orion build to another. I used it to migrate from an old build to a new one when the old couldn't be upgraded. Let me make some changes to it so it just adds a new node and I'll get that to you.
Do you know if the CRUD discovers the volumes or interfaces or if something else is needed?
I have a function that will do a new node and discover the interfaces. I'll add Volumes to it and get it uploaded to Github on Monday. I hear a weekend calling my name.