SlideShare a Scribd company logo
Routing
• IP Routing:- 
IP Routing is the process of moving packets from 
one network to another network using routers. 
• Routing Protocols:- 
A routing protocol is used by routers to dynamically 
find all the n/w in the internetwork and to ensure that 
all router have same routing table. 
Routing protocol determines the path of packet 
through an internetwork. E.g. 
RIP,IGRP,OSPF,EIGRP. 
• Routed Protocols:- 
Routed protocol can be used to send user data 
(packet) through the established enterprise. 
Routed protocols are assigned to an interface and 
determine the method of packet delivery. E.g.IP, IPX. 
Apple talk.
Types of Routing:- 
• Static Routing 
• Default Routing 
• Dynamic Routing
Static Routing 
• It is manually configured by administrator. 
• Mandatory need of destination network ip. 
• It is very secure and fast. 
• There is no bandwidth usage between routers. 
• Used for small organization with network of 10-15 
routers 
• Administrative distance for static route is 0 & 1. 
[Admin. Distance is ‘trustworthiness’ of routing 
information.lesser the AD higher the performance. 0- 
very good , 255-very bad] 
Disadvantages :- 
Used for small network. 
Everything to manually 
Network change effect complete n/W
Configuration of Static Routing 
Router#config t 
Router(config)#ip routing 
Router(config)# ip route <destination_network> 
<subnetmask> <IP_address_of_next_hop> 
E.G. 
• Router(config)#ip route 192.168.2.0 
255.255.255.0 10.0.0.2 
• Router(config)#exit 
• Router#show ip route
Default Routing 
• When we don’t know the destination ip address then 
we can use default routing. 
• In internet we use default routing. 
Configuration of default Routing:- 
Router#config t 
Router(config)#ip routing 
Router(config)# ip route 0.0.0.0 0.0.0.0 <ip of next hop> 
Router(config)# ip route 0.0.0.0 0.0.0.0 10.0.0.2 
Router#show ip route
Dynamic 
Routing
Advantage of Dynamic Routing:- 
• There is no need to know the destination network. 
• Need to advertise only directly connected networks. 
• Update the topology which change dynamically. 
• Administrative work is reduced. 
• Used for large organization. 
• Protocols:- 
1. Distance vector protocol 
2. Link state protocol 
3. Hybrid protocol
Distance vector protocol:- 
• Works with bellman ford algorithm. 
• Periodic updates. 
• It is classfull routing protocol. 
• Full routing table are exchanged. 
• Updates are through broadcast. 
• Also known by as “Routing by Rumor”. 
• E.g. RIP, IGRP.
Link state protocol:- 
• It works with Dijkstra algorithm. 
• It is a classless routing protocol. 
• Only missing route are exchanged. 
• Updates are through multicast. 
• Also known as “Routing by Intelligence”. 
• E.G. OSPF, IS-IS
Hybrid protocol:- 
• It works with DUAL algorithm. 
• It is a classless routing protocol. 
• Only missing route are exchanged. 
• Updates are through multicast. 
• Very fast convergence. 
• Also known as “Routing by Intelligence”. 
• E.G. EIGRP
Timers:- 
• Update Timer:- 
Sets the interval between periodic routing 
updates . 
• Invalid Timer:- 
1.routers wait to hear update . 
2.after that period update will send out to all its 
neighbors that route is invalid or unreachable. 
• Holddown Timer:- 
Time for which the information about poorer 
route is ignored. 
• Flush timer:- 
After this timers expires route will remove from 
the routing table.
RIP (Routing information protocol) 
• Open standard protocol. 
• It is classfull routing protocol. 
• Updates are broadcasted via 255.255.255.255 
• Administrative distance is 120. 
• Metric is hop count 
• Maximum hop counts = 15 
• Maximum routers can connect=16. 
• Used for small organization. 
• Timers(in second) 
update timer=30 , invalid timer=180 
Holdown timer=180, flush timer=240
RIP Versions 
RIP Version 1 
• Distance vector 
protocol. 
• Classful 
• No support VLSM 
networks. 
• No support for 
discontiguous 
network 
RIP Version 2 
• Distance vector 
protocol. 
• Classless. 
• Support VLSM 
networks. 
• Support 
discontiguous 
network
Configuration of RIP v1:- 
HYDERABAD#config t 
HYDERABAD(config)#no ip routing 
HYDERABAD(config)#ip routing 
HYDERABAD(config)#router rip 
HYDERABAD(config-router)#network 192.168.2.0 
HYDERABAD(config-router)#network 10.0.0.0 
HYDERABAD(config-router)#exit 
HYDERABAD(config)#exit 
HYDERABAD#show ip route
Configuration of RIP v2:- 
HYDERABAD#config t 
HYDERABAD(config)#no ip routing 
HYDERABAD(config)#ip routing 
HYDERABAD(config)#router rip 
HYDERABAD(config-router)#version 2 
HYDERABAD(config-router)#network 
192.168.2.0 
HYDERABAD(config-router)#network 10.0.0.0 
HYDERABAD(config-router)#exit 
HYDERABAD(config)#exit 
HYDERABAD#show ip route
Autonomous System(AS):- 
• An autonomous system (AS) is a group of networks 
under a single administrative control, which could be 
your company, a division within your company, or a 
group of companies. 
• Each AS is assigned a unique number in order to 
differentiate it from other autonomous systems. 
• Range of AS no:- 
total AS nos.= 1 - 65535 
public AS nos = 1 – 64512 
private AS no = 64513 – 65535.
Routing protocol classification:- 
IGP 
• Interior Gateway 
Protocol. 
• Routing protocols 
used within an AS. 
• All routers will be 
routing within the 
same AS boundary. 
• IGPs include RIP, 
IGRP, EIGRP, OSPF, 
and IS-IS. 
EGP 
• Exterior Gateway 
Protocol 
• Routing protocols used 
between different AS. 
• Routers in different AS 
need as EGP. 
• E.g. BGP is used to 
route traffic across the 
Internet backbone 
between different 
autonomous systems.

