R2511-HP MSR Router Series Fundamentals Command Reference(V5)

42
[Sysname] user-interface aux 0
[Sysname-ui-aux0] parity odd
protocol inbound
Use protocol inbound to enable a user interface to support Telnet, PAD, SSH, or all of them.
Use undo protocol inbound to restore the default.
Syntax
In non-FIPS mode:
protocol inbound { all | pad | ssh | telnet }
undo protocol inbound
In FIPS mode:
protocol inbound { all | pad | ssh }
undo protocol inbound
Default
All the three protocols are supported.
Views
VTY interface view
Default command level
3: Manage level
Parameters
all: Supports all the three protocols in non-FIPS mode or PAD and SSH in FIPS mode.
pad: Supports PAD only.
ssh: Supports SSH only.
telnet: Supports Telnet only. This keyword is not available in FIPS mode.
Usage guidelines
This configuration is effective only for a user who logs in to the user interface after the configuration is
made.
Before configuring a user interface to support SSH, set the authentication mode to scheme for the user
interface. For more information, see authentication-mode.
Examples
# Enable the VTYs 0 through 4 to support only SSH.
<Sysname> system-view
[Sysname] user-interface vty 0 4
[Sysname-ui-vty0-4] authentication-mode scheme
[Sysname-ui-vty0-4] protocol inbound ssh
redirect disconnect
Use redirect disconnect to manually terminate redirected Telnet connections.