Cisco Mds 9000 Family Nx-Os Fundamentals Configuration Guide - Cisco MDS 9000 Series Configuration Manual

Hide thumbs Also See for MDS 9000 Series:
Table of Contents

Advertisement

Configuring the COM1 Port
SUMMARY STEPS
1. configure terminal
2. line com1
3. databits bits
4. flowcontrol hardware
5. parity {even | none | odd}
6. speed {300 | 1200 | 2400 | 4800 | 9600 | 38400 | 57600 | 115200}
7. stopbits {1 | 2}
8. exit
9. (Optional) show line com1
10. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
line com1
Example:
switch# line com1
switch(config-com1)#
Step 3
databits bits
Example:
switch(config-com1)# databits 7
Step 4
flowcontrol hardware
Example:
switch(config-com1)# flowcontrol hardware
Step 5
parity {even | none | odd}
Example:
switch(config-com1)# parity even
Step 6
speed {300 | 1200 | 2400 | 4800 | 9600 | 38400 | 57600 |
115200}
Example:
switch(config-com1)# speed 115200

Cisco MDS 9000 Family NX-OS Fundamentals Configuration Guide

74
Configuring Terminal Settings and Sessions
Purpose
Enters global configuration mode.
Enters COM1 configuration mode.
Configures the number of data bits per byte. The range
is from 5 to 8. The default is 8.
Enables flow control on the hardware. The default is
enabled.
Use the no flowcontrol hardware command to disable
flow control on the hardware.
Configures the parity. The default is none.
Configures the transmit and receive speed. The default
is 9600.
OL-29291-02

Advertisement

Table of Contents
loading

Table of Contents