Gateways¶
Gateways is a standard configuration interface for adding, editing, and removing TL1 Gateways. This interface leverage's the Orient database and creates objects of TL1Gateway vertex type.
Refer to the Standard Configuration Interface guide for details on interacting with the grid and form.
This user interface calls REST methods from api/gateway/gateways.
The UI path for this interface is Configuration -> TL1 -> Gateways.
Form Fields¶
-
Name - The name of the gateway, which must be unique within the database.
-
Description - Description of the Gateway.
-
Port - Connection port.
-
Delimiter - The message delimiter used by the gateway.
-
Device - The Device Catalog entry associated to the Gateway, which is used for connection information.
-
Connection Type - Plain TCP Socket or Telnet login
-
Username - If Connection Type is set to "Telnet Login", the username to use when connecting to Gateway.
-
Password - If Connection Type is set to "Telnet Login", the password to use when connecting to Gateway.
-
No Prompt - If Connection Type is set to "Telnet Login" and the TL1 device does not return a prompt on successful login, check this box.
-
Login Prompt - Optional regex match for login prompt (default is "[$%#>] $").
-
Status - The status of the gateway.
-
Elements - Selection of associated Network Elements for this gateway.