Skip to content

Commit 630ab49

Browse files
authored
Merge pull request #762 from ritza-co/edit-910-collecting
910: Proofread changes, collecting-snmpwalk-output-for-troubleshootin…
2 parents 574c292 + 45b3055 commit 630ab49

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/administration/appliance-manager/collecting-snmpwalk-output-for-troubleshooting.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: "Collecting SNMP WALK Output"
2+
title: "Collecting SNMP Walk Output"
33
sidebar_position: 4
44
---
55

6-
You can collect SNMP Walk output for a network device or a PDU right from the GUI, and can send the output to us for further troubleshooting or for adding a specific device into discovery.
6+
You can collect SNMP walk output for a network device or PDU right from the GUI. Then, you can send the output to us for further troubleshooting or to add a specific device to discovery.
77

8-
### Collect SNMPWALK output
8+
### Collect SNMP Walk Output
99

1010
From the Appliance Manager, go to **Application > Generate SNMP Output**.
1111

12-
Add your target switch or other SNMP target device info, click **Submit**, and please be patient as it might take few minutes. Please send us the file that is generated.
12+
Add your target switch or other SNMP target device info, click **Submit**, and please be patient as it might take a few minutes. Please send us the file that is generated.
1313

1414
![Collect SNMP walk Appliance Manager](/assets/images/collecting-snmpwalk-output-for-troubleshooting/generate-snmp-output-options.png)
1515

16-
If there is an issue, the network is not reachable, or if you simply prefer using the terminal, you can alternatively run the following from any machine which has 'snmpwalk' installed:
16+
If there is an issue, the network is not reachable, or you simply prefer using the terminal, you can instead run the following from any machine that has 'snmpwalk' installed:
1717

1818
```
1919
snmpbulkwalk -Cc -ObentU -v2c -c COMMUNITY DEVICE > output_file_name
2020
snmpbulkwalk -ObentU -v 2c -c COMMUNITY DEVICE .1.3.6.1.4.1 >> output_file_name
2121
```
2222

23-
Also, the current setup has a bug for v3, so please use following for any system using SNMP v3:
23+
Also, the current setup has a bug for v3, so please use the following for any system using SNMP v3:
2424

2525
```
2626
snmpbulkwalk -Cc -ObentU -v 3 -u user_name -l authNoPriv -a MD5 -A auth_pass DEVICE > output_file_name

0 commit comments

Comments
 (0)