4.7.4.1 Adding a Gateway

To add a gateway to the current configuration, use the ADD GATEWAY command. The following GATEWAY statement parameters are supported with this command.

  • TYPE
  • LMID
  • PORT
  • ACCOUNT
  • PASSWORD
  • HOSTADDR
  • MAXMSGLEN
  • SESSIONS
  • MULTIPLEX
  • KEYRINGFILE
  • KEYLABEL
  • SSLFLAG

The example in the following listing uses the ADD GATEWAY command.

Listing 4‑10 ADD GATEWAY Command Example

ADD GATEWAY, TYPE=LOCAL,
LMID=IMS1,
PORT=4500,
ACCOUNT=ACCT101,
PASSWORD=PSWD101,
HOSTADDR=128.0.0.1,
MAXMSGLEN=2048,
SESSIONS=5,
MULTIPLEX=3,
KEYRINGFILE=SYSSTC/RING101,
KEYLABEL=LABEL101,
SSLFLAG=SSL_ONE_WAY