Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
1-25
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 1 Basic System Commands
databits
databits
To configure the number of data bits in a character for the terminal port, use the databits command. To
revert to the default, use the no form of this command.
databits bits
no databits bits
Syntax Description
Command Default 8 bits
Command Modes Terminal line configuration
Command History
Usage Guidelines You can configure the console port only from a session on the console port.
Examples This example shows how to configure the number of data bits for the console port:
switch# configure terminal
switch(config)# line console
switch(config-console)# databits 7
This example shows how to revert to the default number of data bits for the console port:
switch# configure terminal
switch(config)# line console
switch(config-console)# no databits 7
Related Commands
bits Number of data bits in a character. The range is from 5 to 8.
Release Modification
4.0(0)N1(1a) This command was introduced.
Command Description
show line Displays information about the console port configuration.