SlideShare uma empresa Scribd logo
1 de 56
Topics
1.Router
2.Routing
Router
•Router is a device which makes connection
possible between two or more different
networks present at same or different
geographical locations.
•It works on 3rd layer of OSI Model(i.e on
network layer)
•It does two basic things:.
1. Select the best path from the routing
table.
2. Forward the packet on that path.
Vendors of Router
Many companies are manufacturing routers
• Cisco
• Nortel
• Multicom
• Juniper
• Dlink
•3com
• Cisco is the leading manufacturer of
routers and switches.It manufactures
70% of routers and switches of the
market.
3 level hierarchy Cisco router
1. Access level/layer
2. Distribution level/layer
3. Core level/layer
Access Layer Routers
• Routers which are used by the small
organizations and are also known as Desktop
routers or company layer routers.
• Access layer routers are of low speed, low
processing power, low RAM and lower no of
ports and are also low price.
Router Series
800,1000,1600,1700,2500
1700 Series Router
Distribution Layer Routers
• Routers which are used by ISP’s and
are also known as ISP layer routers.
• Distribution layer routers are batter in
speed, processing and RAM than access
layer routers.
• These routers are costly than access
layer routers
2600,3200,3600,3700
Router Series
3600 Series Router
Front side
3600 Series Router
Back Side
Core Layer Router
• Routers that are used by the Global ISP’s
and are also known as backbone routers.
• Core layer routers are best routers than
all and are costly routers.
Router series
6400,7200,7300,7400,7500,7600,10000,
12000
7200 Series Router
7600 Series Router
Special Series of Routers
• Integrated Service Routers/ISR
• They just not do routing, can also do
security and voice implementation.
800,1800,2800,3800 etc.
Router Classification
Routers are classified in two classes.
1. Fixed Routers
2. Modular Routers
Fixed Routers
• Fixed routers are non upgradable, can not
add or remove the Ethernet or serial
ports.
• Does not have any slot.
• In fixed routers the ports are integrated
on the mother board.(Fixed on mother
board).
• Access routers are fixed routers.
Modular Routers
• Modular Routers are upgradable, can add
or remove the interfaces as per our
requirement.
• Number of slots available depends on the
series of the router.
• Can add LAN and WAN cards.
• Router series greater than 2600 are
modular routers.
Ports on Router
There are three types of ports on the router.
1. LAN ports
2. WAN ports
3. Administrative Ports
LAN Ports
• The ports where local area network is
connected with the router are called LAN
ports.
• Ethernet ports, fast Ethernet ports, Gig
Ethernet ports, 10gbps are LAN ports.
• Ethernet 10Mbps
• Fast Ethernet 100Mbps
• Gig Ethernet 1000Mbps
• All Ports are of RJ45 connectors
LAN Ports
WAN Ports
• Ports that are used for WAN
connection/router to router connection are
called WAN ports.
• WAN ports are serial
interfaces(S0,S1,S0/0,S0/1,S0/0/0 etc).
• Serial ports are of two category
1. 26pins
2. 60pins
WAN Ports
Administrative Ports
1. Console RJ45-Local administrative
2. AuxiliaryRJ45-Remote administrative
Console Ports
• Console ports are known as Local ports
• They are generally used for initial confi-
guration, password recovery and local
administration of the router.
• One side of the console port/cable is
RJ45 and other is 9pin com
port.
Console Ports
• Console ports not carry the traffic like LAN and
WAN ports/interfaces, it just carry the
commands.
Auxiliary Ports
• Auxiliary ports are known as remote
administrative ports.
• They are RJ45 ports.
• A console or a rollover cable is to be
used.
• RJ45 to DB-25
Internal components of router
• ROM(Read Only Memory)
• POST(Power on self Test)
• Mini-IOS
• RAM(Random Access Memory)
• Flash Memory
• NVRAM(Non-Volatile RAM)
ROM
• ROM is a chip integrated on the mother
board which contains a bootstrap
program which tells how to load the IOS.
• Used to start and maintain the router.
Holds the POST and Bootstrap program,
as well as the mini-IOS.
POST
• Stored in the microcode of the ROM.
• Post is used to check the basic
functionality of the router hardware and
determines which interfaces are present.
IOS
• Internetwork Operating System/IOS.
• Operating system inside the router is called
IOS.
• Different vendors have there own IOS like
Cisco IOS, Juniper IOS.
• IOS are platform depended e.g Cisco IOS work
only with Cisco routers.
RAM
• Hold the temporary configurations, ARP
cache, routing tables and are also the
software and data structures that allow the
router to function.
• The IOS is loaded in to the RAM from the flesh
at the time of booting.
Flash Memory
• Stores the IOS by default.
• Flash memory is not erased when the
router is reloaded.
NVRAM
• Hold the router and switch configuration
• NVRAM is not erased when the router or
switch is reloaded/switched off.
• The configuration register is stored in the
non-volatile memory.
• Configuration means passwords, IP
addresses and routing table.
Internal components of router
Modes of the Router
• Here are different modes of the router
• Setup Mode
• User Mode
• Privileged Mode
• Global Configuration Mode
• Interface Mode
• Setup Mode
• The router enters in to the setup mode if
the NVRAM is empty.
Continue with configuration dialog[yes/no]
Answer with ‘Yes’ or ‘No’.
• User Mode
• Only some basic monitoring
• Limited show commands ping, trace,
• Router>
• Privileged Mode
• Monitoring and some troubleshooting.
• All show commands, ping trace, copy and
erase
• Router#
• Global Configuration Mode
• To make any change that affect the router
like hostname, routing configuration.
• Router(config)#
• Global Configuration Mode
• Configurations done on the specific
interface.
• Router(config-if)#
• Rommon Mode
• Reverting Password
Basic Commands
• Setup Mode
• Continue with configuration
dialog?[Yes/No]
• Answer ‘Yes’ or ‘No’.
• User Mode
• Router>
• Router>enable
• Privileged Mode
• Router#Show running-config
• Router#Show start-config
• Router#Show flash
• Router#Show version
• Router#Show ip interface brief
• Global Configuration Mode
• Router#Configure Terminal
• Router(config)#Hostname R-1
• R-1(config)#Show IP route
• R-1(config)enable password<password>
• R-1(config)enable secret <password>
• Interface Mode
• Router(config)# interface FastEthernet0/0
• Router(config-if)#ip address <ip address>
<Subnet Mask>
• Rouetr(config)#interface Serial 0/0
• Router(config-if)ip address <ip address>
<Subnet Mask>
Routing
• Forwarding the packets from one network
to the other network choosing the best
path from the routing table.
• Routing makes possible for two or more
networks to communicate with each other
• Routing table only consist of only the
best routes for each destination
Types of routing
1. Static routing
2. Default routing
3. Dynamic routing
Static Routing
• It is configured manually by the administrator.
• Mandatory need for the destination network ID
• Used for small organizations
• In static routing the administrator decide the
best path
• Administrator should know that what is the
destination ID and how many routes to reach
that destination
Advantages
• There is no overhead on the router CPU.
• There is no bandwidth usage between the
routers
• It adds security because the administrator
can choose to allow routing access to the
certain networks only
Note
• In static routing router don’t need any
update of the route because the route is
pre-defined by the administrator
Disadvantages
• Used for small network(its not feasible in
large networks)
• Each and every network have to manually
configured.
• Any change in the network has to be
update in all routers.
Rules to assign the IP address
to the router
1. All the LAN and WAN should be in the
different networks(or should not repeat
the same network).
2. Router Ethernet IP address and the LAN
IP address should be in the same
network.
3.Both the interfaces of routers facing each
other should be in the same network.
4.All the interfaces of routers should be in
the different network.
Configuring the Static Routing
Router(config)#ip route <Destination Network
ID> <Destination Subnet Mask><Next Hop IP
address>.
Thanks

