UBROKER_ACCESS - UBROKER UACL entry
Description
A UBROKER_ACCESS UACL entry specifies whether to allow or deny a Universal Agent component access to Universal Broker services.
If a request from a component comes from an IP address identified in this UBROKER_ACCESS entry, the rule is considered a match. The first matching rule is used to control access.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
UACL File Keyword | ubroker_access host,access |
Values
host specifies an IP address of a Universal Agent component.
(See UACL Entries for details on host specification syntax.)
access specifies whether the connection is allowed or denied.
Valid values for access are:
- deny
IP connection is denied. No message is returned to the remote end. The connection is immediately closed. - allow
IP connection is accepted and processed.
Default is allow.