22 - Dynamic Routing Flashcards
[…] are used to share routes between different autonomous systems (AS).
EGPs
[…] are used to share routes within a single autonomous system (AS).
IGPs
[…] is used to compare routes learned via different routing protocols.
AD (Administrative Distance)
[…] is used to compare routes learned via the same routing protocol.
Metric
[…] routing protocols send the following information to their connected neighbors:
-their known destination networks
-their metric to reach their known destination networks
Distance Vector
A route to a /32 destination is known as a […] route.
host
A route to a network/subnet is known as a […] route.
network
Configure a static route, and specify the AD:
R1(config)# […]
ip route <destination></destination>
(ie. ip route 10.0.0.0 255.0.0.0 10.0.13.2 115)
Does a router prefer a lower or higher AD when selecting routes?
lower
Does a router prefer a lower or higher metric when selecting routes?
lower
Dynamic routing: What does EGP stand for?
Exterior Gateway Protocol
Dynamic routing: What does IGP stand for?
Interior Gateway Protocol
EGPs are used to share routes between different […]
autonomous systems (AS)
If R1 learns multiple routes to the same destination from the same routing protocol, what is used to determine which route will be added to R1’s routing table?
Metric
If R1 learns multiple routes to the same destination from two different routing protocols, what is used to determine which route will be added to R1’s routing table?
AD (Administrative Distance)
IGPs are used to share routes within a single […]
autonomous system (AS)
In which dynamic routing protocol do all links have a metric cost of 10 by default?
IS-IS
R1 learns two routes to the same destination, via the same routing protocol, and both routes have the same metric. Which will be added to the routing table?
Both (traffic will be load-balanced)
Route protocol/type: Directly connected
AD: […]
0
Route protocol/type: eBGP
AD: […]
20