HOW TO SPEED UP “SHOW RUN” OUTPUT RESPONSE

Rashmi Bhardwaj | Blog,BUZZ,Config & Troubleshoot,Routing & Switching
Advertisements

Many times network administrators get frustrated waiting for output of “show running-configuration”, “write memory” and “copy system: running-configuration”.

The rational can be found how system collects the configuration state from each component. Each component stores its configuration state separately and is not kept at single location. To retrieve configuration information, the software (via NVGENprocess) must poll every component to collect this distributed information. Once the information collected is available, it can be used for command-line interface (CLI) commands such as show running-configuration, write memory, and copy system: running-configuration. This process of collection of information and showing its output took very long time, even minutes.

A new feature set introduced in Cisco IOS called Configuration Generation Performance Enhancement feature reduces the execution time for NVGEN processes by caching interface configuration information in system memory, and by retrieving only configuration information that has changed. A small command can expedite the process of information display on CLI.

Advertisements

Following is the simple configuration to enable “Configuration Generation Performance Enhancement” which speeds up the “show run” and such like command output –

Router> enable
Router# configure terminal
outer (config)# parser config cache interface
Router (config)# end

The effect of using the parser config cache command is an approximate 50-percent savings in the time required to bring up the Cisco IOS configuration.

Further information may be gathered from below link –

http://www.cisco.com/c/en/us/td/docs/ios/ios_xe/fundamentals/configuration/guide/2_xe/cf_xe_book/config_cache_xe.html

ABOUT THE AUTHOR


Leave a Comment

Your email address will not be published. Required fields are marked *

Shopping Cart