cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7444
Views
0
Helpful
2
Replies

history buffer

sarahr202
Level 5
Level 5

hi every body!

My book shows following commands:

history size x (line configuration mode)

terminal size X ( exec mode)

If both commands set to diffirent number, which one will take precedence?

Thanks a lot!

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame

I believe you are comparing history size and terminal history size.

http://www.cisco.com/en/US/docs/ios/fundamentals/command/reference/cf_f1.html#wp1016413

The history size will affect any connections made to that line while the terminal history size will only affect the current session. Once that session disconnects it will revert back to the default.

The terminal history size will change the size during that session so it overrides any history size setting for that session.

HTH,

__

Edison.

View solution in original post

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

I believe you are comparing history size and terminal history size.

http://www.cisco.com/en/US/docs/ios/fundamentals/command/reference/cf_f1.html#wp1016413

The history size will affect any connections made to that line while the terminal history size will only affect the current session. Once that session disconnects it will revert back to the default.

The terminal history size will change the size during that session so it overrides any history size setting for that session.

HTH,

__

Edison.

thanks Edison!