Skip to content

Commit 61d6024

Browse files
Nadia-JSchsixhobbits
authored andcommitted
remove bug mention; collecting-snmpwalk-output-...
1 parent 097ef30 commit 61d6024

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ For new devices, select **Yes: MIB browser based walk**.
3333

3434
## Alternative SNMP Walk Generation
3535

36-
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:
36+
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 for SNMP v2:
3737

3838
```
3939
snmpbulkwalk -Cc -ObentU -v2c -c COMMUNITY DEVICE > output_file_name
4040
snmpbulkwalk -ObentU -v 2c -c COMMUNITY DEVICE .1.3.6.1.4.1 >> output_file_name
4141
```
4242

43-
Also, the current setup has a bug for v3, so please use the following for any system using SNMP v3:
43+
You can use the following for any system using SNMP v3:
4444

4545
```
4646
snmpbulkwalk -Cc -ObentU -v 3 -u user_name -l authNoPriv -a MD5 -A auth_pass DEVICE > output_file_name
4747
snmpbulkwalk -Cc -ObentU -v 3 -u user_name -l authNoPriv -a MD5 -A auth_pass DEVICE .1.3.6.1.4.1 >> output_file_name
48-
```
48+
```

0 commit comments

Comments
 (0)