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
, 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
__
@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
-
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
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
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
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
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
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