I'm studying the "Net-SNMP Agent handler and extensibility API".
I think the reference documentation is at the link
http://net-snmp.sourceforge.net/dev/agent/group__handler.html.
There are some other informations about these API?
I read the module "leaf_handlers" and I think I understand the diff
I think it is limited by the SNMP_MAX_PDU_SIZE value am I right ?
Can we be certain that if the GET-RESPONSE PDU size is inferior of
SNMP_MAX_PDU_SIZE, the agent will transmit an only SNMP packet ?
Thanks
François BALTAZAR
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROT
Hi Magnus,
thanks for your answer;
the table referred in my previous mail is wmanif2BsSsPkmAuthTable of
WMAN-IF2-MIB.
The ASN1 description of this table is the following:
...
...
--
-- Table wmanIf2BsSsPkmAuthTable
--
wmanIf2BsSsPkmAuthTable OBJECT-TYPE
SYNTAX SEQUENCE OF WmanIf2
Hi all!
I'm starting to extend the Net-SNMP agent in order to support a private
enterprise subtree. I think I'll use the dlmod (dynamically loadable modules)
approach.
The variables under private subtree should be available non only to SNMP
managers, but to web browsers too at the same time. S