Console/Telnet History Buffer

The history buffer lets you recall your previous CLI input. The size of the history buffer determines how many lines of previous CLI input are available for recall. By default, the size of this buffer is 20 lines. The configured size can be displayed. The contents of the buffer can be displayed.

Use the set history command in any command mode to set the size of the history buffer to a value between 1 - 100 lines.

System(rw)->set history 25

Use the show history command in any command mode to display the currently configured size of the history buffer.

System(rw)->show history
History size currently set to: 25
System(rw)->

Use the history command in any command mode to display the contents of the history buffer.

System(rw)->history
 1 history
 2 show gvrp
 3 show vlan
 4 show igmp
System(rw)->