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-113
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 1 Basic System Commands
stopbits
stopbits
To configure the stop bits for the console port, use the stopbits command. To revert to the default, use
the no form of this command.
stopbits {1 | 2}
no stopbits {1 | 2}
Syntax Description
Command Default 1 stop bit.
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 stop bits for the console port:
switch# configure terminal
switch(config)# line console
switch(config-console)# stopbits 2
This example shows how to revert to the default number of stop bits for the console port:
switch# configure terminal
switch(config)# line console
switch(config-console)# no stopbits 2
Related Commands
1 Specifies one stop bit.
2 Specifies two stop bits.
Release Modification
4.0(0)N1(1a) This command was introduced.
Command Description
line console Enters the console terminal configuration mode.
show running-config Displays the running configuration.