USER EXEC MODE ACCESS
Provides basic access to the IOS with limited command availability (basically simple monitoring and troubleshooting commands)
Router>
PRIVILEGE EXEC MODE ACCESS
Provides high-level management access to the IOS, including all commands available at User EXEC mode
Router> enable
Router#>
Router#>
CONFIGURATION USER EXEC MODE ACCESS
Allows configuration changes to be made to the device
Router# configure terminal
Router(config)#
Router(config)#
ACCESS TO PREVIOUS MODE
Type the command EXIT in any mode to go back to previous mode.
Router# exit
Router>
Router>
SETTING ROUTER HOSTNAME
Router(config)# hostname R1
R1(config)# hostname R1
R1(config)# hostname R1
SETTING ROUTER Date & Time
Router# clock set ?
hh:mm:ss
R1# clock set 05:10:45 ?
<1-31> Day of the month
Month Month of the year
R1# clock set 05:10:45 08 JAN ?
<1993-2035> Year
R1# clock set 05:10:45 08 JAN 2013
hh:mm:ss
R1# clock set 05:10:45 ?
<1-31> Day of the month
Month Month of the year
R1# clock set 05:10:45 08 JAN ?
<1993-2035> Year
R1# clock set 05:10:45 08 JAN 2013
SETTING ROUTER BANNER
Router(config)# set banner motd #Welcome to CCNA#
Router(config)# set banner login #Welcome to CCNA#
Router(config)# set banner login #Welcome to CCNA#
COPY COMMAND
Copy current active configuration (Running Configuration) from RAM to NVRAM (Startup Configuration). If power outage occur and Router will reboot, then router will check it's NVRAM for configuration file
Router# copy running-config startup-config
RESSETING TO FACTORY DEFAULT
To reset the switch to factory default, issue the erase startup-config or write erase command. This command does not clear the boot variables, such as config-register and boot system settings. You can alter the boot system parameters with the boot command
Router# erase startup-config
or
Router# write erase
Now that we have deleted our configuration lets reload the router. The router notices that you have a configuration and ask you if you would like to save it before you reload. We don't want to save it so we are going to select 'NO'
Router#reload