- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SNMP traps
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
Forums
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
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
04-16-2001 12:40 PM
04-16-2001 12:40 PM
SNMP traps
I am also using NMM 5.0.
I have configured the snmpd.conf file to forward traps to itself and to another server running NMM on Windows NT.
When events are generated the UX NMM receives the event and displays it, but not the one on NT.
On the trap recipients window I can see the ip address of the NT server.
When I generate the command snmptrap with the ip address of the NT server as parameter the trap is received by NMM on NT but not on UX.
If I generate the command using "" for ip only the UX NMM receives the trap.
Any help? What am I missing?
Best Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 12:47 PM
04-16-2001 12:47 PM
Re: SNMP traps
Probably what you observe means that events are sent by NNM processes.
Trap destination you define in snmpd.conf are used by SNMP agent only, not when NNM processes send events.
Check exactly in the Alarm Browser window if these are really SNMP traps or NNM events.
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 02:05 PM
04-16-2001 02:05 PM
Re: SNMP traps
I have configured the event to be forwarded to the NT server but it is not received either.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 02:19 PM
04-16-2001 02:19 PM
Re: SNMP traps
Just fast idea.
You mentioned that you can send traps via snmptrap command.
Try to use this command as an automatic action for events you want to inform about the NT stattion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 12:33 PM
04-20-2001 12:33 PM
Re: SNMP traps
/opt/OV/bin/snmptrap 10.6.1.5 .1.3.6.1.4.1.1751.1.7 10.6.1.10 6 4032 0
and with quotes as well
but it doesn't do the trick. Should I get an error message somewhere?
Any help?