More Related Content

What's hot

Лекц 8
Лекц 8Лекц 8
Лекц 8
Muuluu
 
Лекц 7
Лекц 7Лекц 7
Лекц 7
Muuluu
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
Muuluu
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
Muuluu
 
Лекц 9
Лекц 9Лекц 9
Лекц 9
Muuluu
 

What's hot (20)

CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
Cisco router modes
Cisco router modesCisco router modes
Cisco router modes
 
EIGRP Routing Protocols
EIGRP Routing ProtocolsEIGRP Routing Protocols
EIGRP Routing Protocols
 
Exploration Routing Chapter 7
Exploration Routing Chapter 7Exploration Routing Chapter 7
Exploration Routing Chapter 7
 
Router and routing
Router  and routingRouter  and routing
Router and routing
 
Лекц 8
Лекц 8Лекц 8
Лекц 8
 
CCNA ppt Day 5
CCNA ppt Day 5CCNA ppt Day 5
CCNA ppt Day 5
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
Quick Guide Ip Routing
Quick Guide   Ip RoutingQuick Guide   Ip Routing
Quick Guide Ip Routing
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
 
CCNA Dynamic Routing
CCNA Dynamic RoutingCCNA Dynamic Routing
CCNA Dynamic Routing
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routing
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
Лекц 7
Лекц 7Лекц 7
Лекц 7
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
 
Лекц 9
Лекц 9Лекц 9
Лекц 9
 
Routing Protocols
Routing Protocols Routing Protocols
Routing Protocols
 

Viewers also liked (6)

Routing
RoutingRouting
Routing
 
Day 9 routing
Day 9 routingDay 9 routing
Day 9 routing
 
Prince 2: project managment Document Quality log
Prince 2: project managment Document Quality logPrince 2: project managment Document Quality log
Prince 2: project managment Document Quality log
 
Scaled Agile Model
Scaled Agile ModelScaled Agile Model
Scaled Agile Model
 
Targetting 0.5 trillion brics+mint retail immigrants market
Targetting 0.5 trillion brics+mint retail immigrants marketTargetting 0.5 trillion brics+mint retail immigrants market
Targetting 0.5 trillion brics+mint retail immigrants market
 
Prince 2: project managment Document Risk log
Prince 2: project managment Document Risk logPrince 2: project managment Document Risk log
Prince 2: project managment Document Risk log
 

Similar to CCNA part 5 routing

Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
Kishore Kumar
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
97148881557
 

Similar to CCNA part 5 routing (20)

Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
chapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.pptchapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.ppt
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
 
Day 10 rip
Day 10 ripDay 10 rip
Day 10 rip
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
 
Routing
RoutingRouting
Routing
 
