Ad Widget

Collapse

SNMPv3 auth and priv data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aguirreif
    Junior Member
    • Jan 2018
    • 6

    #1

    SNMPv3 auth and priv data

    Hi, I have a lot network devices monitored with SNMPv3, some with SHA/AES, other with SHA/DES, etc...

    I have the SNMP config for each device in files in the /etc/snmp/hosts/ directory, so in cli I can do this:

    Code:
    $ snmpget router1 SNMP-FRAMEWORK-MIB::snmpEngineID.0
    Code:
    $ snmpwalk router2 IF-MIB::ifHCInOctets.2
    whitout specifying further details, and the snmp info (version, auth, priv, etc...) is in the corresponding device file in /etc/snmp/hosts/<device>.conf

    Is there anyway for Zabbix to use this info? so I won't even need to specify the SNMP version.

    Thanks,
Working...