Those, unfortunately, require some understanding of the way the traps and LAN setup work. These are sets of resources that sort of hook together to perform this and other functions. Both the OpenIPMI documentation and the spec talk about this. You are going to have to read and choose these values appropriately for your system. There's no way for OpenIPMI to know, unfortunately, if you are using an EFT entry to trigger a telephone page, for instance.
-corey [EMAIL PROTECTED] wrote: > Hi all, > > int ipmi_pet_create(ipmi_domain_t *domain, > unsigned int connection, > unsigned int channel, > struct in_addr ip_addr, > unsigned char mac_addr[6], > unsigned int eft_sel, > unsigned int policy_num, > unsigned int apt_sel, > unsigned int lan_dest_sel, > ipmi_pet_done_cb done, > void *cb_data, > ipmi_pet_t **pet); > > for the SNMP trap i am using above function, > i dont know which value going to assin the following parameters in the > function > > eft_sel, > policy_num, > apt_sel, > lan_dest_sel, > > pls suggest value for the above four parameters. > > > Thanks > barani > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Openipmi-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openipmi-developer > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
