I'm trying to utilize the
results = swis.invoke('Orion.NPM.Interfaces', 'DiscoverInterfacesOnNode', node_id)
and
if_add_results = swis.invoke('Orion.NPM.Interfaces', 'AddInterfacesOnNode', node_id, ifaces, poll_engine)
There is some logic behind that tells it what interface types to ignore and everything works great. The issue I have is that by adding interfaces this way I end up with only:
I cannot seem to locate where I would enable traffic and error statistics when using this method. When I do this via auto discovery it works fine but the ASA's seem to be hit and miss as far as interface discovery goes. When searching here for a solution I found the article pointing to the Cisco bug so I thought I would try it this way which is when I found out that it does not include the above statistics. I did not see anything in the documentation that talks about this so I thought i would ask. I just need a pointer to the documentation that discusses this part or a sample of it being enabled.