Category: CCNA Study Guide

Inteface Command on CISCO Router/Switch

Command Inteface Use Selects an interface on the router to enter into configuration mode. Syntax Router(config)#interface FastEthernet <0-6> Optional Switches -Async Async interface -BVI Bridge-Group Virtual Interface -CDMA-Ix CDMA Ix interface -CTunnel CTunnel interface -Dialer Dialer interface -FastEthernet FastEthernet IEEE 802.3 -Group-Async Async Group interface -Lex Lex interface …

Logging Console Command on CISCO Router/Switch

Command Logging Console Use This is a handy command that stores log messages so they can be reviewed later. This is a default command. It is especially useful when you are telneting between multiple routers as you would normally miss the console or debug messages on the router …

Config-register Command on CISCO Router/Switch

Command Config-register Use This command is used to modify what configuration files the router reads as it is starting up. This is most commonly used for password recovery purposes. Syntax R1(config)#config-register <value> Optional values 0x2102 This tells the router to startup normally, reading the config in NVRAM 0x2142 …

Copy start tftp Command on CISCO Router/Switch

Command Copy Startup-config TFTP Use This command lets you backup your saved configuration to a remote TFTP server. This is a very common practice. Syntax R1#copy startup-config tftp Example In the below example the saved configuration is backed up to a TFTP server. 2611XM#copy start tftp Address or …

Terminal Monitor Command on CISCO Router/Switch

Command Terminal Monitor Use This command allows you to see the console output of a router that you are telneted to. Syntax Telnetted_Router#terminal monitor Example In this example, we don’t see any output from the debug ip packet command until the terminal monitor command is entered. R2#debug ip …

Copy start run Command on CISCO Router/Switch

Command Copy Startup-config Running-config Use This command lets you merge your saved config with the running configuration. The command overwrites conflicting infomation such as interface IP addresses but keeps new information in the config. Syntax R1#copy startup-config running-config Example In the below example R1’s saved configuration is merged …

Copy tftp run Command on CISCO Router/Switch

Command Copy TFTP Running-config Use This command lets you merge your backed up configuration on a TFTP server with your running configuration.. Syntax Router#copy tftp running-config Example In the below example the backed up configuration on a TFTP server is merged with the running config on the router. …

Copy run tftp Command on CISCO Router/Switch

Command Copy Running-config TFTP Use This command lets you backup your running configuration to a remote TFTP server. Syntax Router#copy running-config tftp Example In the below example the running configuration is copied to a TFTP server. 2611XM#copy run tftp Address or name of remote host ? 10.10.2.13 Destination …

Copy tftp start Command on CISCO Router/Switch

Command Copy TFTP Startup-config Use This command lets you copy a configuration that has been backed up on a TFTP server to your startup configuration. Syntax Router#copy tftp startup-config Example In the below example, a backed up configuration is copied to the startup config on the router. 2611XM#copy …