Re: Can we define array in MIB file

2008-02-20 Thread Dave Shield
On 20/02/2008, Vishal N <[EMAIL PROTECTED]> wrote: > Can we define array in MIB file? Yes. They are called "tables". > I have a requirement in which I have 15 ports which has value true/false > i.e. active/inactive. I have to provide these values by agent to NMS. Is

Can we define array in MIB file

2008-02-20 Thread Vishal N
Hi, Can we define array in MIB file? I have a requirement in which I have 15 ports which has value true/false i.e. active/inactive. I have to provide these values by agent to NMS. Is it possible to declare single array object? Or do I have to use table? What is correct way to define such