Optional. Default: None.
    Specifies that TELNET should create a pseudo device (network
    terminal) and connect it to the specified remote port. For
    additional information, see the CREATE_SESSION command. You can
    use the following qualifiers with CREATE_SESSION:
    o  /NOTIMEOUT
    o  /TIMEOUT=option
       Options include:
          NOIDLE
          IDLE=delta_time_interval
          Specifies the delta time interval to wait with no activity
          before closing the connection. The general delta time
          format is hh:mm:ss:cc.
          NORECONNECT
          RECONNECT=delta_time_interval
          Specifies the delta time interval to wait before retrying
          a connect request. The general delta time format is
          hh:mm:ss:cc.
    o  /PERMANENT Optional.
    o  /PROTOCOL=option
       Optional. Default: NONE.
       Options include:
       -  NONE
          Data is sent with no interpretation (raw).
       -  NVT
          Network Virtual Terminal (NVT), TELNET's internal
          representation of a standard network terminal. NVT format
          is standard 7-bit ASCII code transmitted in 8-bit octets,
          the canonical form of data representation used by both the
          client and the server.
       -  TELNET
          Standard TELNET protocol.
       -  RLOGIN
          Standard RLOGIN protocol.