EIGRP, DHCP, OSPF, NAT
EIGRP, DHCP, OSPF, NATEIGRP, DHCP, OSPF, NAT
EIGRP, DHCP, OSPF, NAT
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
presentation-140514125659-phpapp01.pdf
presentation-140514125659-phpapp01.pdfpresentation-140514125659-phpapp01.pdf
presentation-140514125659-phpapp01.pdf
 
Presentation CCNA
Presentation CCNAPresentation CCNA
Presentation CCNA
 
6978047_2.ppt
6978047_2.ppt6978047_2.ppt
6978047_2.ppt
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
 

More from Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW

More from Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW (20)

Management Consultancy Saudi Telecom Digital Transformation Design Thinking
Management Consultancy Saudi Telecom Digital Transformation Design ThinkingManagement Consultancy Saudi Telecom Digital Transformation Design Thinking
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
 
Major new initiatives
Major new initiativesMajor new initiatives
Major new initiatives
 
Digital transformation journey Consulting
Digital transformation journey ConsultingDigital transformation journey Consulting
Digital transformation journey Consulting
 
Agile Jira Reporting
Agile Jira Reporting Agile Jira Reporting
Agile Jira Reporting
 
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
Lnt and bbby Retail Houseare industry Case assignment  sandeep sharmaLnt and bbby Retail Houseare industry Case assignment  sandeep sharma
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
 
Risk management Consulting For Municipality
Risk management Consulting For MunicipalityRisk management Consulting For Municipality
Risk management Consulting For Municipality
 
GDPR And Privacy By design Consultancy
GDPR And Privacy By design ConsultancyGDPR And Privacy By design Consultancy
GDPR And Privacy By design Consultancy
 
Real implementation Blockchain Best Use Cases Examples
Real implementation Blockchain Best Use Cases ExamplesReal implementation Blockchain Best Use Cases Examples
Real implementation Blockchain Best Use Cases Examples
 
Ffd 05 2012
Ffd 05 2012Ffd 05 2012
Ffd 05 2012
 
Biztalk architecture for Configured SMS service
Biztalk architecture for Configured SMS serviceBiztalk architecture for Configured SMS service
Biztalk architecture for Configured SMS service
 
Data modelling interview question
Data modelling interview questionData modelling interview question
Data modelling interview question
 
Pmo best practices
Pmo best practicesPmo best practices
Pmo best practices
 
Agile project management
Agile project managementAgile project management
Agile project management
 
Enroll hostel Business Model
Enroll hostel Business ModelEnroll hostel Business Model
Enroll hostel Business Model
 
Cloud manager client provisioning guideline draft 1.0
Cloud manager client provisioning guideline draft 1.0Cloud manager client provisioning guideline draft 1.0
Cloud manager client provisioning guideline draft 1.0
 
Bpm digital transformation
Bpm digital transformationBpm digital transformation
Bpm digital transformation
 
Digital transformation explained
Digital transformation explainedDigital transformation explained
Digital transformation explained
 
Government Digital transformation trend draft 1.0
Government Digital transformation trend draft 1.0Government Digital transformation trend draft 1.0
Government Digital transformation trend draft 1.0
 
Enterprise architecture maturity rating draft 1.0
Enterprise architecture maturity rating draft 1.0Enterprise architecture maturity rating draft 1.0
Enterprise architecture maturity rating draft 1.0
 
Organisation Structure For digital Transformation Team
Organisation Structure For digital Transformation TeamOrganisation Structure For digital Transformation Team
Organisation Structure For digital Transformation Team
 

Recently uploaded

How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 

Recently uploaded (20)

Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERRORTROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAGAI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
Agnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in KrakówAgnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in Kraków
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 

