Re: about table

2005-05-09 Thread Sim Wind
27;s wrong with me? I create a multiply-indexed table, which file is the better example? ThanksDave Shield <[EMAIL PROTECTED]> wrote: On Mon, 2005-05-09 at 05:01, Sim Wind wrote:> In the funtion udpTable_handler of the file udpTable.c, I find> it process only MODE_GET, the other mode

about table

2005-05-08 Thread Sim Wind
hello, all    In the funtion udpTable_handler of the file udpTable.c, I find it process only MODE_GET, the other mode is ignored. I'm confused about it because i can get the result by snmpgetnext on udpLocalAddress, has it been ignored? what's wrong with my understanding?     Now i will implement a

can a table include another table?

2005-04-26 Thread Sim Wind
hi, all   at the agent, i have a file in which the net flux info of some hosts managered is recorded, the infomations, e.g. the host ip, record time, send and recieve at different ports and different protocol: tcp,udp and such on. now i want get some data in this file by snmp, when i design the mib

How to add a monitor dynamicly?

2005-03-21 Thread Sim Wind
I'm sorry for resending this mail, for that i shold have given the precondition about the problem when i configure the file snmpd.conf, add some  lines in it like the following. monitor -o prNames -o prErrMessage "process table" prErrorFlag != 0 . after restarting the snmpd, I call snmpwalk, an

How to add a monitor dynamicly?

2005-03-21 Thread Sim Wind
Thanks for your help.  I call snmpwalk, and get the following message $ snmpwalk -v2c -c community agent dismanEventMIB DISMAN-EVENT-MIB::mteObjectsID."snmpd.conf"."snmpd.conf1".1 = OID: SNMPv2-SMI::enterprises.8193.1.1.1.5.1.3DISMAN-EVENT-MIB::mteObjectsID."snmpd.conf"."snmpd.conf1".2 = OID: SNMP

Re: Re: how to add a monitor dynamicly?

2005-03-18 Thread Sim Wind
Robert Story, hi, thanks for your help.   i call snmpwalk, and get the following message DISMAN-EVENT-MIB::mteObjectsID."snmpd.conf"."snmpd.conf1".1 = OID: SNMPv2-SMI::enterprises.8193.1.1.1.5.1.3DISMAN-EVENT-MIB::mteObjectsID."snmpd.conf"."snmpd.conf1".2 = OID: SNMPv2-SMI::enterprises.8193.1.1.1.5

how to add a monitor dynamicly?

2005-03-16 Thread Sim Wind
hi, everyone   i add a monitor in snmpd.conf at the agent, like this monitor -o prNames -o prErrMessage "process table" prErrorFlag != 0 now i want to implement the function at the manager, the manager adds the specified monitor dynamicly, not to modify snmpd.conf. how to do it?   i'm sorry for my