Configuring Com1 Port Settings - HP Cisco MDS 9020 - Fabric Switch Configuration Manual

Cisco mds 9000 family cli configuration guide, release 3.x (ol-16184-01, april 2008)
Hide thumbs Also See for Cisco MDS 9020 - Fabric Switch:
Table of Contents

Advertisement

Chapter 5
Initial Configuration
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
The following example displays output from an MDS switch with a Supervisor-1 module.
switch# show line console
line Console:
The following example displays output from an MDS switch with a Supervisor-2 module.
switch# show line console
line Console:

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
Step 1
switch# config terminal
switch(config)#
Step 2
switch(config)# line com1
switch(config-com1)#
Step 3
switch(config-com1)# speed 9600
Step 4
switch(config-com1)# databits 8
Step 5
switch(config-com1)# stopbits 1
OL-16184-01, Cisco MDS SAN-OS Release 3.x
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
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
rx:366
Register Bits:RTS|CTS|DTR|DSR|CD|RI
Description
Enters configuration mode.
Enters the COM1 port configuration mode.
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.
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.
Configures the stop bits for the COM1 connection. The default is
1 stop bits and the valid values are 1 or 2 stop bits.
Cisco MDS 9000 Family CLI Configuration Guide
Configuring COM1 Port Settings
5-29

Advertisement

Table of Contents
loading

Table of Contents