RE: Developing SNMP agent for a new switch

2016-05-25 Thread Vered Zvi
nd...@indra.es] Sent: Tuesday, May 24, 2016 9:15 AM To: Vered Zvi; net-snmp-users@lists.sourceforge.net Subject: RE: Developing SNMP agent for a new switch It depends on what you want to see... AFAIK, the -DdebugTag enables the tracing of "Debug Message" in the code when calling, e.g. D

RE: Developing SNMP agent for a new switch

2016-05-23 Thread Fernández Piñas , David
, 24 de mayo de 2016 4:44 Para: Fernández Piñas, David; net-snmp-users@lists.sourceforge.net Asunto: RE: Developing SNMP agent for a new switch Hi David, All, As you wrote, -D gives a log of debug messages. What TOKEN I can put after -D in order to filter ? Best regards, Z.V __

RE: Developing SNMP agent for a new switch

2016-05-23 Thread Vered Zvi
@lists.sourceforge.net Subject: RE: Developing SNMP agent for a new switch Hi, You can specify the log file with option -Lf, e.g.: -Lf /var/log/snmpd.log The option to write Debug information is -D, but use it with just what you want to see, because enabling all DEBUG info is a lot of info being

RE: Developing SNMP agent for a new switch

2016-05-17 Thread Fernández Piñas , David
- De: Vered Zvi [mailto:ver...@elta.co.il] Enviado el: sábado, 14 de mayo de 2016 21:13 Para: Fernández Piñas, David; net-snmp-users@lists.sourceforge.net Asunto: RE: Developing SNMP agent for a new switch Hi David, All, If I install snmpd without any changes and send a valid SNMP request, is there a way

RE: Developing SNMP agent for a new switch

2016-05-14 Thread Vered Zvi
From: Fernández Piñas, David [dfernand...@indra.es] Sent: Friday, May 06, 2016 11:05 AM To: Vered Zvi; net-snmp-users@lists.sourceforge.net Subject: RE: Developing SNMP agent for a new switch Hi Zvika, Try to run snmpd on your x86 CPU either by installing the Net-SNMP for the

RE: Developing SNMP agent for a new switch

2016-05-07 Thread Vered Zvi
run snmptrapd to get the traps from snmpd. Best regards, David -Mensaje original- De: Vered Zvi [mailto:ver...@elta.co.il] Enviado el: viernes, 06 de mayo de 2016 4:50 Para: Fernández Piñas, David; net-snmp-users@lists.sourceforge.net Asunto: RE: Developing SNMP agent for a new switch

RE: Developing SNMP agent for a new switch

2016-05-06 Thread Fernández Piñas , David
snmptrapd to get the traps from snmpd. Best regards, David -Mensaje original- De: Vered Zvi [mailto:ver...@elta.co.il] Enviado el: viernes, 06 de mayo de 2016 4:50 Para: Fernández Piñas, David; net-snmp-users@lists.sourceforge.net Asunto: RE: Developing SNMP agent for a new switch Hi

RE: Developing SNMP agent for a new switch

2016-05-05 Thread Vered Zvi
snmp-users@lists.sourceforge.net Subject: RE: Developing SNMP agent for a new switch Do you have the switch MIB to support by the SNMP agent (ASN.1)? If this is a private company MIB, I would do a AgentX subagent implementing and getting the information from the PCIe device, then the Net-SNMP snmpd wil

RE: Developing SNMP agent for a new switch

2016-05-05 Thread Fernández Piñas , David
Do you have the switch MIB to support by the SNMP agent (ASN.1)? If this is a private company MIB, I would do a AgentX subagent implementing and getting the information from the PCIe device, then the Net-SNMP snmpd will give you some standard additional MIBs. There is plenty of documentation, a