Skip to content

Commit f6d0a40

Browse files
authored
Merge pull request #760 from ritza-co/910-collecting
910: update image, collecting-snmpwalk-output-for-
2 parents 6688c78 + 630ab49 commit f6d0a40

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

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

6-
You can collect SNMP walk's 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

10-
![Collect SNMPwalk Appliance Manager](/assets/images/generate_SNMPwalk.png)
10+
From the Appliance Manager, go to **Application > Generate SNMP Output**.
1111

12-
**Go to:** Application > Generate SNMPWALK output
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

14-
Add your target switch \[or other SNMP target device\] info, click generate, and please be patient as it might take few minutes. Please send us the file that is generated.
14+
![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
87 KB
Loading

0 commit comments

Comments
 (0)