20
databits
Use
databits
to set the number of data bits for each character.
Use
undo databits
to restore the default.
Syntax
databits
{
7
|
8
}
undo databits
Default
Eight data bits are used for each character.
Views
User interface view
Default command level
2: System level
Parameters
7
: Uses seven data bits for each character.
8
: Uses eight data bits for each character.
Usage guidelines
The command is only applicable to asynchronous serial interfaces (console ports).
The data bits setting must be the same for the user interfaces of the connecting ports on the device and
the terminal device for communication.
Examples
# Use seven data bits for each character.
<Sysname> system-view
[Sysname] user-interface aux 0
[Sysname-ui-aux0] databits 7
display ip http
Use
display ip http
to display HTTP information.
Syntax
display ip http
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
Views
Any view
Default command level
1: Monitor level
Parameters
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.