Category: CCNA Study Guide

Clear Command on CISCO Router/Switch

Command Clear Use This command is used to clear various counters in IOS as well as to reset various routing protocol adjacencies. Syntax Router#clear <option> Optional Switches aaa Clear AAA values access-list Clear access list statistical information access-template Access-template adjacency Adjacent nodes alps Clear Alps appletalk Reset AppleTalk …

Write Command on CISCO Router/Switch

Command Write Use This is deprecated (obsolete) command. It saves the current running configuration. Most experienced network proffessionals use this command because you can simply type “wr” to save your running config instead of using the lengthier copy running-config startup-config command. Syntax Router>write Example In this example the …

Copy run start Command on CISCO Router/Switch

Command Copy Running-config Startup-config Use This command lets you save your running configuration to the router’s startup configuration (NVRAM) so it will survive a reload. Syntax Router#copy running-config startup-config Example In the below example R1’s startup configuration is saved. CopyR1#copy run start Destination filename ? Building configuration… R1#