SlideShare a Scribd company logo
1 of 38
Akre Technical College
Dept. of Information Technology
2nd stage
Subject: Internet Technology (Pr)
Date: 11/11/2015
ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router (computing)
Mr. Saleem & Mr. Rzgar
Router has operating system – IOS – Internetworking
Operating System and it's extension is (.bin)
Router types :
1- Fixed port : cannot add Interface
2- Modular : can add interface
2 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router internal components: CPU, RAM, FLASH, ROM, BUSES,
NVRAM, INTERFACES, POWER SUPPLY.
3 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router external components :
Two Fast Ethernet ports ( connecting to switch and router)
Console port ( connecting to router for configuration , router connector is RJ-45 and PC
connector is DB-9).
Auxiliary port ( connect to FAX modem, router connector is RJ-45 and PC connector is DB-
25
power switch , power connection .
to connect to router from Console port you must have a program ( Hyper terminal ( XP) ,
SecureCRT ,TeraTerm )
4
ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
5 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
6 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router internal configuration:
RAM: random access memory: temp config file, ARP
cashe, Packet buffering
NVRAM: non volatile RAM: storing backup copy of config file
Flash: Saving os image (command based) IOS comprised
ROM: read only memory: Power-On Self-Test (POST),
bootstrap program
7 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router startup sequence:
Step1 = checking the hardware ---- POST --- bootstrap
program that check the functionality of hardware (ROM)
Step2 = Find the ios --- flash, TFTP, ROM
Step3 = Load it……….
Step4 = Find the configuration file  NVRAM, TFTP
Step5 = Load it ……….
Step6 = setup mode ------ creating the config file
8 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
9 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router Modes
1- setup mode
2- User execute mode
Router>
3- Privilege execute mode
Router#
Router>enable // login privilege mode
4- Global configuration mode
#(Router(config
Router#configuration terminal or config t
5- Interface configuration
Router(config-if)#
Router(config)#interface fastethernet 0/0
10 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router configuration must be saved into NVRAM.
Router configuration is on running – config file and to save it into
NVRAM you must copy it to startup-config file
Copy run startOrCopy running – config startup-config
Some Router show command
Show version
show flash
show interface
Show startup-config or show start
Show history
show ip interface brief
11 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Change Router Name and setup Router user mode password
Router>ena
Router#config t
Router(config)#hostname IT Router
ITRouter(config)#enable password 123 ------1
ITRouter(config)#^Z
ITRouter#copy run start
To remove ena password
ITRouter(config)#no enable password
copy run startT Router#
ITRouter#config t
ITRouter(config)#enable secret 1234 ---------------- 2
ITRouter(config)#copy run start
12 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Setup Router console password
IT Router#
ITRouter#config t
ITRouter(config)#line console 0
ITRouter(config-line)#password 333
ITRouter(config-line)#login
ITRouter(config-line)#^Z
ITRouter#copy run start
Destination filename [startup-config]?
IT Router#
13 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Setup Banner
ITRouter#config t
ITRouter(config)#banner MOTD #IT Router#
ITRouter(config)#^Z
IT Router#
ITRouter#copy run start
Destination filename [startup-config]?
IT Router#
Sets the local time on the Router
ITRouter#clock set 20:05:00 11 december 2014
ITRouter#copy run start
14 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Setup Router Interface IP Address
ITRouter(config)#interface fastethernet 0/0
ITRouter(config-if)#ip address 192.168.1.1 255.255.255.0
ITRouter(config-if)#no shut
ITRouter(config-if)#no shutdown
ITRouter(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
ITRouter(config-if)#^Z
IT Router#
ITRouter#copy run start
Destination filename [startup-config]?
IT Router#
15 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Assigning a Local Host Name to an IP Address
ITRouter#config t
Enter configuration commands, one per line. End
with CNTL/Z.
ITRouter(config)#ip host Akre 192.168.1.1
ITRouter(config)#^Z
ITRouter#
ITRouter#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
16 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Setup telnet password
ITRouter#config t
ITRouter(config)#line vty 0 ?
<1-15> Last Line number
<cr>
ITRouter(config)#line vty 0 4
ITRouter(config-line)#password 12345
ITRouter(config-line)#login
ITRouter(config-line)#^Z
IT Router#
%SYS-5-CONFIG_I: Configured from console by console
ITRouter#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
ITRouter#RT1#
17 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Encryption all Router password
ITRouter#config t
ITRouter(config)#service password-encryption
ITRouter(config)#^Z
ITRouter#copy run start
ITRouter#
Router(config)#do show running-config
Executes the privileged-level show running-config
command while in global configuration mode.
18 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Recovering router passwords
The Cisco IOS provides a mechanism to recover passwords, in case
you lost them or you do not remember them.
You need to have physical access to the router to connect to its
console port.
The key point of the password recovery process is to boot up the
Cisco router ignoring its current startup configuration, which
contains the current passwords. To boot up the Cisco router
ignoring its current startup configuration you need to change the
value in the configuration register. You can set bit 6 in the
configuration register to instruct the bootstrap program
to avoid reading the startup configuration from NVRAM. By doing
this, you boot up the router as if it had no startup configuration —
as if the router were new, coming out of the box.
19 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Password recovery process
Follow these steps to recover passwords on a Cisco router:
1. Change the configuration register to 0x2142.
2. Reboot the router.
3. Upon reboot, exit from setup mode.
The router ignores the startup configuration in NVRAM, so it automatically
starts in setup mode. You need to exit setup mode because your
router is already set up. You just want to reset the passwords in the current
startup configuration, not to reset the whole configuration.
4. Enable privileged EXEC mode.
5. Load the startup configuration manually from NVRAM to RAM.
6. Enable global configuration mode.
7. Change the passwords.
8. Save the running configuration over the startup configuration in NVRAM.
9. Change the configuration register back to the default value of 0x2102.
10. Reboot the router.
20 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
#The normal router configuration register value is
0x2102 and its size is 2 bytes (16 bits ).
The router configuration register value that let
router to ignore its startup-configuration file is
0x2142
# to change router configuration register value to
0x2142 you must boot router from Rommon
by ( ctrl + Break )
# Config register calculator application
21 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
22 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Rommon 1> ? Show commands that are using in
Rommon
rommon 2 > confreg 0x2142
rommon 3 > reset
no
Router>ena
Router#copy start run
Destination filename [running-config]?
ITRouter#
ITRouter#config t
ITRouter(config)#no ena
ITRouter(config)#no enable pass
ITRouter(config)#no enable password // to remove enable password
ITRouter(config)#
23 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router(config)#no ena
Router(config)#no enable secret //to remove enable secret
password
Router(config)#exit
Router#
Router#config t
ITRouter(config)#line console 0
ITRouter(config-line)#no pass
ITRouter(config-line)#no password //to remove console password
ITRouter(config-line)#exit
ITRouter(config)#line vty 0 4
ITRouter(config-line)#no pass
ITRouter(config-line)#no password /to remove telnet password
ITRouter(config-line)#exit
24 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
ITRouter(config)#config-register 0x2102
ITRouter(config)#do copy run start
Destination filename [startup-config]?
ITRouter(config)# exit
Router#reload
There is not any passwords and Enjoy ------------------
25 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Creating DHCP on Router interface
Router(config)#ip dhcp pool net1
Router(dhcp-config)#network 192.168.1.0 255.255.255.0
Router(dhcp-config)#def
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#dns
Router(dhcp-config)#dns-server 192.168.1.10
Router(dhcp-config)#^Z
Router#Router# copy run start
26 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Define DNS server to Router
Router#config t
Router(config)#ip name
Router(config)#ip name-server 192.168.1.10
Router(config)#^Z
Router#copy run start
[OK]
Router#ping pc1
Akre(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.10
// to exlude ip address or dhcp should not asign this range to client
27 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router interface obtain ip from dhcp server
Router(config)#interface fastethernet 0/1
or Router(config)# int fa 0/1
Router(config-if)#no shut
Router(config-if)#ip
Router(config-if)#ip add
Router(config-if)#ip address dhcp
Router(config-if)#^Z
Router#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Router#
28 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router IOS or Start file backup and restore
Copy flash tftp // to copy a file from flash to tftp server
Like ios file, this to backup ios to tftp server
Copy tftp flash // to restore a file from tftp server
Copy start tftp // to copy or backup start file to tftp server
Copy tftp start // to restore start file from tftp server
Akre#delete flash // to delete a file from flash
Delete filename []?c2800nm-advipservicesk9-mz.124-15.T1.bin
IOS file name
Akre#erase start // to remove satrt file
29 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Router(config-if)#clock rate ?
Are you meaning in LAB environment?, if so, you can do
it, but if you are meaning on a real connection then you
should set the exact clock rate supplied by your ISP.
30 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
A network route is a data transmission path through one
or more networks between two end nodes.
More than one route can exist between two end nodes.
The main purpose of a router is to find the best route to
reach a destination node.
network routes types :
✦ Static routes
✦ Default routes
✦ Dynamic routes
31 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Static routes
You define static routes manually on a router. Static
routes are best suited for small networks, such as LANs,
where routes rarely change. If routes change, you need
to update your routes to reflect the new data
transmission paths.
Configuring static routes :
Router(config)# ip route network-address subnet-mask {ip-address
| exit-interface }
32 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Dissecting static route syntax
ip route - Static route command
Network address – Destination network address
Subnet mask - Subnet mask of destination network
IP address - Serial 0/0/0 interface IP address on R2,
which is the "next-hop" to this network
33 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
General Role of the Router
Connections of a Router for WAN
-A router has a DB-60 port that can support 5
different cabling standards
Connections of a Router for Ethernet
-2 types of connectors can be used: Straight through
and Cross-over
Straight through used to connect:
-Switch-to-Router, Switch-to-PC, Router-to-Server, Hub-to-
PC, Hub-to-Server
Cross-over used to connect:
-Switch-to-Switch, PC-to-PC, Switch-to-Hub, Hub-to-Hub,
Router-to-Router
34 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Examining Router Interfaces
-Show IP router command – used to view routing table
-Show Interfaces command – used to show status of an
interface
-Show IP Interface brief command – used to show a
portion of the interface information
-Show running-config command – used to show
configuration file in RAM
35 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Interfaces
Configuring an Ethernet interface
-By default all serial and Ethernet interfaces are down
-To enable an interface use the No Shutdown command
Configuring a Serial interface
-Enter interface configuration mode
-Enter in the ip address and subnet mask
-Enter in the no shutdown command
36 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
-Physically connecting a WAN Interface.
-A WAN Physical Layer connection has sides:
Data Circuit-terminating Equipment (DCE) – This is the
service provider. CSU/DSU is a DCE device.
Data Terminal Equipment (DTE) – Typically the router is
the DTE device.
37 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
Configuring serial links in a lab environment
One side of a serial connection must be considered a
DCE
This requires placing a clocking signal – use the clock
rate command.
Example:
-R1(config)#interface serial 0/0
-R1(config-if)#clockrate 64000
Serial Interfaces require a clock signal to control the
timing of the communications.
38 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC

More Related Content

What's hot

CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glanceVikas Raut
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of RouterKishore Kumar
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
Cisco IOS (internetworking operating system)
Cisco IOS (internetworking operating system)Cisco IOS (internetworking operating system)
Cisco IOS (internetworking operating system)Netwax Lab
 
How to recover the password for cisco 2900 integrated services router
How to recover the password for cisco 2900 integrated services routerHow to recover the password for cisco 2900 integrated services router
How to recover the password for cisco 2900 integrated services router3Anetwork com
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 33c telecom
 
Initial router and switch configuration
Initial router and switch configurationInitial router and switch configuration
Initial router and switch configurationHari Prasetyo Utomo
 
Armboot process zeelogic
Armboot process zeelogicArmboot process zeelogic
Armboot process zeelogicAleem Shariff
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4VISHNU N
 
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtJuniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtNam Nguyen
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccnarobertoxe
 
Configuracionde router camilaloaiza
Configuracionde router camilaloaizaConfiguracionde router camilaloaiza
Configuracionde router camilaloaizaOnce Redes
 

What's hot (18)

Alcatel vm
Alcatel vmAlcatel vm
Alcatel vm
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glance
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
Ccna2 ass
Ccna2 assCcna2 ass
Ccna2 ass
 
Cisco IOS (internetworking operating system)
Cisco IOS (internetworking operating system)Cisco IOS (internetworking operating system)
Cisco IOS (internetworking operating system)
 
Read me en
Read me enRead me en
Read me en
 
How to recover the password for cisco 2900 integrated services router
How to recover the password for cisco 2900 integrated services routerHow to recover the password for cisco 2900 integrated services router
How to recover the password for cisco 2900 integrated services router
 
Switching 2
Switching 2Switching 2
Switching 2
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
Initial router and switch configuration
Initial router and switch configurationInitial router and switch configuration
Initial router and switch configuration
 
Armboot process zeelogic
Armboot process zeelogicArmboot process zeelogic
Armboot process zeelogic
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtJuniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
 
test
testtest
test
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 
Configuracionde router camilaloaiza
Configuracionde router camilaloaizaConfiguracionde router camilaloaiza
Configuracionde router camilaloaiza
 
Microcontroller part 1
Microcontroller part 1Microcontroller part 1
Microcontroller part 1
 

Viewers also liked

Thornbury Collection
Thornbury CollectionThornbury Collection
Thornbury CollectionSherra Design
 
EARLY WEANING OF BURBOT (Lota lota) in RAS
EARLY WEANING OF BURBOT (Lota lota) in RASEARLY WEANING OF BURBOT (Lota lota) in RAS
EARLY WEANING OF BURBOT (Lota lota) in RASMatea Jarak
 
Id. 02 network &amp; data link &amp; physical layer
Id. 02 network &amp; data link &amp; physical layerId. 02 network &amp; data link &amp; physical layer
Id. 02 network &amp; data link &amp; physical layerRawa KirKuKi
 
UPyD octubre´12
UPyD octubre´12UPyD octubre´12
UPyD octubre´12UPyDNovelda
 
Letra despierta chus
Letra despierta chusLetra despierta chus
Letra despierta chuselbaulvolador
 
Urban Living Vol 2 Collection
Urban Living Vol 2 CollectionUrban Living Vol 2 Collection
Urban Living Vol 2 CollectionSherra Design
 
Οι βουλευτικές έδρες κάθε εκλογικής περιφέρειας
Οι βουλευτικές έδρες κάθε εκλογικής περιφέρειαςΟι βουλευτικές έδρες κάθε εκλογικής περιφέρειας
Οι βουλευτικές έδρες κάθε εκλογικής περιφέρειαςΝέα Πτολεμαΐδας
 
Solucionário Capitulo4 FOX
Solucionário Capitulo4 FOXSolucionário Capitulo4 FOX
Solucionário Capitulo4 FOXMarilza Sousa
 
Meezan Bank Private Limited
Meezan Bank Private LimitedMeezan Bank Private Limited
Meezan Bank Private LimitedHM Aqib Munir
 

Viewers also liked (14)

Colegio
ColegioColegio
Colegio
 
Thornbury Collection
Thornbury CollectionThornbury Collection
Thornbury Collection
 
EARLY WEANING OF BURBOT (Lota lota) in RAS
EARLY WEANING OF BURBOT (Lota lota) in RASEARLY WEANING OF BURBOT (Lota lota) in RAS
EARLY WEANING OF BURBOT (Lota lota) in RAS
 
Thomson Reuters Certificate
Thomson Reuters CertificateThomson Reuters Certificate
Thomson Reuters Certificate
 
Id. 02 network &amp; data link &amp; physical layer
Id. 02 network &amp; data link &amp; physical layerId. 02 network &amp; data link &amp; physical layer
Id. 02 network &amp; data link &amp; physical layer
 
UPyD octubre´12
UPyD octubre´12UPyD octubre´12
UPyD octubre´12
 
Redline motoring Card
Redline motoring CardRedline motoring Card
Redline motoring Card
 
Letra despierta chus
Letra despierta chusLetra despierta chus
Letra despierta chus
 
Urban Living Vol 2 Collection
Urban Living Vol 2 CollectionUrban Living Vol 2 Collection
Urban Living Vol 2 Collection
 
Milla Loncó
Milla LoncóMilla Loncó
Milla Loncó
 
Iec
IecIec
Iec
 
Οι βουλευτικές έδρες κάθε εκλογικής περιφέρειας
Οι βουλευτικές έδρες κάθε εκλογικής περιφέρειαςΟι βουλευτικές έδρες κάθε εκλογικής περιφέρειας
Οι βουλευτικές έδρες κάθε εκλογικής περιφέρειας
 
Solucionário Capitulo4 FOX
Solucionário Capitulo4 FOXSolucionário Capitulo4 FOX
Solucionário Capitulo4 FOX
 
Meezan Bank Private Limited
Meezan Bank Private LimitedMeezan Bank Private Limited
Meezan Bank Private Limited
 

Similar to Id. 01 router (computing)

Vlan configuration by amare simachew
Vlan configuration by amare simachewVlan configuration by amare simachew
Vlan configuration by amare simachewAssosa University
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environmentscooby_doo
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of RouterKishore Kumar
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornmentAsif
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Netwax Lab
 
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)legasu zemene
 
Ccna day2-140715152313-phpapp02
Ccna day2-140715152313-phpapp02Ccna day2-140715152313-phpapp02
Ccna day2-140715152313-phpapp02Sachin Morya
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2AIRTEL
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxgalerussel59292
 

Similar to Id. 01 router (computing) (20)

CCNA complete.ppt
CCNA complete.pptCCNA complete.ppt
CCNA complete.ppt
 
C C N A Day2
C C N A  Day2C C N A  Day2
C C N A Day2
 
CCNA CheatSheet
CCNA CheatSheetCCNA CheatSheet
CCNA CheatSheet
 
Vlan configuration by amare simachew
Vlan configuration by amare simachewVlan configuration by amare simachew
Vlan configuration by amare simachew
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
 
Ccna day2
Ccna day2Ccna day2
Ccna day2
 
Ccna day2-140715152313-phpapp02
Ccna day2-140715152313-phpapp02Ccna day2-140715152313-phpapp02
Ccna day2-140715152313-phpapp02
 
Ccna day2
Ccna day2Ccna day2
Ccna day2
 
Ccna 2
Ccna 2Ccna 2
Ccna 2
 
Ccna day2
Ccna day2Ccna day2
Ccna day2
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
Ccna day2
Ccna day2Ccna day2
Ccna day2
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 

Recently uploaded

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 

Recently uploaded (20)

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 

Id. 01 router (computing)

  • 1. Akre Technical College Dept. of Information Technology 2nd stage Subject: Internet Technology (Pr) Date: 11/11/2015 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC Router (computing) Mr. Saleem & Mr. Rzgar
  • 2. Router has operating system – IOS – Internetworking Operating System and it's extension is (.bin) Router types : 1- Fixed port : cannot add Interface 2- Modular : can add interface 2 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 3. Router internal components: CPU, RAM, FLASH, ROM, BUSES, NVRAM, INTERFACES, POWER SUPPLY. 3 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 4. Router external components : Two Fast Ethernet ports ( connecting to switch and router) Console port ( connecting to router for configuration , router connector is RJ-45 and PC connector is DB-9). Auxiliary port ( connect to FAX modem, router connector is RJ-45 and PC connector is DB- 25 power switch , power connection . to connect to router from Console port you must have a program ( Hyper terminal ( XP) , SecureCRT ,TeraTerm ) 4 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 5. 5 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 6. 6 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 7. Router internal configuration: RAM: random access memory: temp config file, ARP cashe, Packet buffering NVRAM: non volatile RAM: storing backup copy of config file Flash: Saving os image (command based) IOS comprised ROM: read only memory: Power-On Self-Test (POST), bootstrap program 7 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 8. Router startup sequence: Step1 = checking the hardware ---- POST --- bootstrap program that check the functionality of hardware (ROM) Step2 = Find the ios --- flash, TFTP, ROM Step3 = Load it………. Step4 = Find the configuration file  NVRAM, TFTP Step5 = Load it ………. Step6 = setup mode ------ creating the config file 8 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 9. 9 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 10. Router Modes 1- setup mode 2- User execute mode Router> 3- Privilege execute mode Router# Router>enable // login privilege mode 4- Global configuration mode #(Router(config Router#configuration terminal or config t 5- Interface configuration Router(config-if)# Router(config)#interface fastethernet 0/0 10 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 11. Router configuration must be saved into NVRAM. Router configuration is on running – config file and to save it into NVRAM you must copy it to startup-config file Copy run startOrCopy running – config startup-config Some Router show command Show version show flash show interface Show startup-config or show start Show history show ip interface brief 11 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 12. Change Router Name and setup Router user mode password Router>ena Router#config t Router(config)#hostname IT Router ITRouter(config)#enable password 123 ------1 ITRouter(config)#^Z ITRouter#copy run start To remove ena password ITRouter(config)#no enable password copy run startT Router# ITRouter#config t ITRouter(config)#enable secret 1234 ---------------- 2 ITRouter(config)#copy run start 12 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 13. Setup Router console password IT Router# ITRouter#config t ITRouter(config)#line console 0 ITRouter(config-line)#password 333 ITRouter(config-line)#login ITRouter(config-line)#^Z ITRouter#copy run start Destination filename [startup-config]? IT Router# 13 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 14. Setup Banner ITRouter#config t ITRouter(config)#banner MOTD #IT Router# ITRouter(config)#^Z IT Router# ITRouter#copy run start Destination filename [startup-config]? IT Router# Sets the local time on the Router ITRouter#clock set 20:05:00 11 december 2014 ITRouter#copy run start 14 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 15. Setup Router Interface IP Address ITRouter(config)#interface fastethernet 0/0 ITRouter(config-if)#ip address 192.168.1.1 255.255.255.0 ITRouter(config-if)#no shut ITRouter(config-if)#no shutdown ITRouter(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up ITRouter(config-if)#^Z IT Router# ITRouter#copy run start Destination filename [startup-config]? IT Router# 15 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 16. Assigning a Local Host Name to an IP Address ITRouter#config t Enter configuration commands, one per line. End with CNTL/Z. ITRouter(config)#ip host Akre 192.168.1.1 ITRouter(config)#^Z ITRouter# ITRouter#copy run start Destination filename [startup-config]? Building configuration... [OK] 16 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 17. Setup telnet password ITRouter#config t ITRouter(config)#line vty 0 ? <1-15> Last Line number <cr> ITRouter(config)#line vty 0 4 ITRouter(config-line)#password 12345 ITRouter(config-line)#login ITRouter(config-line)#^Z IT Router# %SYS-5-CONFIG_I: Configured from console by console ITRouter#copy run start Destination filename [startup-config]? Building configuration... [OK] ITRouter#RT1# 17 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 18. Encryption all Router password ITRouter#config t ITRouter(config)#service password-encryption ITRouter(config)#^Z ITRouter#copy run start ITRouter# Router(config)#do show running-config Executes the privileged-level show running-config command while in global configuration mode. 18 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 19. Recovering router passwords The Cisco IOS provides a mechanism to recover passwords, in case you lost them or you do not remember them. You need to have physical access to the router to connect to its console port. The key point of the password recovery process is to boot up the Cisco router ignoring its current startup configuration, which contains the current passwords. To boot up the Cisco router ignoring its current startup configuration you need to change the value in the configuration register. You can set bit 6 in the configuration register to instruct the bootstrap program to avoid reading the startup configuration from NVRAM. By doing this, you boot up the router as if it had no startup configuration — as if the router were new, coming out of the box. 19 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 20. Password recovery process Follow these steps to recover passwords on a Cisco router: 1. Change the configuration register to 0x2142. 2. Reboot the router. 3. Upon reboot, exit from setup mode. The router ignores the startup configuration in NVRAM, so it automatically starts in setup mode. You need to exit setup mode because your router is already set up. You just want to reset the passwords in the current startup configuration, not to reset the whole configuration. 4. Enable privileged EXEC mode. 5. Load the startup configuration manually from NVRAM to RAM. 6. Enable global configuration mode. 7. Change the passwords. 8. Save the running configuration over the startup configuration in NVRAM. 9. Change the configuration register back to the default value of 0x2102. 10. Reboot the router. 20 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 21. #The normal router configuration register value is 0x2102 and its size is 2 bytes (16 bits ). The router configuration register value that let router to ignore its startup-configuration file is 0x2142 # to change router configuration register value to 0x2142 you must boot router from Rommon by ( ctrl + Break ) # Config register calculator application 21 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 22. 22 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 23. Rommon 1> ? Show commands that are using in Rommon rommon 2 > confreg 0x2142 rommon 3 > reset no Router>ena Router#copy start run Destination filename [running-config]? ITRouter# ITRouter#config t ITRouter(config)#no ena ITRouter(config)#no enable pass ITRouter(config)#no enable password // to remove enable password ITRouter(config)# 23 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 24. Router(config)#no ena Router(config)#no enable secret //to remove enable secret password Router(config)#exit Router# Router#config t ITRouter(config)#line console 0 ITRouter(config-line)#no pass ITRouter(config-line)#no password //to remove console password ITRouter(config-line)#exit ITRouter(config)#line vty 0 4 ITRouter(config-line)#no pass ITRouter(config-line)#no password /to remove telnet password ITRouter(config-line)#exit 24 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 25. ITRouter(config)#config-register 0x2102 ITRouter(config)#do copy run start Destination filename [startup-config]? ITRouter(config)# exit Router#reload There is not any passwords and Enjoy ------------------ 25 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 26. Creating DHCP on Router interface Router(config)#ip dhcp pool net1 Router(dhcp-config)#network 192.168.1.0 255.255.255.0 Router(dhcp-config)#def Router(dhcp-config)#default-router 192.168.1.1 Router(dhcp-config)#dns Router(dhcp-config)#dns-server 192.168.1.10 Router(dhcp-config)#^Z Router#Router# copy run start 26 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 27. Define DNS server to Router Router#config t Router(config)#ip name Router(config)#ip name-server 192.168.1.10 Router(config)#^Z Router#copy run start [OK] Router#ping pc1 Akre(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.10 // to exlude ip address or dhcp should not asign this range to client 27 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 28. Router interface obtain ip from dhcp server Router(config)#interface fastethernet 0/1 or Router(config)# int fa 0/1 Router(config-if)#no shut Router(config-if)#ip Router(config-if)#ip add Router(config-if)#ip address dhcp Router(config-if)#^Z Router#copy run start Destination filename [startup-config]? Building configuration... [OK] Router# 28 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 29. Router IOS or Start file backup and restore Copy flash tftp // to copy a file from flash to tftp server Like ios file, this to backup ios to tftp server Copy tftp flash // to restore a file from tftp server Copy start tftp // to copy or backup start file to tftp server Copy tftp start // to restore start file from tftp server Akre#delete flash // to delete a file from flash Delete filename []?c2800nm-advipservicesk9-mz.124-15.T1.bin IOS file name Akre#erase start // to remove satrt file 29 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 30. Router(config-if)#clock rate ? Are you meaning in LAB environment?, if so, you can do it, but if you are meaning on a real connection then you should set the exact clock rate supplied by your ISP. 30 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 31. A network route is a data transmission path through one or more networks between two end nodes. More than one route can exist between two end nodes. The main purpose of a router is to find the best route to reach a destination node. network routes types : ✦ Static routes ✦ Default routes ✦ Dynamic routes 31 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 32. Static routes You define static routes manually on a router. Static routes are best suited for small networks, such as LANs, where routes rarely change. If routes change, you need to update your routes to reflect the new data transmission paths. Configuring static routes : Router(config)# ip route network-address subnet-mask {ip-address | exit-interface } 32 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 33. Dissecting static route syntax ip route - Static route command Network address – Destination network address Subnet mask - Subnet mask of destination network IP address - Serial 0/0/0 interface IP address on R2, which is the "next-hop" to this network 33 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 34. General Role of the Router Connections of a Router for WAN -A router has a DB-60 port that can support 5 different cabling standards Connections of a Router for Ethernet -2 types of connectors can be used: Straight through and Cross-over Straight through used to connect: -Switch-to-Router, Switch-to-PC, Router-to-Server, Hub-to- PC, Hub-to-Server Cross-over used to connect: -Switch-to-Switch, PC-to-PC, Switch-to-Hub, Hub-to-Hub, Router-to-Router 34 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 35. Examining Router Interfaces -Show IP router command – used to view routing table -Show Interfaces command – used to show status of an interface -Show IP Interface brief command – used to show a portion of the interface information -Show running-config command – used to show configuration file in RAM 35 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 36. Interfaces Configuring an Ethernet interface -By default all serial and Ethernet interfaces are down -To enable an interface use the No Shutdown command Configuring a Serial interface -Enter interface configuration mode -Enter in the ip address and subnet mask -Enter in the no shutdown command 36 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 37. -Physically connecting a WAN Interface. -A WAN Physical Layer connection has sides: Data Circuit-terminating Equipment (DCE) – This is the service provider. CSU/DSU is a DCE device. Data Terminal Equipment (DTE) – Typically the router is the DTE device. 37 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC
  • 38. Configuring serial links in a lab environment One side of a serial connection must be considered a DCE This requires placing a clocking signal – use the clock rate command. Example: -R1(config)#interface serial 0/0 -R1(config-if)#clockrate 64000 Serial Interfaces require a clock signal to control the timing of the communications. 38 ID. 01 IT-ATC.blogspot.com :: fb.com/ATC.Information.Technology :: fb.com/groups/IT.ATC