Network Management
NPM Network Topology widget displays interfaces as Unknown
This article describes how to handle interfaces that appear as "Unknown" in the NPM Network Topology widget.
First published date
Last published date
Overview
Product section
Cause
- Devices that only respond to ICMP and cannot be determined to be directly connected to a known device can only be shown as Unknown devices. During Discovery, you can filter out ICMP interfaces, if necessary.
- Topology is Layer3Subnet type and this doesn't poll interfaces by design and will be shown as unknown
-
When some data sources provide only partial information, additional Node‑to‑Node or Node‑to‑Interface connections may be created alongside the primary Interface‑to‑Interface connection. This can result in entries where one or both interfaces cannot be fully identified, which then show as Unknown or appear to be redundant in the NPM Network Topology widget.
Resolution
1. To check that interfaces are being monitored:
- Open the Node Details page of the affected node.
- Click List Resources.
- Verify that the affected interfaces in NPM Network Topology widget are selected.
When configuring object discovery with the Network Sonar Wizard, you can filter out interfaces that only respond to ICMP pings. See Discover your network for the SolarWinds Platform.
2. Access your SolarWinds Platform Server
- Open Database Manager as mentioned here
- Find TopologyConnections table.
- Find the desired connection and check on LinkType, if its Layer3Subnet, interfaces / connections will be unknown
- Please contact Support if you have further queries.
3. Filter out topology connections with unidentified interfaces
If the NPM Network Topology widget still shows multiple connections with interfaces listed as Unknown, even though discovery and monitoring are configured correctly, you can filter out connections where the source or destination interface cannot be identified.
-
In the SolarWinds Platform web console, go to a view that contains the NPM Network Topology widget (for example, a Node Details page for an affected node).
-
In the upper‑right corner of the NPM Network Topology widget, click Edit.
-
Locate the following fields:
-
Source Interface Filter (SQL)
-
Destination Interface Filter (SQL)
-
-
To hide connections that involve unidentified interfaces, enter the following condition in both filter fields:
InterfaceID IS NOT NULL
-
Click Submit to save the changes.
-
Verify that the NPM Network Topology widget now shows only connections where both endpoints are associated with a valid interface.