Mod - 7 Basic Router Configuration
Mod - 7 Basic Router Configuration
Technology
Router#setup
At any point you may enter a question mark '?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets '[]'.
First, would you like to see the current interface summary? [yes]:
Router# clok
Translating "CLOK"
% Unknown command
Router#or clock
computerset
name,19:56:00
or unable to find computer address
% Incomplete command.
Router#
Router#configure terminal
Router(config)#interface serial 0
Router(config-if)#shutdown
%LINK-5-CHANGED: Interface Serial0, changed state to administratively down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
Router#configure terminal
Router(config)#interface serial 0
Router(config-if)#no shutdown
%LINK-3-UPDOWN: Interface Seria0, changed state to up
%LINEPROTO-5-UPDOWN: Line Protocol on Interface Serial0, changed state to up
Router(config)#interface serial 0
Specify Interface
Router(config-if)#
Router(config-if)#bandwidth 64
Set Bandwidth Router(config-if)#exit
(recommended) Router(config)#exit
Router#
In RAM In NVRAM
wg_ro_c#show running-config wg_ro_c#show startup-config
Building configuration... Using 1359 out of 32762 bytes
Current configuration: !
! version 12.0
version 12.0 !
! -- More --
-- More --