SNMP capabilities
Hello, According to the document, freeradius supports SNMP and can send snmp trap. But, when I check the MIBs, I could not find event based definitions. According to my scenario, I want to send trap, For example 1-) When one of fail-server is dead ( with clear live also) 2-) When one of accounting packet which is proxied to another radius, and we can not get accounting response (with clear) 3-) via unlang and sql or ldap xlat, if query result is null. Is it possible? I appriceate if you refer any document. Thanks. -- View this message in context: http://freeradius.1045715.n5.nabble.com/SNMP-capabilities-tp5697299.html Sent from the FreeRadius - User mailing list archive at Nabble.com.
mimir wrote:
According to the document, freeradius supports SNMP and can send snmp trap.
Which document?
But, when I check the MIBs, I could not find event based definitions.
See the "mibs" directory in the git "master" branch.
According to my scenario, I want to send trap, For example 1-) When one of fail-server is dead ( with clear live also) 2-) When one of accounting packet which is proxied to another radius, and we can not get accounting response (with clear) 3-) via unlang and sql or ldap xlat, if query result is null.
Is it possible? I appriceate if you refer any document.
Read the source. Alan DeKok.
Sorry Alan, not document, according to web site native snmp support is supported. Am I right? I am not a developer so checking source code is diffiucult/different for me. I asked if we can send snmp traps to NMS systems if any type of failure, unsuccessful proxy message etc. Is it possible or supported? I checked the MIBs. I know that for example if you want to send trap code 1001, we need to define it via event1001 to MIB. So, I asked is it possible to send SNMP trap? Thanks. -- View this message in context: http://freeradius.1045715.n5.nabble.com/SNMP-capabilities-tp5697299p5697461.... Sent from the FreeRadius - User mailing list archive at Nabble.com.
mimir wrote:
Sorry Alan, not document, according to web site native snmp support is supported. Am I right?
Yes. But you asked about *traps*. Please use consistent terminology. Traps are not supported in 2.1.12.
I am not a developer so checking source code is diffiucult/different for me. I asked if we can send snmp traps to NMS systems if any type of failure, unsuccessful proxy message etc. Is it possible or supported?
I answered that already.
I checked the MIBs. I know that for example if you want to send trap code 1001, we need to define it via event1001 to MIB. So, I asked is it possible to send SNMP trap?
I answered that already. Alan DeKok.
participants (2)
-
Alan DeKok -
mimir