40
Views
AUX user interface view
Default command level
2: System level
Parameters
even
: Performs an even parity check.
none
: Performs no parity check.
odd
: Performs an odd parity check.
Usage guidelines
The parity check setting must be the same for the user interfaces of the connecting ports on the device
and the target terminal device for communication.
Examples
# Configure AUX user interface 0 to perform an odd parity check.
<Sysname> system-view
[Sysname] user-interface aux 0
[Sysname-ui-aux0] parity odd
protocol inbound
Use
protocol inbound
to enable the current user interface to support Telnet, SSH, or both of them. The
configuration takes effect the next time you log in.
Use
undo
protocol inbound
to restore the default.
Syntax
In non-FIPS mode:
protocol inbound
{
all
|
ssh
|
telnet
}
undo
protocol inbound
In FIPS mode:
protocol inbound
{
all
|
ssh
}
undo
protocol inbound
Default
In non-FIPS mode, both SSH and Telnet are supported.
In FIPS mode, only SSH is supported.
Views
VTY interface view
Default command level
3: Manage level
Parameters
all
: Supports both Telnet and SSH. In FIPS mode, Telnet is not included.
ssh
: Supports only SSH.