Hello All,
I have a challenging situation where I need to run a series of commands over many interfaces, but avoid those interfaces that have cisco devices plugged in the other end. Some of these interfaces are trunk interfaces, some are access interfaces.
I can't work from descriptions straight away, unless I can have solarwinds rename the description of the interface based off whether there's something Cisco connected or not.
I'm trying to have a config template loop through every interface and check to see if cdp picks anything up using ncm.CiscoCdp but am falling short. Has anyone attempted this before? or have a better method?
I started with the compliance tool, but now think that the first action - be it renaming interface descriptions, or performing the actual task - will need to be done through config templates.
Thanks!