81.30. How to create a list

By the terms “Elements Lists” we refer to a list of objects, belonging to the same homogeneous type, that are identified by the generic term “item”. The possible “item” values are:

Some examples follow.

81.30.1. How to create a list of ISDN numbers

Enter into the Abilis control-program or open the configuration file with the Console configurator and type the following commands.

list create tech_support IN Numbers_technical_supportCreate the list technical_support, with type IN (ISDN Numbers) and give it the description Numbers_technical_support.
a list:tech_support 21 24 27 02223344Insert the numbers in the list.
save confSave the configuration.

On a working Abilis, the changes in a list are immediately active.

81.30.2. How to create a list of IP addresses

Enter into the Abilis control-program or open the configuration file with the Console configurator and type the following commands.

list create SMTP_allowed IP IP_Address_allowed_to_SMTPCreate the list SMTP_allowed, with type IP (IP addresses) and give it the description IP_Address_allowed_to_SMTP.
a list:SMTP_allowed 60.60.60.60 61.61.61.61Insert the IP addresses in the list..
save confSave the configuration.

On a working Abilis, the changes in a list are immediately active.

81.30.3. How to create a list of IP addresses ranges

Enter into the Abilis control-program or open the configuration file with the Console configurator and type the following commands.

list create NET_site2 IR Network_Site_2Create the list NET_site2, with type IR (IP addresses Range) and give it the description Network_Site_2.
a list:NET_site2 10.0.0.0:10.0.0.255 10.0.2.0:10.0.2.255Insert in the IP addresses range in the list.
save confSave the configuration.

On a working Abilis, the changes in a list are immediately active.