You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
--credentials STRING
Use given string as SNMP credentials specification. This specification is a comma-separated list of key:value authentication parameters, such as:
version:2c,community:public
version:3,username:admin,authprotocol:sha,authpassword:s3cr3t
etc.
...
Specifying how to query using fusioninventory-netinventory and SNMPv3 would also be helpful (neither help nor documentation describes it exactly).
from code:
--credentials version:3,username:admin,authprotocol:sha,authpassword:'s3cr3t',privpassword:'ttge674f',...
The text was updated successfully, but these errors were encountered: