| Help : Query : Parameter : address list |
Valid addresses are of the following forms:
| <address> | e.g. 10.8.56.128 |
| <address>/<mask> | e.g. 10.8.56.0/255.255.255.0 |
| <address>/<maskbits> | e.g. 10.8.56.0/24 |
| <site name>:<zone name>:<subnet name> | e.g. HQ:1st Floor |
Addresses and subnets can be combined in lists, for example:
10.8.0.0/16,10.9.0.0/16,10.11.9.5 would include all addresses in the 10.8.* and the 10.9.* subnets as well as the address 10.11.9.5
In order to exclude addresses an exclamation mark (!) can be placed at the beginning of the list, so:
!10.8.0.0/16,10.9.0.0/16,10.11.9.5 would exclude all the addresses in the list.
Note: If the selected tableType contains IP addresses, then domain names may be used to specify addresses.
The configuration file defines the network in terms of sites containing zones, each of which contains a set of IP subnets. The site:zone:subnet notation can be used whenever the tableType contains IP addresses. For example,
HQ:1st Floor: would include all subnets in the 1st Floor zone at the HQ site.
Note: Omitted names will be treated as wild cards. The expression :1st Floor: would match any zones with the name "1st Floor", irrespective of the site that contained them.
Finally, the site name _local can be used to refer to the local site (i.e. the site that the Traffic Server processing the query is monitoring). For example,
_local:: would include all subnets on the local site.