Re: Setting IPV6 Source IP for Traps not working

2022-08-09 Thread Feroz
Any inputs on the correct format of IPv6 address that needs to be passed to the following function? Or is there a bug here? *netsnmp_ds_set_string(NETSNMP_DS_LIBRARY_ID,NETSNMP_DS_LIB_CLIENT_ADDR_V6,effective_ipv6);* We tried to pass the following format of IP address to the above function, but n

Setting IPV6 Source IP for Traps not working

2022-07-28 Thread Vivek Aditya
Hi This query is regarding setting ipv6 source ip for traps. *Query 1* We are using this api *netsnmp_ds_set_string(NETSNMP_DS_LIBRARY_ID,NETSNMP_DS_LIB_CLIENT_ADDR_V6,effective_ipv6);* to set the source-ip.Currently we are passing the ipv6 address as 2001::1 (without enclosing in brackets). But