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.

Switchport IP's/Mac address report

Is there a way to have a report listing a switches ports and the mac address/IP's associated with each port? I can see them when going to a specific node summary page under port details but can't seem to find a way to export the data.

Also is this data able to be sent to Splunk via API?

Parents
  • You may find the info you are looking for in the table Orion.NPM.OrionSwitchPortMapping

    It contains these fields: 

    SourceName, SourceNodeID, SourceIPAddress, SourcePortDescription, SourcePortName, SourcePortAlias, SourcePortType, SourcePortState, SourcePortAdminStatus, SourcePortSpeed, SourcePortIndex, SourceMACAddress, SourceInterfaceID, MappedIPAddress, MappedHostName, MappedNodeID, MappedPortDescription, MappedPortName, MappedPortAlias, MappedPortType, MappedPortState, MappedPortAdminStatus, MappedPortSpeed, MappedPortIndex, MappedMACAddress, MappedInterfaceID, LastSeen, DisplayName, Description, InstanceType, Uri, InstanceSiteId
    You could definitely get this data into Splunk via the API
Reply
  • You may find the info you are looking for in the table Orion.NPM.OrionSwitchPortMapping

    It contains these fields: 

    SourceName, SourceNodeID, SourceIPAddress, SourcePortDescription, SourcePortName, SourcePortAlias, SourcePortType, SourcePortState, SourcePortAdminStatus, SourcePortSpeed, SourcePortIndex, SourceMACAddress, SourceInterfaceID, MappedIPAddress, MappedHostName, MappedNodeID, MappedPortDescription, MappedPortName, MappedPortAlias, MappedPortType, MappedPortState, MappedPortAdminStatus, MappedPortSpeed, MappedPortIndex, MappedMACAddress, MappedInterfaceID, LastSeen, DisplayName, Description, InstanceType, Uri, InstanceSiteId
    You could definitely get this data into Splunk via the API
Children