33
Views
User line view
Predefined user roles
network-admin
Parameters
even
: Performs even parity check.
mark
: Performs mark parity check.
none
: Disables parity check.
odd
: Performs odd parity check.
space
: Performs space parity check.
Usage guidelines
This command is not supported in VTY line view.
The configuration terminal and the device must be configured with the same parity check mode to
communicate.
Examples
# Configure user line AUX 0 to perform odd parity check.
<Sysname> system-view
[Sysname] line aux 0
[Sysname-line-aux0] parity odd
protocol inbound
Use
protocol inbound
to enable a user line to support Telnet, SSH, or both protocols.
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
ssh
undo
protocol inbound
Default
In non-FIPS mode, both protocols are supported.
In FIPS mode, SSH is supported.
Views
VTY line view, VTY line class view
Predefined user roles
network-admin