I would like to use a LogicMachine as a new "probe" in the network.
The NetWork Management System of a building needs to read some info from the state of the instalation managed by the LogicMachine.
I need to implement this two issues:
1-. Create an accesible MIB within the LogicMAchine with a table of OIDs with the alerts and Info that will be monitorized over SNMP.
2-. Be able to send TRAPS to the IP of the SNMP Manager
I've been looking for info in this forum and it looks like there is a manual or info in http://luasnmp.luaforge.net/
This link is no longer avalable.
So my Question is: "Is It possible to achive this 2 issues with a LogicMAchine and LUAScripting? ... and if so ... Is There a manual or example to start with?"
2. Create a resident script with sleep time set to 5. Edit conf variable as needed. In this example remote host is 192.168.1.230, base OID is .1.3.6.1.4.1.53864.1.1
Note that disabling the script does not stop the snmp daemon.
3. Create user library named "snmphandler". Edit the oids table and supply required oids and group address pairs. Base OID must match the configured OID in the snmpd conf. Make sure that all mapped group addresses exist.
I already checked this thread, but in this case the issue is about the LogicMachine "asking" and "dealing" with an SNMP Probe (agent) trhough an IP.
In fact, in the same thread Erwin aks about the same issue:
qoute: "This sample is a client, can we also use it as server?"
I tried to follow the thread to find out the solution ... but with no success! unless the universal solution provided by the Admin user works also as the own MIB!!
I need that solution but with inverse sense of comunication X)
Thanks!!!
(23.03.2022, 10:09)admin Wrote: Sending traps is not implemented at the moment. SNMP agent (experimental) can be executed via a script. It allows mapping objects to OIDs.
2. Create a resident script with sleep time set to 5. Edit conf variable as needed. In this example remote host is 192.168.1.230, base OID is .1.3.6.1.4.1.53864.1.1
Note that disabling the script does not stop the snmp daemon.
3. Create user library named "snmphandler". Edit the oids table and supply required oids and group address pairs. Base OID must match the configured OID in the snmpd conf. Make sure that all mapped group addresses exist.
23.03.2022, 12:52 (This post was last modified: 23.03.2022, 12:53 by kike.)
It's working!!One more question: with this example it allow querys from one single IP. Is there a setting that allows querys from any ip inthe LAN?This is already OK to me! but I would like to know!Thank you again!!
(23.03.2022, 10:09)admin Wrote: Sending traps is not implemented at the moment. SNMP agent (experimental) can be executed via a script. It allows mapping objects to OIDs.
2. Create a resident script with sleep time set to 5. Edit conf variable as needed. In this example remote host is 192.168.1.230, base OID is .1.3.6.1.4.1.53864.1.1
Note that disabling the script does not stop the snmp daemon.
3. Create user library named "snmphandler". Edit the oids table and supply required oids and group address pairs. Base OID must match the configured OID in the snmpd conf. Make sure that all mapped group addresses exist.