1-33
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 1 Setting Up the ACE
Configuring Terminal Settings
•
parity
—Sets the parity for the console connection. The supported choices
are:
even
(even parity),
none
(no parity), or
odd
(odd parity). The default is
none
.
•
speed
speed
—Sets the transmit and receive speeds for the serial console. The
range is between 110 and 115200 baud (110, 150, 300, 600, 1200, 2400,
4800, 9600,19200, 28800, 38400, 57600, or 115200). The default is 9600
baud.
•
stopbits
—Sets the stop bits for the console connection. Valid values are 1 or
2 stop bits. The default is 1 stop bit.
For example, to configure the console line settings for the ACE, enter:
host1/Admin#
config
Enter configuration commands, one per line. End with CNTL/Z
host1/Admin(config)#
host1/Admin(config)#
line console
host1/Admin(config-console)#
databits 6
host1/Admin(config-console)#
parity even
host1/Admin(config-console)#
speed 19200
host1/Admin(config-console)#
stopbits 1
To disable a setting for the configured console line, use the
no
form of the
command. For example:
host1/Admin(config-console)#
no stopbits 1
Use the
show line console
Exec mode command to verify the configured console
settings for the ACE.
The syntax for this command is as follows:
show line console
[
connected
]
The optional
connected
keyword displays the physical connection status.
For example, to display the configured console settings, enter:
host1/Admin#
show line console
line Console:
Speed: 9600 bauds
Databits: 8 bits per byte
Stopbits: 1 bit(s)
Parity: none