From 2ab5c9a6944ce4ead239b96a96c154f00e1024de Mon Sep 17 00:00:00 2001 From: "jeff.morgan" Date: Thu, 3 Sep 2026 13:01:53 -0400 Subject: [PATCH] (DOCS-15488) SNMP v2 and v3 command updates --- .../en/network_monitoring/devices/troubleshooting.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo/content/en/network_monitoring/devices/troubleshooting.md b/hugo/content/en/network_monitoring/devices/troubleshooting.md index 6dbac7dee77..ddefb02b7ff 100644 --- a/hugo/content/en/network_monitoring/devices/troubleshooting.md +++ b/hugo/content/en/network_monitoring/devices/troubleshooting.md @@ -90,19 +90,19 @@ The output should look similar to the following: cd "c:\Program Files\Datadog\Datadog Agent\bin" ``` - Run the SNMP walk command: + For SNMP v2, run: ```shell - agent snmp walk [:Port] + "%ProgramFiles%\Datadog\Datadog Agent\bin\agent.exe" snmp walk -v 2 -C : ``` - Example: + For SNMP v3, run: ```shell - agent.exe snmp walk 10.143.50.30 1.3.6 + "%ProgramFiles%\Datadog\Datadog Agent\bin\agent.exe" snmp walk -v 3 -u -a -A -x -X : ``` - **Note**: Run this command as administrator from the Agent installation directory to avoid the following error: + **Note**: Run the command as administrator from the Agent installation directory to avoid the following error: ```shell Error: unable to read artifact: open C:\ProgramData\Datadog\auth_token: Access is denied.