This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

_SWQL - Port Mode Report

Designed for the Custom Query Resource. Tested on NPM 11.5 (But it should work with older releases as well)

Note: The 'Search' query is in this file as well.

Searches must be performed using integers as noted in the subtitle of the screenshots below:

full.jpg

search.jpg

Enjoy!

  • I changed your join < JOIN Orion.NPM.Interfaces i ON i.NodeID = p.NodeID AND i.InterfaceIndex = p.IfIndex > to a left join (not dropping from the interfaces table) and discovered that there are a ton of interfaces which don't have a port type.

    Do you have any insight on this by chance?

    Thank you!