Presented by:
Ali Murtaza
Rollno 1689

Mais conteúdo relacionado

Mais procurados

CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01Irsandi Hasan
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Alan Mark
 
Router Full Concept pdf
Router Full Concept pdf Router Full Concept pdf
Router Full Concept pdf Vignesh kumar
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic ConfigurationProf. Erwin Globio
 
Router configuration
Router configurationRouter configuration
Router configurationChoyonBonik
 
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSBASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSamiteshg
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONAswini Badatya
 
Networking basics and basic cisco commands
Networking basics and basic cisco commandsNetworking basics and basic cisco commands
Networking basics and basic cisco commandsKrishna Mohan
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansVuz Dở Hơi
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
Routers.ppt
Routers.pptRouters.ppt
Routers.pptkirbadh
 
IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING AYESHA JAVED
 

Mais procurados (20)

CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
Dhcp
DhcpDhcp
Dhcp
 
Router Full Concept pdf
Router Full Concept pdf Router Full Concept pdf
Router Full Concept pdf
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
Router configuration
Router configurationRouter configuration
Router configuration
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSBASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
 
Networking basics and basic cisco commands
Networking basics and basic cisco commandsNetworking basics and basic cisco commands
Networking basics and basic cisco commands
 
Presentation on router
Presentation on routerPresentation on router
Presentation on router
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Spanning Tree Protocol Cheat Sheet
Spanning Tree Protocol Cheat SheetSpanning Tree Protocol Cheat Sheet
Spanning Tree Protocol Cheat Sheet
 
