filter
Simple Connection Filter — Blocks or allows connections based on the connecting IP address<filter class="xms.filter.SimpleConnectionFilter" … />
Table 24. Attributes for filter tag (for xms.filter.SimpleConnectionFilter)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| action | The method used to deny connections | ActionEnum One of the following values: drop,reject,tempfail | drop | no |
| allow | The list of hosts to allow access | String any character combination | none | no |
| deny | The list of hosts to deny access | String any character combination | none | no |
| order | The order in which the allow and deny attributes are evaluated | Order One of the following values: allow,deny | deny,allow | no |