Hi All,
We have to develop an agent for which one of the table has readonly access.
The MIB is compiled and loaded sucessfully on the Mangement station.

Table is structured as follows

+--PlayerTable(1)
   |
   +--PlayerEntry(1)
      |  Index: PlayerID
      |
      +-- -R-- Unsigned  PlayerID(1)
      +-- -R-- String    PlayerName(2)
      |        Textual Convention: SnmpAdminString
      |        Size: 0..255
      +-- -R-- EnumVal   PlayerType(3)
      |        Textual Convention: PlayerType
      |        Values: ip(0), dvb(1)
      +-- -R-- String    URLPlayed(4)
      |        Size: 0..1024
      +-- -R-- String    SessionStartTime(5)
      |        Textual Convention: DateAndTime
      |        Size: 8 | 11
      +-- -R-- Unsigned  StreamRate(6)
      +-- -R-- String    VideoCodec(7)
      |        Textual Convention: DisplayString
      |        Size: 0..255
      +-- -R-- Unsigned  VideoRate(8)
      +-- -R-- String    AudioCodec(9)
      |        Textual Convention: DisplayString
      |        Size: 0..255
      +-- -R-- Unsigned  AudioRate(10)
      +-- -R-- EnumVal   VideoSetup(11)
               Textual Convention: VideoSetUp
               Values: ntse(0), pal(1)

When the agent starts up there won't be any table rows created as it
is dependent on some process. Once the required process is started
then we will get the information that is part of the table that is
created. In that case how do I create the row instance of the table.
With this kind of setup how do I develop the agent and which
configuration  file need to be used  to develop the agent. If any of
you have come across this
kind of situation and able to solve the problem please let me know.
Any sugestion on this is most welcome. Thanks in advance.

regards
Ravi Kumar


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to