XG700 User's Guide
65/266
All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006
5.3.3 baud-rate
Function
Sets serial baud rate (bps).
Prompt
xg(config-line)#
Command syntax
baud-rate { 9600 | 19200 | 38400 | 57600 }
Parameter
{ 9600 | 19200 | 38400 | 57600 }
Specifies any of 9600/19200/38400/57600 as the serial baud rate (bps).
Command type
Configuration command
Default
9600
Note
When the serial baud rate is newly set, it will become valid after logging out the serial terminal in use and connecting it
again.
Example
Switch from the global configuration mode to the terminal edit mode using the "line console" command. And then change the
serial baud rate to 38400bps.
xg(config)# line console
xg(config-line)# baud-rate 38400
5.3.4 terminal timeout
Function
Sets the monitoring period during which serial connection or telnet connection with the XG700 remains idle.
When there is no operation from the terminal within the monitoring time specified with this command, the terminal will be
logged out automatically.
Use the no form to return to the Default setup.
Prompt
xg(config)#
Command syntax
terminal timeout { console | vty } <0-60>
no terminal timeout { console | vty }
Parameter
timeout { console | vty }
Specifies the type of the terminal for setting the monitoring period during which operation remains idle.
−
console
Sets the monitoring period during which serial connection remains idle.
−
vty
Sets the monitoring period during which telnet connection remains idle.
<0-60>
Specifies the monitoring period in minutes during which operation remains idle. It can be specified in the range of 0 to
60.
When 0 is specified, no-operation monitoring is not performed, and the terminal will not be logged out automatically.
Command type
Configuration command
Default
10 minutes.
Note
While the "monitor" command or the "update-system" command is being executed, no-operation monitoring is
deterred.
Example
Set the monitoring periods, during which the serial connection and Telnet connection remain idle, to 10 minutes and 5 minutes
respectively.
xg# configure terminal
xg(config)# terminal timeout console 10
xg(config)# terminal timeout vty 5