Send documentation comments to mdsfeedback-doc@cisco.com
14-6
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 14 L Commands
line console
line console
To configure a terminal line, use the line console command. To negate the previously issued command
or to revert to factory defaults, use the no form of the command.
line console -->
databits number |
exec-timeout minutes |
modem {in | init-string | set-string user-input} |
parity {even | none | odd} |
speed speed |
stopbits {1 | 2}
line console -->
no databits number |
no exec-timeout minutes |
no modem {in | init-string {default | user-input} | set-string user-input string} |
no parity {even | none | odd} |
no speed speed |
no stopbits {1 | 2}
Syntax Description
Defaults 9600 Baud
8 databits
1 stopbit
databits number Specifies the number of databits per character. The range is 5 to 8.
exec-timeout minutes Configure exec timeout in minutes. The range is 0 to 525,600. To disable, set
to 0 minutes.
modem Enables the modem mode.
in Enables the COM 1 port to only connect to a modem.
init-string default Writes the default initialization string to the modem.
set-string user-input
string
Sets the user-specified initilization string to its corresponding profile.
Maximum length is 80 characters.
init-string user-input Writes the provided initialization string to the modem.
parity Sets terminal parity.
even Sets even parity.
none Sets no parity.
odd Sets odd parity.
speed speed Sets the transmit and receive speeds. Valid values for Supervisor-1 modules
are between 110 and 115,200 bps (110, 150, 300, 600, 1200, 2400, 4800,
9600, 19200, 28800, 38400, 57600, 115200). Valid values for Supervisor-2
modules are 9600, 19200, 38400, and 115200.
stopbits Sets async line stopbits.
1 Sets one stop bit.
2 Sets two stop bits.