
Router
The show running-config command is used on a Cisco router to display the current operational settings that are actively configured in the router's RAM. This command outputs all the configurations that are currently being executed by the router, which includes interface configurations, routing protocols, access lists, and other settings. Unlike show startup-config, which shows the saved configuration that the router will use on the next reboot, show running-config reflects the live, current configuration in use.
References := The information is supported by multiple sources that detail the use of Cisco commands, particularly the show running-config command as the standard for viewing the active configuration on a Cisco device123.
* show running-config: This command displays the current configuration running on the router. It includes all the operational settings and configurations applied to the router.
* show protocols: This command shows the status of configured protocols on the router but not the entire configuration.
* show startup-config: This command displays the configuration saved in NVRAM, which is used to initialize the router on startup, but not necessarily the current running configuration.
* show version: This command provides information about the router's software version, hardware components, and uptime but does not display the running configuration.
References:
* Cisco IOS Commands: Cisco IOS Commands