Manage Cisco Router: Basic Configurations www.kadircikis.com
Configuration Modes
• IOS, used to operate and configure the network services and devices
Configuration Modes
Configuration Modes
User / Privileged Mode:
Router>enable
Router#
Router#disable
Router>
Configuration Modes
Global Configuration Mode:
Router#configure terminal
Router(config)#
Configuration Modes
Interface Configuration Mode:
Router(config)#interface fastethernet 0/0
Router(config-if)#
Configuration Modes
Sub-Interface Configuration Mode:
Router(config)#interface fastethernet 0/0.1
Router(config-subif)#
Configuration Modes
Configuring The Connection Lines:
Line Configuration Mode (Console – Telnet)
Router(config)#line console 0
Router(config-line)#
Router(config)#line vty 0 4
Router(config-line)#
Help Menus
Cisco IOS Usage and Help Menu:
Router>?
Exec commands:
access-enable Create a temporary Access-List entry
atmsig Execute Atm Signalling Commands
cd Change current device
clear Reset functions
connect Open a terminal connection
dir List files on given device
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
exit Exit from the EXEC
help Description of the interactive help system
lat Open a lat connection
lock Lock the terminal
login Log in as a particular user
logout Exit from the EXEC
-- More --
Help Menus
CLI Content Help:
Router# clok
Translating "CLOK"
% Unknown command or computer name, or unable to find computer address
Router# cl?
clear clock
Router# clock
% Incomplete command.
Router# clock ?
set Set the time and date
Router# clock set
% Incomplete command.
Help Menus
CLI Content Help:
Router# clock set ?
hh:mm:ss Current Time
Router# clock set 19:56:00
% Incomplete command.
Router# clock set 19:56:00 ?
<1-31> Day of the month
MONTH Month of the year
Router# clock set 19:56:00 04 8
^
% Invalid input detected at the '^' marker
Help Menus
CLI Content Help:
Router# clock set 19:56:00 04 August
% Incomplete command.
Router# clock set 19:56:00 04 August ?
<1993-2035> Year
Router# clock set 19:56:00 04 August 2015 ?
clock set 19:56:00 04 August 2015Router#
<cr>
Help Menus
Advanced Command-Line Features:
Ctrl-A Return to the begining of the command line
Ctrl-E Go to the end of the command line
Esc-B Goes back one word
Esc-F Moves forward one word
Ctrl-B Goes back one character
Ctrl-F Moves forward one character
Ctrl-D Delete one character
CTRL+Z Command
Router(config)#^Z
Router#
Router(config-subif)#^Z
Router#
Basic Configurations
Device Hostname Configuration
Router#configure terminal
Router(config)#hostname R1
R1(config)#
Basic Configurations
Device Banner Configuration
Router(config)#banner motd #
Enter TEXT message. End with the character ‘#’
$ Banner Text $
#
Router(config)#
Basic Configurations
Device Security Configuration
Specify the password for Privileged EXEC Mode
Router(config)#enable password Cisco (Clear Text)
Router(config)#enable secret Cisco (Hidden Text)
Basic Configurations
Device Security Configuration
Specify the password for AUX Connection
Router(config)#line aux 0
Router(config-line)#password Cisco
Router(config-line)#login
Basic Configurations
Device Security Configuration
Specify the password for Console Connection
Router(config)#line console 0
Router(config-line)#password Cisco
Router(config-line)#login
Basic Configurations
Device Security Configuration
Specify the password for Telnet Connection
Router(config)#line vty 0 4
Router(config-line)#password Cisco
Router(config-line)#login
Basic Configurations
Device Security Configuration
Router(config)#service password-encryption
Basic Configurations
Port Logins
Router(config)#interface s 1/1
Router(config)#interface fa 0/1
Router(config-if)#
*interface <type> <slot/port>
Basic Configurations
Port Opening
Router(config)#interface s 1/1
Router(config-if)#no shutdown
Router(config-if)#
Basic Configurations
Port IP Address Configuration
Router(config)#interface s 1/1
Router(config-if)#no shutdown
Router(config-if)#ip address 192.168.0.1 255.255.255.0
Router(config-if)#ip address 192.168.0.2 255.255.255.0 secondary
Router(config-if)#
Basic Configurations
Router#show running-config
Router#show startup-config
Basic Configurations
Saving the running configuration as the startup configuration
Router#copy running-config startup-config
Or;
Router#write
Basic Configurations
Configuration back up to TFTP Server
Router#copy running-config/startup-config tftp:
Address or name of remote host[]?
Destination filename [R1-confg]?
Basic Configurations
Deleting configuration and restarting the device
Router#erase startup-config
Router#reload
Show Commands
Router#show history
Router#show terminal
Show Commands
Router#show version
Router#show flash
Show Commands
Router#show interfaces
Router#show interface s 0/0/1
Router#show ip interface
Router#show ip interface brief
Router#show protocols
Router#show controllers
Do Command
• Used to run Privileged EXEC Mode commands while in any
configuration menu
Router(config-subif)#do show ip interfaces brief
Router(config-router)#do show ip route
Kadir ÇIKIŞ | MCT
Sistem ve Network Uzmanı
www.kadircikis.com
info@kadircikis.com

Cisco Router Basic Configuraiton

Editor's Notes

  • #2 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #3 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #4 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #5 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #6 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #7 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #8 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #9 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #10 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #11 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #12 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #13 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #14 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #15 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #16 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #17 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #18 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #19 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #20 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #21 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #22 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #23 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #24 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #25 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #26 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #27 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #28 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #29 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #30 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #31 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #32 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #33 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings
  • #34 What is the project about? Define the goal of this project Is it similar to projects in the past or is it a new effort? Define the scope of this project Is it an independent project or is it related to other projects? * Note that this slide is not necessary for weekly status meetings