Redes de Datos: María Jesús Carvajal
Redes de Datos: María Jesús Carvajal
Redes de Datos: María Jesús Carvajal
OSPF
IP RIP (Routing Information Protocol)
Routing Information Protocol Version 1 (RIPv1) distance vector protocol (RFC 1058)
RIPv1 uses local broadcasts to share routing information. These updates are periodic in
nature, occurring, by default, every 30 seconds. To prevent packets from circling around
a loop forever, both versions of RIP solve counting to infinity by placing a hop count
limit of 15 hops on packets. Any packet that reaches the sixteenth hop will be
dropped. RIPv1 is a classful protocol. RIP supports up to six equal-cost paths to a single
destination. Equal-cost path are the paths where the metric is same (Hop count).
Routing Information Protocol (RIPv2) hybrid protocol (RFCs 1721 and 1722)
RIPv2 is a distance vector routing protocol with routing enhancements built into it, and it
is based on RIPV1. Therefore, it is commonly called as hybrid routing protocol.
RIPv2 uses multicasts instead of broadcasts. RIPv2 supports triggered updates. when a
change occurs, a RIPv2 router will immediately propagate its routing information to its
connected neighbours. RIPv2 is a classless protocol and it supports variable-length
subnet masking (VLSM).
Both RIPv1 and RIPv2 uses hop count as the metric.
Differences between RIPv1 and
RIPv2
RIPv1
• Supports only classful routing (Does not support VLSM).
• No authentication.
• RIPv1 uses Broadcast.
RIPv2
• Supports classless routing (Supports VLSM). RIPv2 incorporates the
addition of the network mask in the update to allow classless routing
advertisements.
• Authentication is available.
• RIPv2 uses multi-cast instead of broadcast. multicast communication
reduces the burden on the network devices that do not need to listen to RIP
updates.
www.omnisecu.com:
The Interior Gateway Routing
Protocol (IGRP)
is a Cisco-proprietary routing protocol for IP.
Some features of Interior Gateway Routing Protocol (IGRP) are
• Interior Gateway Routing Protocol (IGRP) uses a sophisticated
metric based on bandwidth and delay.
• Interior Gateway Routing Protocol (IGRP) uses triggered updates
to speed-up convergence.
• Interior Gateway Routing Protocol (IGRP) supports unequal-cost
load balancing to a single destination.
www.omnisecu.com:
The Interior Gateway Routing
Protocol (IGRP)
Metric = [K1 * Bandwidth + (K2 * Bandwidth)/ (256-Load) +
K3*Delay] * [K5/(Reliability + K4)]
The default constant values are K1 = K3 = 1 and K2 = K4 = K5 = 0.
If K5 = 0, the [K5/ (reliability + K4)] term is not used. So, given the
default values for K1 through K5, the composite metric calculation
used by IGRP reduces to Metric = Bandwidth + Delay.
• To find the bandwidth value, find the smallest of all the bandwidths
in Kbps from outgoing interfaces and divide 10,000,000 by that
number.
• Reliability and load are measured 1–255. A reliability of 1 is least
reliable, while 255 is most reliable. A load of 1 is least utilized, while
255 is 100 percent utilized. The MTU refers to the size of the frame.
If a route has lower metric value, then that route is preferred.
• In order to find the delay, add all of the delays (in microseconds)
from the outgoing interfaces and divide this number by 10. (The
delay is in tenths of microseconds.)
Enhanced Interior Gateway Routing
Protocol (EIGRP)
Cisco proprietary enhanced Distance Vector routing protocol. EIGRP is
based on IGRP, hence the configuration is similar. (EIGRP) is considered
as a Hybrid Routing Protocol because EIGRP has characteristics of both
Distance Vector and Link State Routing Protocols. They have similar metric
structures. EIGRP has faster convergence, and has less network overhead,
since it uses incremental updates. Another important features of Enhanced
Interior Gateway Routing Protocol (EIGRP) are routing loop-free topology,
VLSM and route summarization, multicast and incremental updates and
routes for multiple routed protocols (IP, IPX and AppleTalk)
Enhanced Interior Gateway Routing Protocol (EIGRP) Uses Diffused
Update Algorithm (DUAL) to calculate the shortest path.
A link state protocol that handles routing for IP traffic. Its newest
implementation, version 2, which is explained in RFC 2328, is an open
standard. Open Shortest Path First (OSPF) is an open standard (not
proprietary) and it will run on most routers independent of make. Open
Shortest Path First (OSPF) uses the Shortest Path First (SPF) algorithm,
developed by Dijkstra, to provide a loop-free topology. Open Shortest Path
First (OSPF) provides fast convergence with triggered, incremental updates
via Link State Advertisements (LSAs). Open Shortest Path First (OSPF) is a
classless protocol and allows for a hierarchical design with VLSM and route
summarization.
The main disadvantages of Open Shortest Path First (OSPF) are Open
Shortest Path First (OSPF) requires more memory to hold the adjacency (list
of OSPF neighbors), topology (a link state database containing all of the
routers and their routes), and routing tables, Open Shortest Path First
(OSPF) requires extra CPU processing to run the SPF algorithm and Open
Shortest Path First (OSPF) is a complex routing protocol.
.
www.omnisecu.com:
The Open Shortest Path First (OSPF)
The two important concepts in case of OSPF are Autonomous Systems and
Areas. Areas are used to provide hierarchical routing, within an Autonomous
System. Areas are used to control when and how much routing information
is shared across your network.
OSPF implements a two-layer hierarchy: the backbone (Area 0) and areas
off of the backbone (Areas 1–65,535). Here the two different areas can
summarize routing information between them. Route summerization helps to
compact the routing tables. All areas should connect to Area 0 and all
routers in an Area will have the same topology table.
www.omnisecu.com:
The Open Shortest Path First (OSPF)
Internal router
An Internal Router is a router that has only OSPF neighbour relationships
with routers in the same area.
www.omnisecu.com:
The Open Shortest Path First (OSPF)
Backbone router
Backbone Routers are part of the OSPF backbone. This includes all area
border routers and also routers connecting different areas.
www.omnisecu.com:
RIP "Routing Information Protocol"
(Protocolo de Información de Enrutamiento)
IGRP "Interior Information Protocol"
(Protocolo de Enrutamiento de Gateway
Interior)
EIGRP "Enhanced Interior Gateway
Routing Protocol" Protocolo de
Enrutamiento de Gateway Interior
Mejorado
OSPF Open Shortest Path First" Primero la
ruta libre más corta
https://www.cisco.com/c/en/us/products/routers/b
uyers-guide.html
https://www.cisco.com/c/en/us/products/routers/4
000-series-integrated-services-routers-
isr/index.html
InterVlan Routing