Guia IRL
Guia IRL
Dynamic routing protocols use their own rules and metrics to build
and update routing tables:
▪ Routing Information Protocol (RIP) - Hop count
▪ Open Shortest Path First (OSPF) - Cost based on cumulative bandwidth from source
to destination
▪ Enhanced Interior Gateway Routing Protocol (EIGRP) - Bandwidth, delay, load,
reliability
Path Determination
Load Balancing
When a router has two or more paths to a destination with equal cost
metrics, then the router forwards the packets using both paths equally:
• Equal cost load balancing can improve network performance.
• Equal cost load balancing can be configured to use both dynamic routing
protocols and static routes.
• RIP, OSPF and EIGRP support equal cost load balancing.
Path Determination of the route
Administrative Distance
If multiple paths to a destination are
configured on a router, the path installed in
the routing table is the one with the lowest
Administrative Distance (AD):
• A static route with an AD of 1 is more
reliable than an EIGRP-discovered route
with an AD of 90.
• A directly connected route with an AD of
0 is more reliable than a static route
with an AD of 1.
The Routing Table
The Routing Table
A routing table is a file stored in RAM
that contains information about:
▪ Directly connected routes
▪ Remote routes
▪ Network or next hop
associations
The Routing Table
Routing Table Sources
The show ip route command is used to display the contents of
the routing table:
▪ Local route interfaces - Added to the routing table when an
interface is configured. (displayed in IOS 15 or newer)
▪ Directly connected interfaces - Added to the routing table
when an interface is configured and active.
▪ Static routes - Added when a route is manually configured and
the exit interface is active.
▪ Dynamic routing protocol - Added when EIGRP or OSPF are
implemented and networks are identified.
Statically Learned Routes
Static Routes
Static routes and default static routes can be implemented after directly connected
interfaces are added to the routing table:
▪ Static routes are manually configured
▪ They define an explicit path between two networking devices.
▪ Static routes must be manually updated if the topology changes.
▪ Their benefits include improved security and control of resources.
▪ Configure a static route to a specific network using the ip route network mask {next-
hop-ip | exit-intf} command.
▪ A default static route is used when the routing table does not contain a path for a
destination network.
▪ Configure a default static route using the ip route 0.0.0.0 0.0.0.0 {exit-intf | next-hop-ip}
command.
Dynamic Routing Protocols
Dynamic Routing
Note: This process is the same for both OSPF for IPv4 and OSPF for IPv6.
SDWAN
Underlay Routing (Traditional) vs Overlay Routing (SDWAN)
▪ Underlay Network is the physical network infrastructure which connects network
devices such as routers and switches together using traditional routing protocols
(VPN 0)
▪ Overlay Network is based on IPSec tunnels which traverse from site to site using
the underlay network help to form the SDWAN network
▪ The Overlay Management Protocol (OMP), a TCP-based protocol similar to BGP,
provides the routing for the overlay network
▪ The OMP runs between Controllers and Routers. The Controller acts like a route-
reflector, it receives routes from WAN Routers, process and applies any policy to
them, and then advertises the routes to other WAN Routers in the overlay network