|
|
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.
ip alias ip-address tcp-port
no ip alias ip-address
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 access server or router.
| ip-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.
| number | The number of characters output before the interrupt executes. The suggested value is 80, which will typically abort output wihin 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 RS-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.
To 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 speed default-speed maximum-speed
To allow the Cisco IOS software to negotiate transmission speed of the line to a connected device, use the telnet speed line configuration command.
| default-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.
To 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.
|
|