- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Configure SNMPV3-Procurve 3500yl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2015 12:00 PM
03-17-2015 12:00 PM
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.
- Tags:
- snmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2015 04:18 AM
03-19-2015 04:18 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2015 06:04 AM
03-19-2015 06:04 AM
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?