hello I need to load into memory a list of ip address associated with an index: ex: index, IP 1, 192.168.1.1 2. 192.168.1.2 3, 192.168.1.3 ......... ......... n, 192.168.1.n then at some point in the config I will call the variable, passing the index as argument and retrieving the IP as result can I do it with the avp module? cheers jp