Results 1 to 1 of 1
Hi,
I am new to the net-snmp, though I have to edit mib2c.iterate_access.conf perl script, I need to replace comapany's enterprise node representation in the MIB tree from "1, 3, ...
- 09-01-2007 #1
net-snmp mib2c.iterate_access.conf modification
Hi,
I am new to the net-snmp, though I have to edit mib2c.iterate_access.conf perl script, I need to replace comapany's enterprise node representation in the MIB tree from "1, 3, 6, 1, 4, 1, xxxxx" with "ENTERPRISE_MIB" in the script.
the perl script code is like this
@foreach $i table@
/** Initialize the $i table by defining its contents and how it's structured */
void
initialize_table_$i(void)
{
static oid ${i}_oid[] = {$i.commaoid};
Any help would be appreciated....
Thanks in advance..


Reply With Quote