VTP
VTPVTP
VTP
 
Subnetting
SubnettingSubnetting
Subnetting
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 
IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING
 

Destaque

Routing Presentation
Routing PresentationRouting Presentation
Routing PresentationMohsin Ali
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static RoutingYaser Rahmati
 
Computer networks network layer,routing
Computer networks network layer,routingComputer networks network layer,routing
Computer networks network layer,routingDeepak John
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routingphanleson
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to routerFarhan Galib
 
Ip address concepts
Ip address conceptsIp address concepts
Ip address conceptsmyrajendra
 
Types of ip address classes
Types of ip address classesTypes of ip address classes
Types of ip address classesgreatbury
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) pptDulith Kasun
 

Destaque (13)

Static Routing
Static RoutingStatic Routing
Static Routing
 
Routing Presentation
Routing PresentationRouting Presentation
Routing Presentation
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static Routing
 
Computer networks network layer,routing
Computer networks network layer,routingComputer networks network layer,routing
Computer networks network layer,routing
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to router
 
Ip address concepts
Ip address conceptsIp address concepts
Ip address concepts
 
IP addressing
IP addressingIP addressing
IP addressing
 
Routing
RoutingRouting
Routing
 
Types of ip address classes
Types of ip address classesTypes of ip address classes
Types of ip address classes
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
 
Ip address
Ip addressIp address
Ip address
 

Semelhante a Routers and Routing Configuration (20)

Router and routing
Router  and routingRouter  and routing
Router and routing
 
chapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.pptchapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.ppt
 
CCNA part 5 routing
CCNA part 5 routingCCNA part 5 routing
CCNA part 5 routing
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Routing
RoutingRouting
Routing
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Day 5.3 configuration of router
Day 5.3 configuration of routerDay 5.3 configuration of router
Day 5.3 configuration of router
 
CCNA ppt Day 5
CCNA ppt Day 5CCNA ppt Day 5
CCNA ppt Day 5
 
CCNA part 4 routers
CCNA part 4 routersCCNA part 4 routers
CCNA part 4 routers
 
Router configuration
Router configurationRouter configuration
Router configuration
 
CCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in BangaloreCCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in Bangalore
 
Guide to protecting networks - Eric Vanderburg
Guide to protecting networks - Eric VanderburgGuide to protecting networks - Eric Vanderburg
Guide to protecting networks - Eric Vanderburg
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
Ccna routing
Ccna routingCcna routing
Ccna routing
 
