Console Port Parameters

Each S- K- and 7100-Series module or standalone device includes a console port through which local management of the device can be accessed using a terminal or modem. The CLI provides for:

If C2 security mode is enabled, You can not create, modify, or clear a console configuration while in Read-Write user mode.

When specifying a console port string, use the com keyword for the port type, as specified in the Port String Syntax Used in the CLI discussion.

The following example shows how to set the baud rate to 19200 on console port com.1.1:

System(rw)->set console baud 19200 com.1.1

The following example shows how to set the bits property value to 8 on all console ports:

System(rw)->set console bits 8

The following example shows how to set the flowcontrol property value to none on console port com.1.1:

System(rw)->set console flowcontrol none com.1.1

The following example shows how to set the parity property value to even on all ports:

System(rw)->set console parity even

The following example shows how to set the stopbits property value to one on console ports com.1.1 and com.1.2:

System(rw)->set console stopbits one com.1.1-2