Skip to main content

Targeting an application

For each system or application that Bravura Security Fabric will target using agttelnet , add a target (Manage the system >Resources >Target systems):

  • Type is Telnet target system.

  • Address uses options described in the table below.

  • Enter the account ID and password of the target system administrator you configured in Configuring a target system administrator . If the target system does not require administrative credentials, set the Administrator ID and Password to a non-empty value.

    Table 1. Telnet target address configuration

    Option

    Description

    Options marked with a redstar.png are required.

    Script file redstar.png

    Must be set to the name of the file described in Writing a script .

    (key: script)

    Server redstar.png

    The IP address/domain name of the server.

    (key: server)

    Advanced

    Port

    TCP port number. Typical TCP port numbers are:

    23 - Telnet (default)

    80 - HTTP

    443 - HTTPS

    (key: port)

    Connection over SSL

    Select to enforce SSL connections.

    (key: ssl)

    Validate the server’s certificate when connecting

    Determine whether to validate the server’s security certificate for SSL connections. Default is true.

    (key: checkCert)

    Terminal type

    Select ANSI/VT100, IBM3270, or IBM5250.

    (key: terminal)

    Telnet special write option

    Select Absolute, Relative, MatchRelative, or Unformatted.

    (key: writeoption)

    Directory containing PEM-formatted CA certificate files

    Specify the directory to look for certificate files.

    (key: CApath)

    PEM-formatted CA certificate file

    Specify absolute path to certificate file.

    (key: CAfile)

    Other settings

    Enter additional data to be passed into the script, in KVGroup format; for example {other=data;}.

    Timeout for connection

    Amount of time in seconds the connector will wait for a response. Default is 300 seconds.

    (key: timeout)



The address is entered in the syntax:

<script>[/{server=<name|IP>;port=<N>;SSL=true|false;terminal=<ANSI/VT100|IBM3270|IBM5250>;timeout=<N>;writeoption=<option>;CApath=<directory>;CAfile=<filepath>;checkCert=<true|false>;}]

Note

You can extend the address wizard by adding address line elements using the addressattrs function, as explained in PSLang Scripts for agtdos, agttelnet, and agtssh . This is useful when creating a scripted target system with a scripted platform definition file.