S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
5-29
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 5 Initial Configuration
Configuring COM1 Port Settings
The following example displays output from an MDS switch with a Supervisor-1 module.
switch#
show line console
line Console:
Speed: 9600 bauds
Databits: 8 bits per byte
Stopbits: 1 bit(s)
Parity: none
Modem In: Enable
Modem Init-String -
default : ATQ0V1H0S0=1\015
Statistics: tx:12842 rx:366 Register Bits:RTS|CTS|DTR|DSR|CD|RI
The following example displays output from an MDS switch with a Supervisor-2 module.
switch#
show line console
line Console:
Speed: 9600 bauds
Databits: 8 bits per byte
Stopbits: 1 bit(s)
Parity: none
Modem In: Enable
Modem Init-String -
default : ATE0Q0V1&D0&C0S0=1\015
Statistics: tx:12842 rx:366 Register Bits:RTS|CTS|DTR|DSR|CD|RI
Configuring COM1 Port Settings
A COM1 port is an RS-232 port with a DB-9 interface that enables you to connect to an external serial
communication device such as a modem. Connection to a terminal requires the terminal emulator to be
configured as 9600 baud, 8 data bits, 1 stop bit, no parity.
To configure the COM1 port settings, follow these steps:
Command
Description
Step 1
switch#
config terminal
switch(config)#
Enters configuration mode.
Step 2
switch(config)#
line com1
switch(config-com1)#
Enters the COM1 port configuration mode.
Step 3
switch(config-com1)#
speed 9600
Configures the port speed for the COM1 connection. The default
console baud rate is 9600 baud. The valid range is between 110
and 115,200 bps (110, 150, 300, 600, 1200, 2400, 4800, 9600,
19200, 28800, 38400, 57600, 115200). Be sure to specify one of
these exact values.
Note
This configuration depends on the incoming speed of the
modem connected to COM1.
Step 4
switch(config-com1)#
databits 8
Configures the data bits for the COM1 connection. The default is
8 data bits and the valid range is between 5 and 8 data bits.
Step 5
switch(config-com1)#
stopbits 1
Configures the stop bits for the COM1 connection. The default is
1 stop bits and the valid values are 1 or 2 stop bits.