RE: Adding interfaces to the IFMIB via AgentX

2004-12-16 Thread Gillis, Philip W (Philip)
al Message- From: Grasic Igor [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 3:18 AM To: [EMAIL PROTECTED] Subject: Re: Adding interfaces to the IFMIB via AgentX Hello codders, John, The third way to register some rows in table via AgentX is to use 'netsnmp_register_ha

RE: Adding interfaces to the IFMIB via AgentX

2004-12-16 Thread Grasic Igor
er_table_data_set()? You need to pass that the oid of the table. Have you tried this? Have you seen any other mail or docs about this? Do you have any more detailed code examples? Thanks, Phil Gillis -Original Message- From: Grasic Igor [mailto:[EMAIL PROTECTED] Sent: Wednesday, Dece

Re: Adding interfaces to the IFMIB via AgentX

2004-12-01 Thread Grasic Igor
Hello codders, John, The third way to register some rows in table via AgentX is to use 'netsnmp_register_handler' with set 'range_subid' and 'range_ubound' to the point in the oid, where is defined column number for the object and with the oid for the whole (!) row, included with the ifIndex

Adding interfaces to the IFMIB via AgentX

2004-11-30 Thread John W
SNMP Coders, I have searched online for a couple of days now, and have read rstory's faq quite throughly, but I can't seem to find a good way to register additional rows to an existing (standard) table such as the ifmib through AgentX. The only way I have found to do this is to register each OID