The Daily Insight
updates /

How do I find out what my running-config is?

Use the show running-config command to display the contents of the running configuration. You can pipe the command through one of the following filters: include–shows all commands present in the running configuration which contain a match to the specified regular expression.

Which commands can be used to display the contents of a switch buffer?

Use the show history privileged EXEC command to display the contents of the buffer.

How do you check whether there is any configuration file stored in Nvram?

To display the contents of NVRAM (if present and valid) or to show the configuration file pointed to by the CONFIG_FILE environment variable, use the show startup-config EXEC command.

Which command would you use to display the status of all interfaces on a Cisco router?

show interfaces EXEC command
Use the show interfaces EXEC command to display statistics for all interfaces configured on the router or access server.

Which information does the show running config command display?

Show running-config: To display the configuration information currently running on the terminal, use the show running-config EXEC command. This command replaces the write terminal command. Syntax Description: This command has no arguments or keywords.

How do I save a running config on a Cisco switch?

Save the Configuration Type “copy running-config startup-config” at the command line and press return on the keyboard. This will copy the current switch configuration to the non-volatile memory, which is memory that will retain its data even without power applied to it.

How does show running-config (show run) work on Cisco routers/switches?

When you execute the show running-config (show run) command on Cisco router/Switches, the output will be paged through one screen at a time. This is useful as Cisco configuration can be very long and can have thousands of lines.

How do I clear the running configuration file in Cisco IOS?

Note that Cisco IOS does not have a command that erases the contents of the running configuration file. To clear out the running config file, simply erase the startup config file and then reload the device.

What does the show config command do?

The show config command displays the current configuration as a series of commands in the format that you use when you execute commands in a CLI session. This command queries all active service components to collect their current configuration data and translates the data into a CLI command format.

How do I display the config of a running application?

Type “show run” or “show start” to show the applicable config. The config will display without any breaks or pauses. To display the config without lengthy certificate data, use “show run brief “.