1 DISABLE 2 AUTOFLUSH Disables the automatic flushing of output when you send the interrupt character. With automatic flushing disabled, the data buffer is emptied and the display is terminated. This provides fast system response to the interrupt character. Default: ENABLE AUTOFLUSH. DCL Format DISABLE AUTOFLUSH UNIX Format toggle autoflush 2 AUTOSYNCH Disables the sending of the synchronization and interrupt characters in urgent mode. With autosynch disabled, TELNET sends the interrupt character in sequence with the other characters in the stream, and the remote host processes this character in the sequence received. Default: DISABLE AUTOSYNCH DCL Format DISABLE AUTOSYNCH UNIX Format toggle autosynch 2 BINARY Disables the transmission of data in binary mode. With binary mode disabled, the EOL (end-of-line) character is sent as Return LF (the carriage return / line feed combination). Default: DISABLE BINARY DCL Format DISABLE BINARY UNIX Format toggle binary 2 CRLF Disables the sending of carriage returns as Return LF (the carriage return/line feed combination) at the end of each line. Use this command if the remote host interprets Return as Return LF (carriage return/line feed combination), which is CR Mode. Default: ENABLE CRLF DCL Format DISABLE CRLF UNIX Format toggle crlf 2 CRMOD Disables the mapping of received carriage returns. With this mapping, the remote host sends each line with Return LF (the carriage return/line feed combination) at the end of each line. Use DISABLE CRMOD if your terminal expects Return null at the end of each line. Default: DISABLE CRMOD. DCL Format DISABLE CRMOD UNIX Format toggle crmod 2 DEBUG Disables the display of data in hexadecimal. With Debug Mode disabled, TELNET displays data only in readable text. Default: DISABLE DEBUG. DCL Format DISABLE DEBUG UNIX Format toggle netdata 2 LOCAL_CHARS Disables the translation of the following terminal control characters in to TELNET protocol sequences: o Interrupt o Flush output o Are You There o Kill o Erase o Quit With LOCAL_CHARS disabled, the local host sends control characters to the remote host uninterpreted. They are interpreted by the remote host. Before you communicate in disabled mode, ensure that the remote and local hosts use the same control characters. Default: DISABLE LOCAL_CHARS DCL Format DISABLE LOCAL_CHARS UNIX Format toggle localchars 2 OPTIONS_VIEW Disables the display of option negotiations between the local system and the remote host during the session. With option negotiations disabled, TELNET does not display them. This mode is suitable for most communications. Default: DISABLE OPTIONS_VIEW DCL Format DISABLE OPTIONS_VIEW UNIX Format toggle options