Good afternoon all.
Struggling to configure SNMP v3 for a Cisco 3750E with Zabbix 3.0 on CentOS 7. I have been using the Zabbix docs here:https://www.zabbix.com/documentation...itemtypes/snmp
We have the switch set to monitor just CPU and one VLAN, however running snmpwalk past it like this:
I get:
if I'm using snmpwalk -v 3 (or -v3) why does it come back with SNMPv2? I can't get an OID list to add the ones I need into the host item list.
There also seems to be conflicting naming terminology between Zabbix and Cisco so I'm not 100% sure I have the correct config.
In the Host Item we have:
Context name - is that the Cisco group name?
Security name - is it the Cisco user name?
Haven't really used v3 much so any assistance gratefully received.
Struggling to configure SNMP v3 for a Cisco 3750E with Zabbix 3.0 on CentOS 7. I have been using the Zabbix docs here:https://www.zabbix.com/documentation...itemtypes/snmp
We have the switch set to monitor just CPU and one VLAN, however running snmpwalk past it like this:
Code:
snmpwalk -v3 -a SHA -A <passwd> -u <cisco_username> -x AES -X <passphrase> -l authPriv <ip>
Code:
SNMPv2-SMI::mib-2 = No more variables left in this MIB View (It is past the end of the MIB tree)
There also seems to be conflicting naming terminology between Zabbix and Cisco so I'm not 100% sure I have the correct config.
In the Host Item we have:
Context name - is that the Cisco group name?
Security name - is it the Cisco user name?
Haven't really used v3 much so any assistance gratefully received.