Cisco Terminal Settings

with this command, you can set the terminal enviroment , like Terminaltype, Terminalwith etc.
	evil-router#terminal ?
	  autohangup              Automatically hangup when last connection closes
	  autoselect              Set line to autoselect
	  data-character-bits     Size of characters being handled
	  databits                Set number of data bits per character
	  default                 Set a command to its defaults
	  dispatch-character      Define the dispatch character
	  dispatch-timeout        Set the dispatch timer
	  domain-lookup           Enable domain lookups in show commands
	  download                Put line into 'download' mode
	  editing                 Enable command line editing
	  escape-character        Change the current line's escape character
	  exec                    Configure EXEC
	  exec-character-bits     Size of characters to the command exec
	  flowcontrol             Set the flow control
	  full-help               Provide help to unprivileged user
	  help                    Description of the interactive help system
	  history                 Enable and control the command history function
	  hold-character          Define the hold character
	  international           Enable international 8-bit character support
	  ip                      IP options
	  length                  Set number of lines on a screen
	  modem                   Configure the Modem Control Lines
	  monitor                 Copy debug output to the current terminal line
	  no                      Negate a command or set its defaults
	  notify                  Inform users of output from concurrent sessions
	  padding                 Set padding for a specified output character
	  parity                  Set terminal parity
	  rxspeed                 Set the receive speed
	  special-character-bits  Size of the escape (and other special) characters
	  speed                   Set the transmit and receive speeds
	  start-character         Define the start character
	  stop-character          Define the stop character
	  stopbits                Set async line stop bits
	  telnet                  Telnet protocol-specific configuration
	  terminal-type           Set the terminal type
	  transport               Define transport protocols for line
	  txspeed                 Set the transmit speeds
	  width                   Set width of the display terminal
to verify your settings, use the show command.
	evil-router#show terminal

	Line 6, Location: "", Type: "vt100"	
	Length: 47 lines, Width: 172 columns
	Baud rate (TX/RX) is 9600/9600
	Status: PSI Enabled, Ready, Active, No Exit Banner, Automore On
	Capabilities: Timestamp Enabled
	Modem state: Ready
	Special Chars: Escape  Hold  Stop  Start  Disconnect  Activation
	                ^^x    none   -     -       none
	Timeouts:      Idle EXEC    Idle Session   Modem Answer  Session   Dispatch
	               00:10:00        never                        none     not set
	                            Idle Session Disconnect Warning
	                              never
	                            Login-sequence User Response
	                             00:00:30
 	                           Autoselect Initial Wait
 	                             not set
	Modem type is unknown.
	Session limit is not set.
	Time since activation: 00:26:13
	Editing is enabled.
	History is enabled, history size is 20.
	DNS resolution in show commands is enabled
	Full user help is disabled
	Allowed input transports are telnet ssh.
	Allowed output transports are pad telnet rlogin ssh.
	Preferred transport is telnet.
	No output characters are padded
	No special data dispatching characters

Display CPU Utilization on every command

A Undocumented Command
	terminal exec prompt timestamp
And here a Sample:
	evil-router#terminal exec prompt timestamp
	evil-router#show ip route
	Load for five secs: 0%/0%; one minute: 1%; five minutes: 1%
	Time source is hardware calendar, *20:39:37.135 UTC Sun Jun 1 2008
	
	Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
	       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
	       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
	       E1 - OSPF external type 1, E2 - OSPF external type 2
 	      i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
	       ia - IS-IS inter area, * - candidate default, U - per-user static route
 	      o - ODR, P - periodic downloaded static route
	
	Gateway of last resort is not set

	C    192.168.2.0/24 is directly connected, FastEthernet0

(c) 2008 by packetlevel.ch / last update: 01.06.2008