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:
IN: ISDN numbers
IS: ISDN sub-addresses
EC: CTIC clusters
XN: X.25 NUAs
XU: X.25 User data fields
IP: IP addresses
DN: dialling numbers
CR: CPX resources
TUP: TCP/UDP ports
IPT: Internet Protocols
MAC: MAC Addresses
INN:ISDN Numbers Normalized
IN2T:ISDN Numbers to Text
CLNUM: CTICL Numbers
ICAUSE: ISDN Cause codes
ICMPT: ICMP message Types
OPC: OPC Unique User IDs
EC: CTI Clusters
RU: Rules
MR: Master Rules
Some examples follow.
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_support | Create the list technical_support ,
with type IN (ISDN Numbers) and give it the
description
Numbers_technical_support . |
a list:tech_support 21 24 27 02223344 | Insert the numbers in the list. |
save conf | Save the configuration. |
On a working Abilis, the changes in a list are immediately active.
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_SMTP | Create 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.61 | Insert the IP addresses in the list.. |
save conf | Save the configuration. |
On a working Abilis, the changes in a list are immediately active.
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_2 | Create 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.255 | Insert in the IP addresses range in the list. |
save conf | Save the configuration. |
On a working Abilis, the changes in a list are immediately active.