[fusion_text]This sets the numbers of lines that are held in the history buffer for recall. ( one for EXEC mode commands and one configuration mode commands )
[/fusion_text][separator style_type=”none” top_margin=”5″ bottom_margin=”” sep_color=”” border_size=”” icon=”” icon_circle=”” icon_circle_color=”” width=”” alignment=”center” class=”” id=””]
You can verify with “show terminal” that history is enabled and determine the size for the console line (default is 10)
Shell
1 2 3 | Linuxsource-Switch1# show terminal Find the line that contains: <strong>History is enabled, history size is 10.</strong> |
Shell
1 2 3 4 5 6 | Linuxsource-Switch1# terminal history size 100 Linuxsource-Switch1# show terminal Line now contains the following: <strong>History is enabled, history size is 100. </strong>Linuxsource-Switch1(config)# exit |
Done!