---
title: SNMP walk
description: snmpwalk description.
breadcrumbs: Docs > Integrations > SNMP walk
---

# SNMP walk
Supported OS 
## Overview{% #overview %}

This integration provides insight into SNMP walk states in real time to:

- Visualize and monitor SNMP walk states.
- Be notified about SNMP walk failovers.

## Setup{% #setup %}

The SNMP walk check is not included in the [Datadog Agent](https://app.datadoghq.com/account/settings/agent/latest) package, so you need to install it.

You can also use the [`snmp walk`](https://docs.datadoghq.com/network_monitoring/devices/troubleshooting/?tab=linux#device-not-visible-in-datadog) command as an alternative to this integration:

```
sudo -u dd-agent datadog-agent snmp walk
```

### Installation{% #installation %}

For Agent v7.21+ / v6.21+, follow the instructions below to install the SNMP walk check on your host. See [Use Community Integrations](https://docs.datadoghq.com/agent/guide/use-community-integrations/) to install with the Docker Agent or earlier versions of the Agent.

1. Run the following command to install the Agent integration:

   ```shell
   datadog-agent integration install -t datadog-snmpwalk==<INTEGRATION_VERSION>
   ```

1. Configure your integration similar to core [integrations](https://docs.datadoghq.com/getting_started/integrations/).

### Configuration{% #configuration %}

1. Edit the `snmpwalk.d/conf.yaml` file in the `conf.d/` folder at the root of your [Agent's configuration directory](https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory) to start collecting your SNMP walk metrics. See the [sample snmpwalk.d/conf.yaml](https://github.com/DataDog/integrations-extras/blob/master/snmpwalk/datadog_checks/snmpwalk/data/conf.yaml.example) for all available configuration options.

1. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent).

## Validation{% #validation %}

[Run the Agent's `status` subcommand](https://docs.datadoghq.com/agent/guide/agent-commands/#service-status) and look for `snmpwalk` under the Checks section.

## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

The SNMP walk integration does not include any metrics.

### Events{% #events %}

The SNMP walk check does not include any events.

### Service Checks{% #service-checks %}

The SNMP walk integration does not include any service checks.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](http://docs.datadoghq.com/help).
