Create Date: Sep 19 2013 1:33PM
rmharp wrote:
After getting SNMPv3 access working (or at least what I thought was working) with Ridgeline. I attempt to sync the device within ridgeline and everything works fine except this lone failure line:
Failed to add system as a snmpv3 target
Any thoughts on what is causing this?
These are the commands I used to get snmpv3 running on the switch in question.
configure snmp delete community readonly public
configure snmp delete community readwrite private
disable snmp access snmp-v1v2c
disable snmpv3 default-group
disable snmpv3 default-user
configure snmpv3 add user
authentication sha privacy des
configure snmpv3 add group user sec-model usm
configure snmpv3 add access sec-model usm sec-level priv
http://ethernation.net/Default.aspx?tabid=84&forumid=9&threadid=2072&scope=posts
(from Doug_Jaquays)