Network Device Monitoring is not supported for this site.
The Network Topology Map for Datadog Network Device Monitoring is in public beta.
Overview
The Network Topology Map provides an overview of your network’s physical connections, so you can more easily identify issues in your devices and understand their upstream and downstream impacts.
Setup
The Datadog Agent version 7.46 and later automatically collects topology data. No additional installation is necessary.
Prerequisites
- Devices have LLDP (Link Layer Discovery Protocol) and/or CDP (Cisco Discovery Protocol) enabled with SNMP.
- Datadog Agent version 7.46 or later is installed.
Investigating devices
In addition to providing an overview of your network’s physical connections, you can investigate individual devices to understand their connections, flows, and overall status. Hovering over a device displays its overall status and key metrics. You can also click on a device to see the following options:
Inspect
Choose Inspect to see the device’s interface connections. Click on any of the connected interfaces for further investigation.
View device details
Choose View device details to see information such as the device’s IP address and tags, as well as data related to throughput, CPU, and memory.
From this view, you can also view the device’s interfaces in the Interfaces tab.
View flow details
Choose View flow details to open the NetFlow tab filtered by the device’s @device.ip
for a detailed exploration of the device’s sources, destinations, and volume. See the NetFlow Monitoring page for more information.
Troubleshooting
If you don’t see your device, verify that it’s exposing LLDP and CDP data with the following commands:
sudo -u dd-agent datadog-agent snmp walk <DEVICE_IP> 1.0.8802
sudo -u dd-agent datadog-agent snmp walk <DEVICE_IP> 1.3.6.1.4.1.9.9.23
Further Reading
Additional helpful documentation, links, and articles: