Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
68/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
5.3.3 baud-rate
Function
Sets the serial baud rate (bps).
Prompt
xg(config-line)#
Command syntax
baud-rate { 9600 | 19200 | 38400 | 57600 }
Parameter
z { 9600 | 19200 | 38400 | 57600 }
Specifies any of 9600/19200/38400/57600 as the serial baud rate (bps).
Command type
Configuration command
Default
9600
Note
z When the serial baud rate is newly set, it will become valid after logging out of the serial terminal session and
re-connecting.
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 idle time for a serial connection, or telnet and SSH connections.
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
z timeout { console | vty }
Specifies the type of the terminal.
console
Sets the monitoring idle time for a serial connection.
vty
Sets the monitoring idle time for a telnet and SSH connections.
z <0-60>
Specifies the monitoring idle time. Specified in the range of 0 to 60 minutes.
When 0 is specified, no-operation monitoring is performed, and the terminal will not be logged
out automatically.
Command type
Configuration command
Default
10 minutes
Note
z While the "monitor" command or the "update-system" command is being executed, no-operation monitoring is
deterred.
z The setting of this command will become valid after login.
Example
Set the monitoring idle time for the serial connection, and Telnet and SSH connections to 10 minutes and 5 minutes
respectively.
xg# configure terminal
xg(config)# terminal timeout console 10
xg(config)# terminal timeout vty 5