|
1 | 1 | --- |
2 | | -title: "Collecting SNMPWALK Output" |
| 2 | +title: "Collecting SNMP Walk Output" |
3 | 3 | sidebar_position: 4 |
4 | 4 | --- |
5 | 5 |
|
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. |
7 | 7 |
|
8 | | -### Collect SNMPWALK output |
| 8 | +### Collect SNMP Walk Output |
9 | 9 |
|
10 | | - |
| 10 | +From the Appliance Manager, go to **Application > Generate SNMP Output**. |
11 | 11 |
|
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. |
13 | 13 |
|
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 | + |
15 | 15 |
|
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: |
17 | 17 |
|
18 | 18 | ``` |
19 | 19 | snmpbulkwalk -Cc -ObentU -v2c -c COMMUNITY DEVICE > output_file_name |
20 | 20 | snmpbulkwalk -ObentU -v 2c -c COMMUNITY DEVICE .1.3.6.1.4.1 >> output_file_name |
21 | 21 | ``` |
22 | 22 |
|
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: |
24 | 24 |
|
25 | 25 | ``` |
26 | 26 | snmpbulkwalk -Cc -ObentU -v 3 -u user_name -l authNoPriv -a MD5 -A auth_pass DEVICE > output_file_name |
|
0 commit comments