I am trying to write a script that will go through a Cisco IOS switch, check and see if port-security is enabled on the interfaces and if it is issue the command "no snmp trap link status". Basically, if port security is turned on, I don't want to receive up/down traps from that port.
Going through the examples in the Admin guide, it seems pretty straight forward how the syntax works. However, when I type in the same exact commands that are in the examples, NCM doesnt recognize any of it. Is something not installed correctly? There is a reference to SolarWinds.configManagement.Core.dll, I did a search of the NCM server and that DLL isn't found.