- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Procurve Switch - Generating Trap or Syslog on Con...
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
06-14-2013 10:37 AM
06-14-2013 10:37 AM
Procurve Switch - Generating Trap or Syslog on Configuration Change
Crossposted from Network/Wireless Forum
Hello,
We are running a monitoring/management tool that is capable of detecting configuration changes and retreiving the new config from the changed device. This tool relies on an SNMP trap or a syslog message being received to kick off the process.
I have not been able to figure out how to get these switches to send syslog messages or SNMP traps upon configuration change events. We run SNMPv3, but even experimenting with other versions I have not been able to accomplish this.
Can anyone tell me if it is possible to generate traps or syslog messages when the configuration is changed, and if so, how would I accomplish this? Any help would be greatly appreciated.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2013 03:50 PM
06-14-2013 03:50 PM
Re: Procurve Switch - Generating Trap or Syslog on Configuration Change
It would help if you were specific about the actual models, and preferably firmware versions. The more current the firmware, and newer/higher end the switch, the more likely it is that supports it.
See for example the 2910al manual, page 386. http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c03278928/c03278928.pdf I think you can get traps on some models if you prefer; you might have to poke around in the release notes for sketchy details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2013 08:01 PM
08-23-2013 08:01 PM
Re: Procurve Switch - Generating Trap or Syslog on Configuration Change
From a ProCurve 5400:
snmp-server enable traps startup-config-change snmp-server enable traps running-config-change
From the 5400 log (also in Syslog):
I 08/17/13 22:50:54 03125 mgr: Startup configuration changed by CLI. New seq. number 904 I 08/17/13 22:43:00 03125 mgr: Startup configuration changed by CLI. New seq. number 903
Hopefully that is what you were after?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2014 02:51 AM
09-10-2014 02:51 AM
Re: Procurve Switch - Generating Trap or Syslog on Configuration Change
Also, to check your switch capabilities and current setup you can issue the command:
show snmp-server
This will present you with the currently configured:
SNMP Communities
Trap receivers
Trap category's like Link state changes, login attempts, config change.
To get the config change trap to your SNMP server you will als need a link like this in your config:
snmp-server host "Server IP here" community "public" trap-level not-info
The default trap level is NONE !
not-info will send every level execpt the "informational only traps"
Regards,
Ton