Pfeiffertheface.com

Discover the world with our lifehacks

How do I find the running-config of an interface?

How do I find the running-config of an interface?

Use the show running-config [structured] command to view the running configuration of all interfaces. Include the structured option to group the information in a logical manner. Use the show running-config interface port-list command to view the running configuration of the specified port interfaces.

Which commands are used to show the status of Fast Ethernet port?

Display the status of Fast Ethernet interfaces. You can use the delta keyword to view baselined statistics. You can use the brief keyword to view the operational status of all configured interfaces.

What is show running-config command?

The show running-config command shows the router, switch, or firewall’s current configuration. The running-configuration is the config that is in the router’s memory. You change this config when you make changes to the router.

How do I see running-config on Cisco router?

On Cisco Router/Switches:

  1. Type “terminal length 0” in privileged mode to set your terminal to display without any breaks.
  2. Type “show run” or “show start” to show the applicable config.
  3. To display the config without lengthy certificate data, use “show run brief “.

Is show run the same as show running config?

Hi the show run is the running config that is the simple part, as the other post said the show config it the startup-config for when the unit reboots or starts up.

What is the interface configuration command?

Interface configuration commands modify the operation of the interface. Interface configuration commands always follow a global configuration command, which defines the interface type. Use the interface interface-id command to access interface configuration mode. The new prompt means interface configuration mode.

What is a Fast Ethernet interface?

Fast Ethernet, is based on Ethernet and operates at speeds as high as 100 Mbps with the media standard 100Base T. Fast Ethernet was standardized in the year 1995 as IEEE802.

How do I see interfaces on Cisco router?

If you use the show interfaces command on the Cisco 7200 series routers without the slot/port arguments, information for all interface types will be shown. For example, if you type show interfaces ethernet you will receive information for all ethernet, serial, Token Ring, and FDDI interfaces.

Which command is used to view the interface configuration of a router?

Router#show interfaces This command shows the status and configuration of interfaces.

What is the difference between show running-config and show startup config?

Difference between a running configuration and a startup configuration. The startup configuration is the configuration your devices run on when they reboot or power up. The running configuration is the current version of the configuration file the device runs on.

What is the difference between the show run and the show start commands?

sh config will show the start-up configuration that will load everytime the device reboots. sh run config will show the configuration that is currently running on the device. This configuration will go away when you reboot the device unless you save it as the start-up config.