> On Feb 17, 2015, at 10:08 PM, Manohar > <[email protected]> wrote: > > Hi Omer, > > The use case is to get and set ATS configuration which can be changed > dynamically using NMS. > But that is far, not now. For now my concern is from which data structure the > traffic_line is getting and setting the values in ATS , so that I can use the > same data structure for NMS messages in future if possible.
You should look at the management APIs, this sounds like something you want running out-of-band, on the side of ATS itself. The include file is <ts/mgmtapi.h>, and you can use it to do everything traffic_line can do, and more, but from C/C++. — leif > > > Regards, > Manohar > > On 2/18/2015 11:03 AM, Omer Shapira wrote: >> Do you mind giving more context than just ³to some data structure²? >> >> What is your use case - are you interested in having an NMS reading >> status/setting through SNMP? Are you interested in published OIDs or in >> experimental OIDs? Are you working on integrating SNMP code into ATS? >> AFAIK, ATS does not come with SNMP agent. >> >> On 2/17/15, 9:29 PM, "Manohar" <[email protected]> >> wrote: >> >>> Hi Omer, >>> >>> yes, I need to map OID to some data structure. >>> >>> Regards, >>> Manohar >>> >>> On 2/17/2015 9:46 PM, Omer Shapira wrote: >>>> Hey Manohar, >>>> >>>> Are you trying to add an SNMP agent to ATS? >>>> >>>> Omer >>>> >>>> On 2/16/15, 9:56 PM, "Manohar" <[email protected]> >>>> wrote: >>>> >>>>> Hi, >>>>> I am a new user of ATS, >>>>> If I want to construct Management Information Base (MIB 's) for ATS, >>>>> which are the basic data structures need to consider. >>>>> Is there any document which describes the data structures of ATS. >>>>> >>>>> And please provide me with some links or documents for above and for >>>>> traffic_line design and interaction with ATS. >>>>> any information related with this will be helpful , Thanks in advance. >>>>> >>>>> >>>>> Regards, >>>>> Manohar .M >>>> >> >> >
