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-61
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 1 Basic System Commands
parity
parity
To configure the parity for the console port, use the parity command. To revert to the default, use the no
form of this command.
parity {even | none | odd}
no parity {even | none | odd}
Syntax Description
Command Default The none keyword is the default.
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 parity for the console port:
switch# configure terminal
switch(config)# line console
switch(config-console)# parity even
This example shows how to revert to the default parity for the console port:
switch# configure terminal
switch(config)# line console
switch(config-console)# no parity even
Related Commands
even Specifies even parity.
none Specifies no parity.
odd Specifies odd parity.
Release Modification
4.0(0)N1(1a) This command was introduced.
Command Description
show line Displays information about the console port configuration.