A client application that uses the JUNOScript-specific clear-text protocol sends unencrypted text directly over a TCP connection without using any additional protocol (such as SSH, SSL, or Telnet).
Routers running the JUNOS-FIPS software do not accept JUNOScript clear-text connections. We recommend that you do not use the clear-text protocol in a Common Criteria environment. For more information, see the Secure Configuration Guide for Common Criteria and JUNOS-FIPS.
To enable client applications to use the clear-text protocol to connect to the JUNOScript server, perform the following steps:
- [edit]
- user@host# set system services xnm-clear-text
By default, the JUNOScript server supports up to 75 simultaneous clear-text sessions and 150 connection attempts per minute. Optionally, you can include either or both the connection-limit statement to limit the number of concurrent sessions and the rate-limit statement to limit connection attempts. Both statements accept a value from 1 through 250.
- [edit]
- user@host# set system services xnm-clear-text
connection-limit limit
- user@host# set system services xnm-clear-text
rate-limit limit
For more information about the xnm-clear-text statement, see the JUNOS System Basics Configuration Guide.
- [edit]
- user@host# commit