R3303-HP 6600/HSR6600 Routers Fundamentals Command Reference

36
Views
User interface view
Default command level
2: System level
Usage guidelines
The device filters the characters of 0xff sent by the Telnet client when establishing a redirected Telnet
connection. To make these characters forwarded to the Telnet server, 0xff needs to be converted to 0xff
0xff so the device filters one string of 0xff and forwards the other string to be forwarded.
If the Telnet client does not send the characters of 0xff, execute the command to configure the user
interface not to perform the conversion.
This command is supported only on AUX user interfaces.
This command is applicable to user interfaces on which redirect is enabled. To enable redirect on a user
interface, use the redirect enable command.
Examples
# Configure the user interface to not convert the ASCII characters of 0xff to 0xff 0xff when establishing
a redirected Telnet connection.
<Sysname> system-view
[Sysname] user-interface aux 0
[Sysname-ui-aux0] redirect refuse-teltransfer
redirect return-deal from-telnet
Use redirect return-deal from-telnet to configure the user interface to change carriage returns 0x0d
0x0a and 0x0d 0x00 received from Telnet clients to 0x0d during redirecting a Telnet connection.
Use undo redirect return-deal from-telnet to restore the default.
Use redirect return-deal from-telnet to configure the user interface to change carriage returns 0x0d
0x0a and 0x0d 0x00 received from a terminal (a PC connected to the console port for example) to 0x0d
during redirecting a Telnet connection
Syntax
redirect return-deal from-telnet
undo redirect return-deal from-telnet
Default
The user interface does not change carriage returns received from Telnet clients during redirecting a
Telnet connection.
Views
User interface view
Default command level
2: System level
Usage guidelines
This command is supported only on AUX user interfaces.