Re: Retrieving multiple oids in a single get

2005-02-16 Thread Shobana Sampath
Ok, thanks for your reply. /Shobana --- Robert Story <[EMAIL PROTECTED]> wrote: > On Sat, 5 Feb 2005 14:47:56 -0800 (PST) Shobana > wrote: > SS> I have an entry in my MIBs which is an entry in > a > SS> table. So, when I send the OID x, I need to > return the > SS> value of OID x, plus values of

Re: Retrieving multiple oids in a single get

2005-02-15 Thread Robert Story
On Sat, 5 Feb 2005 14:47:56 -0800 (PST) Shobana wrote: SS> I have an entry in my MIBs which is an entry in a SS> table. So, when I send the OID x, I need to return the SS> value of OID x, plus values of OID y and OID z. y and SS> z need to be returned with every x. What can I use to SS> implement i

Re: Retrieving multiple oids in a single get

2005-02-07 Thread Bharat Shetty
Hope you are not talking about juniper MIBS :) You say, you send x and reply with x.y.z ?? are you polling a device or are you writing an agent. Neways, i guess what you mean to say is: you poll for an index, the agent sends back an instance. There is no standard way to do this. All these happ

Retrieving multiple oids in a single get

2005-02-05 Thread Shobana Sampath
Hi, I have an entry in my MIBs which is an entry in a table. So, when I send the OID x, I need to return the value of OID x, plus values of OID y and OID z. y and z need to be returned with every x. What can I use to implement it, so eventhough the PDU comes with a single OID, I modify it and retu