- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- SNMP traps forwarding through iLO/RILOE
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-01-2004 02:32 AM
04-01-2004 02:32 AM
Here is what we want to do:
Allow SNMP traps forwarding from hp Agents to SIM through insight boards. Thus we can filter SNMP traffic throught our WAN/LANs and DMZs.
Here is what I read:
1) The insight boards docs recommend to create a separate subnet to plug insight boards (iLO Best Practices, page 3).
2) insight boards can forward hp Agents SNMP traps to SIM (if configured to) (iLO User Guide, page 279).
3) To allow SNMP forwarding, the user guide says that we must ensure that the SIM server and insight boards are on the same subnet (iLO User Guide, page 320).
Is there a specific SNMP configuration to apply on this server to bypass the 3rd point ?
Thanks if any idea.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 02:41 AM
04-01-2004 02:41 AM
Re: SNMP traps forwarding through iLO/RILOE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 02:50 AM
04-01-2004 02:50 AM
Re: SNMP traps forwarding through iLO/RILOE
The SNMP configuration recommended for hp Agents (on client servers must allow traps to be sent to the SIM server and accept traps from the SIM) still applicable ?
And the read community strings must accept the public community on the SIM server also ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 04:09 AM
04-01-2004 04:09 AM
Re: SNMP traps forwarding through iLO/RILOE
The SNMP service on the managed server must have a trap destination configured or a trap can't be sent.
"And the read community strings must accept the public community on the SIM server also ?"
'public' is a common community string used by default. The word 'public' doesn't have to be used; it can be anything as long as they match.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 04:32 AM
04-01-2004 04:32 AM
Re: SNMP traps forwarding through iLO/RILOE
My first question was for the managed servers SNMP configuration. Is there a way for managed servers to accept only traps from the local host and send traps only through iLO/RILOE without configuring trap destinations in the SNMP service ?
My second question came from the fact that there's no way to configure SNMP communities on a iLO/RILOE card (as you said, there's no SNMP stack) and the user guide (page 189) says that in order to receive SNMP alerts from iLO/RILOE, the public community string must be set in the SIM server. So I though, that without this, SNMP traps could not be received by the SIM server.
But maybe it's another thing, I'm not very clever with SNMP.
Thanks
Guillaume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:03 AM
04-01-2004 05:03 AM
SolutionThe SNMP service should have the "Accept SNMP Packets from..." set to Localhost and the hpSIM server. The agents use SNMP to communicate among each other (although not out on the wire). You will need to have READ/WRITE set for at least one community string for the agents to use. You can use a different one as READ-ONLY for hpSIM. The difference is that the READ/WRITE one will never appear on your wire for someone to sniff.
"My second question came from the fact that there's no way to configure SNMP communities on a iLO/RILOE card (as you said, there's no SNMP stack) and the user guide (page 189) says that in order to receive SNMP alerts from iLO/RILOE, the public community string must be set in the SIM server. So I though, that without this, SNMP traps could not be received by the SIM server.
But maybe it's another thing, I'm not very clever with SNMP."
'public' is common, but it doesn't have to be that as long as it matches between the SNMP service and hpSIM. You could configure your READ-ONLY community string as 'guillame' and then have hpSIM use that as well. It's best not to use public because that's the first one hackers will try. If you use something else, at least they are forced to use a sniffer to figure it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:08 AM
04-01-2004 05:08 AM
Re: SNMP traps forwarding through iLO/RILOE
Thanks a lot.