cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
10
Helpful
3
Replies

Inrease Buffer on CSR to have more output , when i issue : sh history

Ibrahim Jamil
Level 6
Level 6

Hello guys

 

how to increase the buffer log size in order to have more command appear when i issue "sh history"

 

thanks

2 Accepted Solutions

Accepted Solutions

 Hi @Ibrahim Jamil

Try 'terminal history size "size"'

 

 

 

 

 

 

-If I helped you somehow, please, rate it as useful.-

 

 

View solution in original post

Hello,

 

you can also set the history size under each line. This is saved to NVRAM and available after a reboot (whereas as far as I recall 'terminal history size' is not saved to NVRAM)...

 

line vty 0 4

history size 200

 

line con 0

history size 200

 

line aux 0

history size 200

View solution in original post

3 Replies 3

 Hi @Ibrahim Jamil

Try 'terminal history size "size"'

 

 

 

 

 

 

-If I helped you somehow, please, rate it as useful.-

 

 

Hello,

 

you can also set the history size under each line. This is saved to NVRAM and available after a reboot (whereas as far as I recall 'terminal history size' is not saved to NVRAM)...

 

line vty 0 4

history size 200

 

line con 0

history size 200

 

line aux 0

history size 200

Thanks All