HPE Aruba Networking & ProVision-based
1820255 Members
2987 Online
109622 Solutions
New Discussion

Configure SNMPV3-Procurve 3500yl

 
jsetaro
Occasional Contributor

Configure SNMPV3-Procurve 3500yl

Hello,

I am trying to configure SNMPV3 on my Procurve 3500yl.  I updated the firmware to K15_13.  This is what I have so far.  I had SNMP V2 configured and it was working.  But the traps that it sent wre not critical and they were just a number.  I want to see if SNMPV3 makes any difference.  This is what I have configured:

 

; J8693A Configuration Editor; Created on release #K.15.13.0005
; Ver #05:08.6f.ff.3f.ef:4d
hostname "Switch #1"
module 1 type j86yya
module 2 type j86xxa
time timezone -5
ip default-gateway XX.XX.XX.XX
snmp-server community "My Comm" unrestricted
snmp-server host XX.XX.XX.XX community "My Comm" trap-level all
no snmp-server enable traps link-change 1-48
snmpv3 enable
snmpv3 only
snmpv3 group managerpriv user "initial" sec-model ver3
snmpv3 notify "Notifications" tagvalue "Notifications"
snmpv3 targetaddress "MSServer" params "Notifications" XX.XX.XX.XX filter all
snmpv3 user "initial"

 

My Management Server see it, and sees that it is SNMPV3, but I get no traps coming from this switch.  Any help would be appreciated.

2 REPLIES 2
Michael_Breuer
Esteemed Contributor

Re: Configure SNMPV3-Procurve 3500yl

Hello,

 

the following sample is working for me:

 

snmpv3 enable

snmpv3 only

snmpv3 group managerpriv user "ingentive" sec-model ver3

snmpv3 notify "traphost" tagvalue "TrapHost"

snmpv3 targetaddress "traphost.ingentive.10.1.17.98" params "traphost.ingentive.10.1.17.98" 10.1.17.98 taglist "TrapHost"

snmpv3 params "traphost.ingentive.10.1.17.98" user "ingentive" sec-model ver3 message-processing ver3 priv

snmpv3 user "ingentive" auth sha <SHA Hash value> priv aes <AES Hash value>

 

 

Best regards,

 

Michael

Ingentive Networks GmbH
jsetaro
Occasional Contributor

Re: Configure SNMPV3-Procurve 3500yl

Hello,

 

Have you been receiving traps from your switches and are they a complete trap?  Do they have all the information in the trap, or is it just a number like I get?