home *** CD-ROM | disk | FTP | other *** search
- # Format for the ENTITY.CNF data file:
- #
- # Key,Friendly_Name,Transport_Type,Transport_Address,Timeout_Interval,Retry_Count,SNMP_Version,Context1,[Context2]\n
- #
- # where, Key is the combination of 'E' and a positive number string
- # assigned to a record as the search key to the record. For
- # example, the first record will be E1, the second record will
- # be E2, and the Nth record will be En.
- #
- # The timeout interval value is in units of hundredths of seconds.
- #
- # There will be maximum of two Contexts associate with an
- # entity. Therefore, we have Context1 and Context2 attached to
- # an entity record. The second context, Context2, is optional.
- # Also, we will allow one context to be Read Only (RO) and the
- # other one is Read/Write (RW) access.
- #
- # Also, note that Transport type and transport address are included
- # for handling different transports such as UDP, IPX, etc.
- # In WinSNMP.DLL, the following transport mapping is used:
- #
- # UDP = 2
- # IPX = 6
- #
- # Sample records:
- E1,Local,2,150.1.1.5,10,5,1,C1,C2
- E2,Headquarter,6,00000001-080009186bc6,15,3,1,C1,C3
-