Re: Textual name of Object in SNMP Packet

2018-05-15 Thread Robert Story
On Tue, 15 May 2018 18:28:12 +0530 Anandaprabu wrote: AV> Between SNMP Agent and Master OID is the common parameter. Will AV> the Object name also should be same in Master and Agent? If they are loading the same MIB definitions, they will be able to consistently convert between names and OIDs. AV

Re: Textual name of Object in SNMP Packet

2018-05-15 Thread Wes Hardaker via Net-snmp-coders
Anandaprabu V writes: > Also could you confirm that Object Identifier(Numerical Name) and > Object Name (Textual Name) having same property except that dotted > decimal and string format? The protocols (both SNMP and AgentX) only support using the numerical OIDs in the identifier/value pairs (va

Re: Textual name of Object in SNMP Packet

2018-05-15 Thread Anandaprabu V
Hi Robert, Between SNMP Agent and Master OID is the common parameter. Will the Object name also should be same in Master and Agent? AFIK, SNMP master has to updates it's database with reference to the OID. Can we make the database key as Object name and I'm passing Object name from Agent to Maste

Re: Textual name of Object in SNMP Packet

2018-05-14 Thread Anandaprabu V
Hi Robert, Thanks for your valuable reply. On Mon, May 14, 2018 at 11:38 PM, Robert Story wrote: > On Mon, 14 May 2018 15:28:31 +0530 Anandaprabu wrote: > AV> As per my project requirement I was requested by the NMS to > AV> send Textual Object name in a column of a Table. > AV> > AV> Like afte

Re: Textual name of Object in SNMP Packet

2018-05-14 Thread Robert Story
On Mon, 14 May 2018 15:28:31 +0530 Anandaprabu wrote: AV> As per my project requirement I was requested by the NMS to AV> send Textual Object name in a column of a Table. AV> AV> Like after adding the Managed device to NMS, the device should AV> make a queue of updated objects in a table (let's sa

Textual name of Object in SNMP Packet

2018-05-14 Thread Anandaprabu V
Hi Coders, As per my project requirement I was requested by the NMS to send Textual Object name in a column of a Table. Like after adding the Managed device to NMS, the device should make a queue of updated objects in a table (let's say configUpdateTable) which will be queried by the NMS if the d