This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
Nokia are removing support for their CORBA interface making SNMP interface the only supported solution. As SNMP comes up with risk to lose traps due to packet loss, between the EMS and the probe server, nokia netact comes up with the solution to request the Netact via snmpset to retransmit the lost traps .
Currently the snmpset tools (which comes with the rules set) supports setting only 1 object at one execution, but for the nokia alarm re-transmit to function, the MTTrap probe needs to be capable of sending TCP/IP SNMPSET commands with at least two options.
e.g.
$hostname = "10.200.83.13"
$port = "16604"
$protocol = "tcp"
$community = "public"
$OID01 = "SNMPv2-SMI::enterprises.28458.1.26.2.1.3.7.0"
$type01 = "s"
$value01 = "27236555-27236556"
$OID02 = "SNMPv2-SMI::enterprises.28458.1.26.2.1.5.1.0"
$type02 = "s"
$value02 = "onefm"
$result = snmpset_v2c_p($hostname, $protocol, $community, $port, $OID01, $type01, $value01, $OID02, $type02, $value02)
Presently the MTTrapd probe only supports one UDP option in SNMPSET/SNMPGET.
Using he current command doesnot work:
$hostname = "10.200.83.13"
$port = "16604"
$community = "public"
$OID = "SNMPv2-SMI::enterprises.28458.1.26.2.1.3.7.0"
$type = "s"
$value = "27236555-27236556"
$result001 = snmpset_v2c_p($hostname, $OID, $type, $value, $community, $port)
$OID = "SNMPv2-SMI::enterprises.28458.1.26.2.1.5.1.0"
$type = "s"
$value = "onefm"
$result002 = snmpset_v2c_p($hostname, $OID, $type, $value, $community, $port)
and this does not work.
<-- end
##############
manual command execution for reference -
snmpset -v2c -c private 10.200.83.13:16604 .1.3.6.1.4.1.28458.1.26.2.1.3.7.0 s 27236555-27236556 1.3.6.1.4.1.28458.1.26.2.1.5.1.0 s onefm
SNMPv2-SMI::enterprises.28458.1.26.2.1.3.7.0 = STRING: "27236555-27236556"
SNMPv2-SMI::enterprises.28458.1.26.2.1.5.1.0 = STRING: "onefm"
Idea priority | High |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Hello Arunkumar, thank you for submitting your idea to IBM with respect to SNMP integration which has been reviewed by IBM. Unfortunately, this idea doesn't align with our current product roadmap and will not be implemented at this time. The idea has therefore been moved to the Not under consideration state.
Please note that clients may continue to view, comment, upvote and subscribe to this idea and we may review and reconsider this decision if new information surfaces or there is additional client interest in the idea. If so, you will be notified accordingly.
Many thanks again for submitting your idea to IBM, we truly value the time you took to do so. I'm sorry we are unable to progress your idea further at this time.