snippetbashTip
snmptest — Start an interactive SNMP prompt. More information: <https://manned.org/snmptest>.
Viewed 0 times
snmppromptcommandstartcliinteractivesnmptestmore
Problem
How to use the
snmptest command: Start an interactive SNMP prompt. More information: <https://manned.org/snmptest>.Solution
snmptest — Start an interactive SNMP prompt. More information: <https://manned.org/snmptest>.Start the prompt:
snmptest -v {{version}} -c {{community}} {{ip_address}}Display help:
snmptest {{[-h|--help]}}Code Snippets
Start the prompt
snmptest -v {{version}} -c {{community}} {{ip_address}}Display help
snmptest {{[-h|--help]}}Context
tldr-pages: common/snmptest
Revisions (0)
No revisions yet.