Hello,

I am not sure whether or not that's the good email address to send this kind of 
request. Kindly apologize if that's not! But if that is, thank you in advance 
for your help :)


I am using snmptrap and I have 2 different behaviors on 2 platforms:


On the 1st one, I am using snmptrap to forward all the traps I am receiving to 
other hosts, using this config for the snmptrapd.conf file:

[root@be1-master ~]# cat /etc/snmp/snmptrapd.conf
authCommunity log,execute,net public
forward default udp:159.217.21.9:162
[root@be1-master ~]# snmptrapd --version

NET-SNMP Version:  5.3.2.2
Web:               http://www.net-snmp.org/
Email:             
[email protected]<mailto:[email protected]>

It's working perfectly.

On another platform I am using the same application to send traps to the host 
I've configured the same way:


[root@uacidadm1 ~]# cat /etc/snmp/snmptrapd.conf
authCommunity log,execute,net public
forward default udp:159.217.21.9:162

[root@uacidadm1 ~]# snmptrapd --version

NET-SNMP Version:  5.3.2.2
Web:               http://www.net-snmp.org/
Email:             [email protected]

Snmptrapd service is running, I am receiving traps on port 162 from my 
application, but on that 2nd server nothing is forwarded.

The only difference I see is in the installed rpms:

On the server OK:

[root@be1-master ~]# rpm -qa | grep snmp
net-snmp-libs-5.3.2.2-7.el5
net-snmp-libs-5.3.2.2-7.el5
net-snmp-utils-5.3.2.2-7.el5
net-snmp-devel-5.3.2.2-7.el5
net-snmp-5.3.2.2-7.el5
net-snmp-devel-5.3.2.2-7.el5

On the server NOK:

[root@uacidadm1 ~]# rpm -qa | grep snmp
net-snmp-libs-5.3.2.2-5.el5.x86_64
net-snmp-devel-5.3.2.2-5.el5.x86_64
net-snmp-5.3.2.2-5.el5.x86_64
net-snmp-utils-5.3.2.2-5.el5.x86_64

Any idea about this ? icould not find any logs indicating an issue or an 
error...

Thank you !

-----------------------------------------------------------------------------
Julien Mignon
Alcatel-Lucent
Services Group - MIT²
Applications Integration Competence Center
30 rue Bahon Rault, 35000 Rennes, FRANCE
Office:+33299879815    Mobile:+33609373836
OnNet:2172 9815 / 1615
P Think of the environmental impact before printing

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to