Routers getting deeper into it
Routers getting deeper into itRouters getting deeper into it
Routers getting deeper into it
 
Exp2
Exp2Exp2
Exp2
 
Chapter07
Chapter07Chapter07
Chapter07
 
Chapter4ccna
Chapter4ccnaChapter4ccna
Chapter4ccna
 

Último

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Último (20)

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

Routers and Routing Configuration

  • 2. Router •Router is a device which makes connection possible between two or more different networks present at same or different geographical locations. •It works on 3rd layer of OSI Model(i.e on network layer) •It does two basic things:. 1. Select the best path from the routing table. 2. Forward the packet on that path.
  • 3.
  • 4. Vendors of Router Many companies are manufacturing routers • Cisco • Nortel • Multicom • Juniper • Dlink •3com
  • 5. • Cisco is the leading manufacturer of routers and switches.It manufactures 70% of routers and switches of the market.
  • 6. 3 level hierarchy Cisco router 1. Access level/layer 2. Distribution level/layer 3. Core level/layer
  • 7. Access Layer Routers • Routers which are used by the small organizations and are also known as Desktop routers or company layer routers. • Access layer routers are of low speed, low processing power, low RAM and lower no of ports and are also low price.
  • 10. Distribution Layer Routers • Routers which are used by ISP’s and are also known as ISP layer routers. • Distribution layer routers are batter in speed, processing and RAM than access layer routers. • These routers are costly than access layer routers
  • 14. Core Layer Router • Routers that are used by the Global ISP’s and are also known as backbone routers. • Core layer routers are best routers than all and are costly routers. Router series 6400,7200,7300,7400,7500,7600,10000, 12000
  • 17. Special Series of Routers • Integrated Service Routers/ISR • They just not do routing, can also do security and voice implementation. 800,1800,2800,3800 etc.
  • 18. Router Classification Routers are classified in two classes. 1. Fixed Routers 2. Modular Routers
  • 19. Fixed Routers • Fixed routers are non upgradable, can not add or remove the Ethernet or serial ports. • Does not have any slot. • In fixed routers the ports are integrated on the mother board.(Fixed on mother board). • Access routers are fixed routers.
  • 20. Modular Routers • Modular Routers are upgradable, can add or remove the interfaces as per our requirement. • Number of slots available depends on the series of the router. • Can add LAN and WAN cards. • Router series greater than 2600 are modular routers.
  • 21. Ports on Router There are three types of ports on the router. 1. LAN ports 2. WAN ports 3. Administrative Ports
  • 22. LAN Ports • The ports where local area network is connected with the router are called LAN ports. • Ethernet ports, fast Ethernet ports, Gig Ethernet ports, 10gbps are LAN ports. • Ethernet 10Mbps • Fast Ethernet 100Mbps • Gig Ethernet 1000Mbps • All Ports are of RJ45 connectors
  • 24. WAN Ports • Ports that are used for WAN connection/router to router connection are called WAN ports. • WAN ports are serial interfaces(S0,S1,S0/0,S0/1,S0/0/0 etc). • Serial ports are of two category 1. 26pins 2. 60pins
  • 26. Administrative Ports 1. Console RJ45-Local administrative 2. AuxiliaryRJ45-Remote administrative
  • 27. Console Ports • Console ports are known as Local ports • They are generally used for initial confi- guration, password recovery and local administration of the router. • One side of the console port/cable is RJ45 and other is 9pin com port.
  • 28. Console Ports • Console ports not carry the traffic like LAN and WAN ports/interfaces, it just carry the commands.
  • 29. Auxiliary Ports • Auxiliary ports are known as remote administrative ports. • They are RJ45 ports. • A console or a rollover cable is to be used. • RJ45 to DB-25
  • 30. Internal components of router • ROM(Read Only Memory) • POST(Power on self Test) • Mini-IOS • RAM(Random Access Memory) • Flash Memory • NVRAM(Non-Volatile RAM)
  • 31. ROM • ROM is a chip integrated on the mother board which contains a bootstrap program which tells how to load the IOS. • Used to start and maintain the router. Holds the POST and Bootstrap program, as well as the mini-IOS.
  • 32. POST • Stored in the microcode of the ROM. • Post is used to check the basic functionality of the router hardware and determines which interfaces are present.
  • 33. IOS • Internetwork Operating System/IOS. • Operating system inside the router is called IOS. • Different vendors have there own IOS like Cisco IOS, Juniper IOS. • IOS are platform depended e.g Cisco IOS work only with Cisco routers.
  • 34. RAM • Hold the temporary configurations, ARP cache, routing tables and are also the software and data structures that allow the router to function. • The IOS is loaded in to the RAM from the flesh at the time of booting.
  • 35. Flash Memory • Stores the IOS by default. • Flash memory is not erased when the router is reloaded.
  • 36. NVRAM • Hold the router and switch configuration • NVRAM is not erased when the router or switch is reloaded/switched off. • The configuration register is stored in the non-volatile memory. • Configuration means passwords, IP addresses and routing table.
  • 38. Modes of the Router • Here are different modes of the router • Setup Mode • User Mode • Privileged Mode • Global Configuration Mode • Interface Mode
  • 39. • Setup Mode • The router enters in to the setup mode if the NVRAM is empty. Continue with configuration dialog[yes/no] Answer with ‘Yes’ or ‘No’. • User Mode • Only some basic monitoring • Limited show commands ping, trace, • Router>
  • 40. • Privileged Mode • Monitoring and some troubleshooting. • All show commands, ping trace, copy and erase • Router# • Global Configuration Mode • To make any change that affect the router like hostname, routing configuration. • Router(config)#
  • 41. • Global Configuration Mode • Configurations done on the specific interface. • Router(config-if)# • Rommon Mode • Reverting Password
  • 42. Basic Commands • Setup Mode • Continue with configuration dialog?[Yes/No] • Answer ‘Yes’ or ‘No’. • User Mode • Router> • Router>enable
  • 43. • Privileged Mode • Router#Show running-config • Router#Show start-config • Router#Show flash • Router#Show version • Router#Show ip interface brief
  • 44. • Global Configuration Mode • Router#Configure Terminal • Router(config)#Hostname R-1 • R-1(config)#Show IP route • R-1(config)enable password<password> • R-1(config)enable secret <password>
  • 45. • Interface Mode • Router(config)# interface FastEthernet0/0 • Router(config-if)#ip address <ip address> <Subnet Mask> • Rouetr(config)#interface Serial 0/0 • Router(config-if)ip address <ip address> <Subnet Mask>
  • 46. Routing • Forwarding the packets from one network to the other network choosing the best path from the routing table. • Routing makes possible for two or more networks to communicate with each other • Routing table only consist of only the best routes for each destination
  • 47. Types of routing 1. Static routing 2. Default routing 3. Dynamic routing
  • 48. Static Routing • It is configured manually by the administrator. • Mandatory need for the destination network ID • Used for small organizations • In static routing the administrator decide the best path • Administrator should know that what is the destination ID and how many routes to reach that destination
  • 49. Advantages • There is no overhead on the router CPU. • There is no bandwidth usage between the routers • It adds security because the administrator can choose to allow routing access to the certain networks only
  • 50. Note • In static routing router don’t need any update of the route because the route is pre-defined by the administrator
  • 51. Disadvantages • Used for small network(its not feasible in large networks) • Each and every network have to manually configured. • Any change in the network has to be update in all routers.
  • 52. Rules to assign the IP address to the router 1. All the LAN and WAN should be in the different networks(or should not repeat the same network). 2. Router Ethernet IP address and the LAN IP address should be in the same network.
  • 53. 3.Both the interfaces of routers facing each other should be in the same network. 4.All the interfaces of routers should be in the different network.
  • 54. Configuring the Static Routing Router(config)#ip route <Destination Network ID> <Destination Subnet Mask><Next Hop IP address>.