SlideShare a Scribd company logo
3
Most read
6
Most read
20
Most read
Routing protocols




                   Prepared By,
               Bhagyashri Dhoke
                    TH036410
Routing protocols
 Routing protocols are the set of rules used by the routers to
 communicate between source & destination. they do not
 move the information to source to destination only update the
 routing table(contains the information
 Each protocol has its own algorithm to choose the best path.
  The metrics by routing protocols ,
   *Number of network layer devices along with the path (hop
 count)
   *Bandwidth
   *Delay
   *Load
   *MTU
   *Cost
 Routing protocols store the result of these metrics in routing
 table.
TYPES OF ROUTING PROTOCOL

                         DYNAMIC
STATIC ROUTING
                         ROUTING
   PROTOCOL
                        PROTOCOLS


             DISTANCE
                                LINK STATE
              VECTOR



       RIP              IGRP         EIGRP



         RIPv1                       OSPF



         RIPv2
Static routing protocols
   Static routing ,when an administrator manually assigns the path
   from source to destination network. It provides more security to
   network. The main drawback of static routing is that when a link
   fail in the internetwork all the network goes down. This is feasible
   in small networks, but not in large networks.
Advantages
 No overhead on router CPU.
 No bandwidth usage between links.
 Security (only administrator add routes.)
Disadvantages
 Administrator must really understand internetwork & how each
   router is connected.
 Not practical on large networks as it is time intensive.
 Administrator must update all routers.
Dynamic routing protocols
 Dynamic routing is the process in which routing tables are
 automatically updates by routing table
  *Dynamically discover & maintains routes.
  *Calculate routes
  *Distributing routing updates to other routers in the network
 Advantages
   -less work in maintaining the configuration when adding & deleting
 networks.
   -protocols automatically react to the topology changes.
   -configuration is less-prone.
   -More scalable.
 Disadvantages
   -Routers resource are used.
   -More administrator knowledge is required for configuration
Types of dynamic routing
protocols
   The dynamic routing protocols can be categorized on the basis of
   various parameters .Dynamic routing protocols are classified into
   two protocols:
 1. Distance Vector Routing Protocols: - It uses simple algorithms
   that calculate cumulative distance value between routers based on
   hop count.
Example:
 Routing Information Protocol(RIP)
 Interior Gateway Routing Protocols (IGRP
 2. Link State Routing Protocols: - It uses sophisticated algorithms
   that maintain a complex database of internetwork topology.
 Example:
 Enhanced Interior Gateway Routing Protocol(EIGRP)
 Open Shortest Path First (OSPF)
Routing Information
           Protocol (RIP)
   RIP allows routers to exchange their routing tables at a predefined
    interval
   RIP is a distance-vector routing protocol which employs the hop
    count as a routing metric.
   RIP router transmitted full updates in every 30 seconds.
   Characteristics of RIP include:
      Uses hop count metric
      Supports 15 hop-count limit
      Supports six equal-cost paths
      AD value is 120.
      Broadcasting done in RIP & RIPv1.
      Supports classful networks.
RIPv2
   It is a distance vector protocol.
   AD value is 120.
   Metric is hop count.
   Supports classless network.
   Supports VLSM/CIDR.
   Maximum hop count is 15.
   Route updates after 30 sec.
   Uses multicast ip for convergence.
   It supports authentication.
Configuring RIP



                  se 0/1/0       192.168.2.0
                  192.168.2.1
                                               se 0/1/0
                                               192.168.2.2
              fa 0/0                                         fa 0/0
              192.168.1.0                                    192.168.3.0




                                               192.168.3.2       192.168.3.3
192.168.1.2       192.168.1.3
Configure RIP
Configuration for RIPv1
Router>enable
Router# configure terminal
Router(config)#router rip
Router(config)#serial 0/1/0
Router(config-router)#network _network address of own router(e.g.192.168.1.0)
Router(config-router)#version 1
Router(config)save & exit
Configuration for RIPv2
Router>enable
Router# configure terminal
Router(config)#router rip
Router(config)#serial 0/1/0
Router(config-router)#network _network address of own router(e.g.192.168.1.0)
Router(config-router)#version 2
Router(config)save & exit
INTERIOR GATEWAY ROUTING
      PROTOCOL (IGRP)
  IGRP is a distance vector protocol. To overcome RIP limitations
  IGRP introduced. The metrics used are bandwidth, load, delay,
  MTU AND reliability. Routing updates are broadcast every 90
  seconds (by default).It is used by routers to exchange routing data
  within an autonomous system.

The following are the characteristics of IGRP:
  - Uses composite metrics
  - Uses multipath routing
  - Supports unequal-cost load balancing
  - Supports hold-downs
  - Supprts spilt horizons
Configuring IGRP


                                                             se 0/1/1
                   se 0/1/0                                             20.0.0.0
                              10.0.0.0                       20.0.0.1
                   10.0.0.1                                                        se 0/1/0
                                         se 0/1/0
                                         10.0.0.2                                  20.0.0.2
                                                                                              fa 0/0
              fa 0/0                                    fa 0/0
                                                                                              192.168.3.0
              192.168.1.0                               192.168.2.0




192.168.1.2    192.168.1.3          192.168.2.2          192.168.2.3        192.168.3.2       192.168.3.3
Configure igRP
The syntax for configuring IGRP is :
   -Router igrp AS_number (1 to 65535)
   -Network IP_networks

Configure IGRP,
Router>enable
Router#configure terminal
Router#(config)#router igrp 100 (AS Number)
Router#(config-router)# network _ network address of own router
Router#(config-router)#exit
Router#(config)#

Verifying IGRP configurations,
 Show ip route (I indicates that IGRP was added as the routing protocol.)
 Show ip protocols
 Show ip igrp events
Enhanced INTERIOR GATEWAY
ROUTING PROTOCOL (eIGRP)
 Works on any condition. It’s supports the features both distance
 vector & link state protocol. It is a cisco proprietary protocol. EIGRP
 is an ideal protocol in the large networks. The AD value of EIGRP is
 90. By default, bandwidth & delay are the activated metrics. EIGRP
 uses the following tables for route discovery i.e. Neighbor Table,
 Topology Table, Route Table.

 The following are the characteristics of EIGRP:
 - communication done via RTP (capable of transmitting both multicast & unicast )
 - uses DUAL algorithm
 - supports classless network
 - supports VLSM/CIDR,
 - supports Discontiguous network.
 - supports all layer 3 protocols (IPv4, IPX, and IPv6)
Configuring EIGRP


              R1     se 0/1/0                                        R2
                     192.168.2.1    192.168.2.0/30
                                                       se 0/1/0
                                                       192.168.2.2
               fa 0/0                                                 fa 0/0
               192.168.1.0/25                                         192.168.1.128/25




192.168.1.2        192.168.1.3                       192.168.1.129        192.168.1.130
Configure EIGRP
R1>enable
R1#configure terminal
R1#(config)#router eigrp 100(AS Number)
R1#(config-router)#network _ network address of own router
R1#(config-router)#exit
R1#(config)#

Verifying EIGRP configurations,
 Show ip route (D indicates that EIGRP was added as the routing
  protocol.)
 Show ip eigerp neighbors
 Show ip eigrp topology
OPEN SHORTEST PATH FIRST
  (OSPF)
  The large network can be broken into the small areas so the router in
  one area know less topology and they don’t have information about
  other areas routers. Creating OSPF areas result in smaller database
  which reduce the memory consumption and processing.
OSPF maintains a two layer hierarchy consisting of:
    -Backbone area (area 0)
    -Off backbone area (areas1-65,535)
The following are the characteristics of OSPF:
   -AD value is 110.
   -supports classless network
   -supports VLSM/CIDR & has unlimited hop counts
   -Supports hierarchical network.
   -Route propagation using multicasting.
Configuring OSPF




R1                                   R2


                   15.15.15.0/8
                                      fa 0/0
                                      172.16.0.0/16
 fa 0/0
 192.168.1.0/24




                       AREA 0
Configuring OSPF
The syntax for configuring OSPF is :
-process ID
-Network IP_networks
-Wildcard mask
-area
configuration
 R1#configure terminal
R1#(config)#router ospf 1
R2#(config-router)#network _ network address of own router_wild card mask_area
e.g. (R2#(config-router)#network _192.168.1.0_0.0.0.255_area 0)
R1#(config-router)#exit
R1#(config)#

Verifying OSPF configurations,
-Show ip route(O indicates that OSPF was added as the routing protocol.)
-Show ip ospf database
-Show ip ospf interface
.   Routing Protocols Comparison
     Name     Class        Type   Administ Metric         Classful/   Algorith     Transport
                                  rative                  less        m            Type
                                  Distance

     RIP v1   Distance     IGP    120          Hop Count Classful     Bellman-     UDP/520
              Vector                                                  Ford

     RIP v2   Distance     IGP    120          Hop Count Classless    Bellman-     UDP/520
              Vector                                                  Ford

     OSPF     Link State   IGP    110          Cost       Classless   Dijkstra (SP OSPF
                                                                      F)           Protocol 89


     IGRP     Distance     IGP    100          Composite Classful     Dijkstra (SP IP Protocol
              Vector                           (BW + DLY)             F)           9

              Hybrid
     EIGRP    (Advanced IGP       90           Composite Classless    DUAL         EIGRP
              Distance            (internal)   (BW + DLY)                          Protocol 88
              Vector)             170
                                  (external)
Thank
You !

More Related Content

What's hot (20)

PPT
Routing
Saima Azam
 
PPTX
Transport layer protocol
N.Jagadish Kumar
 
PPTX
Open shortest path first (ospf)
Respa Peter
 
PPTX
Routers.ppt
kirbadh
 
PPTX
Ipv4 presentation
shakeel khan
 
PPTX
Network Layer
Dr Shashikant Athawale
 
PPTX
Routing algorithm
Bushra M
 
PPTX
Rip presentation
Ebrahim AlRahawe
 
PPTX
Network layer - design Issues
قصي نسور
 
PPT
Icmp
swarna sudha
 
PPTX
TCP and UDP
Ramesh Giri
 
PPTX
Transport layer
Mukesh Chinta
 
PPTX
Unicast multicast & broadcast
NetProtocol Xpert
 
PPTX
Transmission Control Protocol (TCP)
k33a
 
PPT
CCNA Routing Protocols
Dsunte Wilson
 
PPTX
IPv4 Addressing
TheGodfather HA
 
PPTX
Internet protocol (ip) ppt
Dulith Kasun
 
PPTX
Ethernet Computer network
miteshppt
 
PPTX
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
Kruti Niranjan
 
PPT
Vlan
sanss40
 
Routing
Saima Azam
 
Transport layer protocol
N.Jagadish Kumar
 
Open shortest path first (ospf)
Respa Peter
 
Routers.ppt
kirbadh
 
Ipv4 presentation
shakeel khan
 
Network Layer
Dr Shashikant Athawale
 
Routing algorithm
Bushra M
 
Rip presentation
Ebrahim AlRahawe
 
Network layer - design Issues
قصي نسور
 
TCP and UDP
Ramesh Giri
 
Transport layer
Mukesh Chinta
 
Unicast multicast & broadcast
NetProtocol Xpert
 
Transmission Control Protocol (TCP)
k33a
 
CCNA Routing Protocols
Dsunte Wilson
 
IPv4 Addressing
TheGodfather HA
 
Internet protocol (ip) ppt
Dulith Kasun
 
Ethernet Computer network
miteshppt
 
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
Kruti Niranjan
 
Vlan
sanss40
 

Similar to Ppt of routing protocols (20)

PDF
Routing Information Protocol (RIP)
Tharindu Sankalpa
 
PPT
Chapter7ccna
ernestlithur
 
PPT
Chapter7ccna
robertoxe
 
PDF
Basic Introduction to Technology (networking).pdf
tthind
 
PPTX
BASIC TO ADVANCED NETWORKING TUTORIALS
Varinder Singh Walia
 
PPTX
ccna project on topic company infrastructure
Prince Gautam
 
PPT
Ccna1v3 mod10
igede tirtanata
 
PDF
Lab routing protocols eigrp
zafar85
 
PPT
Internet standard routing protocols
Online
 
PPT
CCIE Lab - IGP Routing
Kristof De Brouwer
 
PPTX
G3 phase1 final ppt.pptx
visheshs4
 
ODP
Dynamic routing
Raghu Kiran
 
PPT
Chapter6ccna
ernestlithur
 
PPT
Chapter6ccna
robertoxe
 
PPT
Chapter7ccna
Lakshan Perera
 
PPT
Router configuration
97148881557
 
PDF
Building Scalable Cisco Internetworks (Bsci)
CCNAResources
 
Routing Information Protocol (RIP)
Tharindu Sankalpa
 
Chapter7ccna
ernestlithur
 
Chapter7ccna
robertoxe
 
Basic Introduction to Technology (networking).pdf
tthind
 
BASIC TO ADVANCED NETWORKING TUTORIALS
Varinder Singh Walia
 
ccna project on topic company infrastructure
Prince Gautam
 
Ccna1v3 mod10
igede tirtanata
 
Lab routing protocols eigrp
zafar85
 
Internet standard routing protocols
Online
 
CCIE Lab - IGP Routing
Kristof De Brouwer
 
G3 phase1 final ppt.pptx
visheshs4
 
Dynamic routing
Raghu Kiran
 
Chapter6ccna
ernestlithur
 
Chapter6ccna
robertoxe
 
Chapter7ccna
Lakshan Perera
 
Router configuration
97148881557
 
Building Scalable Cisco Internetworks (Bsci)
CCNAResources
 
Ad

Recently uploaded (20)

PDF
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PPTX
Soil and agriculture microbiology .pptx
Keerthana Ramesh
 
PDF
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
PPTX
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
Soil and agriculture microbiology .pptx
Keerthana Ramesh
 
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
Ad

Ppt of routing protocols

  • 1. Routing protocols Prepared By, Bhagyashri Dhoke TH036410
  • 2. Routing protocols Routing protocols are the set of rules used by the routers to communicate between source & destination. they do not move the information to source to destination only update the routing table(contains the information Each protocol has its own algorithm to choose the best path. The metrics by routing protocols , *Number of network layer devices along with the path (hop count) *Bandwidth *Delay *Load *MTU *Cost Routing protocols store the result of these metrics in routing table.
  • 3. TYPES OF ROUTING PROTOCOL DYNAMIC STATIC ROUTING ROUTING PROTOCOL PROTOCOLS DISTANCE LINK STATE VECTOR RIP IGRP EIGRP RIPv1 OSPF RIPv2
  • 4. Static routing protocols Static routing ,when an administrator manually assigns the path from source to destination network. It provides more security to network. The main drawback of static routing is that when a link fail in the internetwork all the network goes down. This is feasible in small networks, but not in large networks. Advantages  No overhead on router CPU.  No bandwidth usage between links.  Security (only administrator add routes.) Disadvantages  Administrator must really understand internetwork & how each router is connected.  Not practical on large networks as it is time intensive.  Administrator must update all routers.
  • 5. Dynamic routing protocols Dynamic routing is the process in which routing tables are automatically updates by routing table *Dynamically discover & maintains routes. *Calculate routes *Distributing routing updates to other routers in the network Advantages -less work in maintaining the configuration when adding & deleting networks. -protocols automatically react to the topology changes. -configuration is less-prone. -More scalable. Disadvantages -Routers resource are used. -More administrator knowledge is required for configuration
  • 6. Types of dynamic routing protocols The dynamic routing protocols can be categorized on the basis of various parameters .Dynamic routing protocols are classified into two protocols:  1. Distance Vector Routing Protocols: - It uses simple algorithms that calculate cumulative distance value between routers based on hop count. Example:  Routing Information Protocol(RIP)  Interior Gateway Routing Protocols (IGRP  2. Link State Routing Protocols: - It uses sophisticated algorithms that maintain a complex database of internetwork topology. Example:  Enhanced Interior Gateway Routing Protocol(EIGRP)  Open Shortest Path First (OSPF)
  • 7. Routing Information Protocol (RIP)  RIP allows routers to exchange their routing tables at a predefined interval  RIP is a distance-vector routing protocol which employs the hop count as a routing metric.  RIP router transmitted full updates in every 30 seconds.  Characteristics of RIP include:  Uses hop count metric  Supports 15 hop-count limit  Supports six equal-cost paths  AD value is 120.  Broadcasting done in RIP & RIPv1.  Supports classful networks.
  • 8. RIPv2  It is a distance vector protocol.  AD value is 120.  Metric is hop count.  Supports classless network.  Supports VLSM/CIDR.  Maximum hop count is 15.  Route updates after 30 sec.  Uses multicast ip for convergence.  It supports authentication.
  • 9. Configuring RIP se 0/1/0 192.168.2.0 192.168.2.1 se 0/1/0 192.168.2.2 fa 0/0 fa 0/0 192.168.1.0 192.168.3.0 192.168.3.2 192.168.3.3 192.168.1.2 192.168.1.3
  • 10. Configure RIP Configuration for RIPv1 Router>enable Router# configure terminal Router(config)#router rip Router(config)#serial 0/1/0 Router(config-router)#network _network address of own router(e.g.192.168.1.0) Router(config-router)#version 1 Router(config)save & exit Configuration for RIPv2 Router>enable Router# configure terminal Router(config)#router rip Router(config)#serial 0/1/0 Router(config-router)#network _network address of own router(e.g.192.168.1.0) Router(config-router)#version 2 Router(config)save & exit
  • 11. INTERIOR GATEWAY ROUTING PROTOCOL (IGRP) IGRP is a distance vector protocol. To overcome RIP limitations IGRP introduced. The metrics used are bandwidth, load, delay, MTU AND reliability. Routing updates are broadcast every 90 seconds (by default).It is used by routers to exchange routing data within an autonomous system. The following are the characteristics of IGRP: - Uses composite metrics - Uses multipath routing - Supports unequal-cost load balancing - Supports hold-downs - Supprts spilt horizons
  • 12. Configuring IGRP se 0/1/1 se 0/1/0 20.0.0.0 10.0.0.0 20.0.0.1 10.0.0.1 se 0/1/0 se 0/1/0 10.0.0.2 20.0.0.2 fa 0/0 fa 0/0 fa 0/0 192.168.3.0 192.168.1.0 192.168.2.0 192.168.1.2 192.168.1.3 192.168.2.2 192.168.2.3 192.168.3.2 192.168.3.3
  • 13. Configure igRP The syntax for configuring IGRP is : -Router igrp AS_number (1 to 65535) -Network IP_networks Configure IGRP, Router>enable Router#configure terminal Router#(config)#router igrp 100 (AS Number) Router#(config-router)# network _ network address of own router Router#(config-router)#exit Router#(config)# Verifying IGRP configurations,  Show ip route (I indicates that IGRP was added as the routing protocol.)  Show ip protocols  Show ip igrp events
  • 14. Enhanced INTERIOR GATEWAY ROUTING PROTOCOL (eIGRP) Works on any condition. It’s supports the features both distance vector & link state protocol. It is a cisco proprietary protocol. EIGRP is an ideal protocol in the large networks. The AD value of EIGRP is 90. By default, bandwidth & delay are the activated metrics. EIGRP uses the following tables for route discovery i.e. Neighbor Table, Topology Table, Route Table. The following are the characteristics of EIGRP: - communication done via RTP (capable of transmitting both multicast & unicast ) - uses DUAL algorithm - supports classless network - supports VLSM/CIDR, - supports Discontiguous network. - supports all layer 3 protocols (IPv4, IPX, and IPv6)
  • 15. Configuring EIGRP R1 se 0/1/0 R2 192.168.2.1 192.168.2.0/30 se 0/1/0 192.168.2.2 fa 0/0 fa 0/0 192.168.1.0/25 192.168.1.128/25 192.168.1.2 192.168.1.3 192.168.1.129 192.168.1.130
  • 16. Configure EIGRP R1>enable R1#configure terminal R1#(config)#router eigrp 100(AS Number) R1#(config-router)#network _ network address of own router R1#(config-router)#exit R1#(config)# Verifying EIGRP configurations,  Show ip route (D indicates that EIGRP was added as the routing protocol.)  Show ip eigerp neighbors  Show ip eigrp topology
  • 17. OPEN SHORTEST PATH FIRST (OSPF) The large network can be broken into the small areas so the router in one area know less topology and they don’t have information about other areas routers. Creating OSPF areas result in smaller database which reduce the memory consumption and processing. OSPF maintains a two layer hierarchy consisting of: -Backbone area (area 0) -Off backbone area (areas1-65,535) The following are the characteristics of OSPF: -AD value is 110. -supports classless network -supports VLSM/CIDR & has unlimited hop counts -Supports hierarchical network. -Route propagation using multicasting.
  • 18. Configuring OSPF R1 R2 15.15.15.0/8 fa 0/0 172.16.0.0/16 fa 0/0 192.168.1.0/24 AREA 0
  • 19. Configuring OSPF The syntax for configuring OSPF is : -process ID -Network IP_networks -Wildcard mask -area configuration R1#configure terminal R1#(config)#router ospf 1 R2#(config-router)#network _ network address of own router_wild card mask_area e.g. (R2#(config-router)#network _192.168.1.0_0.0.0.255_area 0) R1#(config-router)#exit R1#(config)# Verifying OSPF configurations, -Show ip route(O indicates that OSPF was added as the routing protocol.) -Show ip ospf database -Show ip ospf interface
  • 20. . Routing Protocols Comparison Name Class Type Administ Metric Classful/ Algorith Transport rative less m Type Distance RIP v1 Distance IGP 120 Hop Count Classful Bellman- UDP/520 Vector Ford RIP v2 Distance IGP 120 Hop Count Classless Bellman- UDP/520 Vector Ford OSPF Link State IGP 110 Cost Classless Dijkstra (SP OSPF F) Protocol 89 IGRP Distance IGP 100 Composite Classful Dijkstra (SP IP Protocol Vector (BW + DLY) F) 9 Hybrid EIGRP (Advanced IGP 90 Composite Classless DUAL EIGRP Distance (internal) (BW + DLY) Protocol 88 Vector) 170 (external)