Cisco Nexus 5500 Series Configuration Manual page 96

Nx-os fundamentals configuration guide, release 7.x
Hide thumbs Also See for Nexus 5500 Series:
Table of Contents

Advertisement

Configuring the Console Port
SUMMARY STEPS
1. configure terminal
2. line console
3. databits bits
4. exec-timeout minutes
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 console
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 console
Example:
switch# line console
switch(config-console)#
Step 3
databits bits
Example:
switch(config-console)# databits 7
Step 4
exec-timeout minutes
Example:
switch(config-console)# exec-timeout 30
Step 5
parity {even | none | odd}
Example:
switch(config-console)# parity even
Step 6
speed {300 | 1200 | 2400 | 4800 | 9600 | 38400 | 57600 |
115200}
Example:
switch(config-console)# speed 115200
Cisco Nexus 5500 Series NX-OS Fundamentals Configuration Guide, Release 7.x
80
Configuring Terminal Settings and Sessions
Purpose
Enters global configuration mode.
Enters console configuration mode.
Configures the number of data bits per byte. The range
is from 5 to 8. The default is 8.
Configures the timeout for an inactive session. The range
is from 0 to 525600 minutes (8760 hours). A value of 0
minutes disables the session timeout. The default is 30
minutes.
Configures the parity. The default is none.
Configures the transmit and receive speed. The default
is 115200.
OL-30890-01

Advertisement

Table of Contents
loading

Table of Contents