CCNA part 5 routing

  • 2. • IP Routing:- IP Routing is the process of moving packets from one network to another network using routers. • Routing Protocols:- A routing protocol is used by routers to dynamically find all the n/w in the internetwork and to ensure that all router have same routing table. Routing protocol determines the path of packet through an internetwork. E.g. RIP,IGRP,OSPF,EIGRP. • Routed Protocols:- Routed protocol can be used to send user data (packet) through the established enterprise. Routed protocols are assigned to an interface and determine the method of packet delivery. E.g.IP, IPX. Apple talk.
  • 3. Types of Routing:- • Static Routing • Default Routing • Dynamic Routing
  • 4. Static Routing • It is manually configured by administrator. • Mandatory need of destination network ip. • It is very secure and fast. • There is no bandwidth usage between routers. • Used for small organization with network of 10-15 routers • Administrative distance for static route is 0 & 1. [Admin. Distance is ‘trustworthiness’ of routing information.lesser the AD higher the performance. 0- very good , 255-very bad] Disadvantages :- Used for small network. Everything to manually Network change effect complete n/W
  • 5. Configuration of Static Routing Router#config t Router(config)#ip routing Router(config)# ip route <destination_network> <subnetmask> <IP_address_of_next_hop> E.G. • Router(config)#ip route 192.168.2.0 255.255.255.0 10.0.0.2 • Router(config)#exit • Router#show ip route
  • 6. Default Routing • When we don’t know the destination ip address then we can use default routing. • In internet we use default routing. Configuration of default Routing:- Router#config t Router(config)#ip routing Router(config)# ip route 0.0.0.0 0.0.0.0 <ip of next hop> Router(config)# ip route 0.0.0.0 0.0.0.0 10.0.0.2 Router#show ip route
  • 8. Advantage of Dynamic Routing:- • There is no need to know the destination network. • Need to advertise only directly connected networks. • Update the topology which change dynamically. • Administrative work is reduced. • Used for large organization. • Protocols:- 1. Distance vector protocol 2. Link state protocol 3. Hybrid protocol
  • 9. Distance vector protocol:- • Works with bellman ford algorithm. • Periodic updates. • It is classfull routing protocol. • Full routing table are exchanged. • Updates are through broadcast. • Also known by as “Routing by Rumor”. • E.g. RIP, IGRP.
  • 10. Link state protocol:- • It works with Dijkstra algorithm. • It is a classless routing protocol. • Only missing route are exchanged. • Updates are through multicast. • Also known as “Routing by Intelligence”. • E.G. OSPF, IS-IS
  • 11. Hybrid protocol:- • It works with DUAL algorithm. • It is a classless routing protocol. • Only missing route are exchanged. • Updates are through multicast. • Very fast convergence. • Also known as “Routing by Intelligence”. • E.G. EIGRP
  • 12. Timers:- • Update Timer:- Sets the interval between periodic routing updates . • Invalid Timer:- 1.routers wait to hear update . 2.after that period update will send out to all its neighbors that route is invalid or unreachable. • Holddown Timer:- Time for which the information about poorer route is ignored. • Flush timer:- After this timers expires route will remove from the routing table.
  • 13. RIP (Routing information protocol) • Open standard protocol. • It is classfull routing protocol. • Updates are broadcasted via 255.255.255.255 • Administrative distance is 120. • Metric is hop count • Maximum hop counts = 15 • Maximum routers can connect=16. • Used for small organization. • Timers(in second) update timer=30 , invalid timer=180 Holdown timer=180, flush timer=240
  • 14. RIP Versions RIP Version 1 • Distance vector protocol. • Classful • No support VLSM networks. • No support for discontiguous network RIP Version 2 • Distance vector protocol. • Classless. • Support VLSM networks. • Support discontiguous network
  • 15. Configuration of RIP v1:- HYDERABAD#config t HYDERABAD(config)#no ip routing HYDERABAD(config)#ip routing HYDERABAD(config)#router rip HYDERABAD(config-router)#network 192.168.2.0 HYDERABAD(config-router)#network 10.0.0.0 HYDERABAD(config-router)#exit HYDERABAD(config)#exit HYDERABAD#show ip route
  • 16. Configuration of RIP v2:- HYDERABAD#config t HYDERABAD(config)#no ip routing HYDERABAD(config)#ip routing HYDERABAD(config)#router rip HYDERABAD(config-router)#version 2 HYDERABAD(config-router)#network 192.168.2.0 HYDERABAD(config-router)#network 10.0.0.0 HYDERABAD(config-router)#exit HYDERABAD(config)#exit HYDERABAD#show ip route
  • 17. Autonomous System(AS):- • An autonomous system (AS) is a group of networks under a single administrative control, which could be your company, a division within your company, or a group of companies. • Each AS is assigned a unique number in order to differentiate it from other autonomous systems. • Range of AS no:- total AS nos.= 1 - 65535 public AS nos = 1 – 64512 private AS no = 64513 – 65535.
  • 18. Routing protocol classification:- IGP • Interior Gateway Protocol. • Routing protocols used within an AS. • All routers will be routing within the same AS boundary. • IGPs include RIP, IGRP, EIGRP, OSPF, and IS-IS. EGP • Exterior Gateway Protocol • Routing protocols used between different AS. • Routers in different AS need as EGP. • E.g. BGP is used to route traffic across the Internet backbone between different autonomous systems.