![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This chapter describes the function and displays the syntax of Telnet commands. For more information about defaults and usage guidelines, see the Access Services Command Reference.
To assign an IP address to the service provided on a TCP port, use the ip alias interface configuration command. Use the no form of the command to remove the specified address for the router.
ip alias ip-address tcp-portip-address | Specifies the IP address for the service. |
tcp-port | Specifies the number of the TCP port. |
To enable a faster response to user interrupt characters, use the ip tcp chunk-size global configuration command.
ip tcp chunk-size numbernumber | The number of characters output before the interrupt executes. The suggested value is 80, which will typically abort output within a line or two of where the user types the interrupt character. Values of less than 50 are not recommended for efficiency reasons. |
To cause the system to generate a hardware BREAK signal on the EIA/TIA-232 line that is associated with a reverse Telnet connection when a Telnet Interrupt-Process command is received on that connection, use the telnet break-on-ip line configuration command.
telnet break-on-ipTo set a line using Telnet to refuse to negotiate full duplex, remote echo requests on incoming connections, use the telnet refuse-negotiations line configuration command.
telnet refuse-negotiationsTo allow the Cisco IOS software to negotiate transmission speed of the line to a connected device, use the telnet speed line configuration command.
telnet speed default-speed maximum-speeddefault-speed | Line speed (in bps) that the Cisco IOS software will use if the device on the other end of the connection has not specified a speed |
maximum-speed | Maximum speed (in bps) that the device on the port will use |
To configure the Cisco IOS software to cause an incoming connection to send a Telnet Synchronize signal when it receives a Telnet BREAK signal, use the telnet sync-on-break line configuration command.
telnet sync-on-breakTo configure the Cisco IOS software to send a CARRIAGE RETURN (CR) as a CR followed by a NULL instead of a CR followed by a LINE FEED (LF), use the telnet transparent line configuration command.
telnet transparent
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |