Hello everyone,
I am trying to generate a report that will list the VTP mode for each of the switches I select.
The OID I am using is 1.3.6.1.4.1.9.9.46.1.2.1.1.3
What I have done so far is create a custom poller that uses that OID however it returns a column instead of a single value. So I added a calculated value for SUM since there is only one entry in the column. This effectively returns the number associated with a specific mode 1-client, 2-server, etc... This sort of works for my needs so I tried creating a report that will use the value from this custom poller but I am unable to select this custom poller in my reports.
Another path I was thinking about was executing a script "show vtp status" and having the result of that command put into a report but I don't know how to get the output of the command into a report/file where it can be read outside of the script result box.
I'm not sure if I am making this much more complicated than it needs to be so any suggestions would be appreciated!