Volume 1 - Chapter 24: OSPF Neighbors and Route Selection Flashcards
True or False:
Routers can become OSPF neighbors if they reside in different areas, but are connected to the same LAN segment.
False
Neighbors must be in the same area.
Which OSPF setting mismatches will allow neighbors to form, but prevent them from exchanging routes?
Mismatched MTU settings
Mismatched OSPF network type (broadcast and P2P)
Both neighbors using priority 0
What are the commands to set the IPv4 and IPv4 MTUs for an interface?
ip mtu
ipv6 mtu
How does a router make a forwarding decision when a router has 2 equal-cost OSPF routes to the same subnet?
The router will choose the next hop based on the destination IP address. For example,
Destination 192.168.10.3 /24 might be sent via Gi0/0/1
Destination 192.168.10.4 /24 might be sent via Gi0/0/2
How does a router make a forwarding decision when a router has 2 routes learned to the same destination, but each is learned via different routing protocols?
By choosing the routing protocol with a lower administrative distance.
What is the administrative distance of a route learned by RIP?
120
What is the administrative distance of a route learned by External BGP (eBGP)?
20
What is the administrative distance of a route learned by DHCP?
254
What is the administrative distance of a route learned by IS-IS?
115
What is the administrative distance of a route that is statically configured?
1
What is the administrative distance of an internal route learned by EIGRP?
90
What is the administrative distance of a route learned by Internal BGP (iBGP)?
200
What is the administrative distance of a route learned by OSPF?
110
What is the administrative distance of a directly connected route?
0
What is the administrative distance of an external route learned by EIGRP?
170
What administrative distance value is unusable?
255
Describe the process of route redistribution.
A small set of routers that take routes learned from one routing protocol and advertises them via a different routing protocol.
How does a router make a forwarding decision when it contains 2 routes with the same administrative distance and cost, but the destination subnets overlap with each other?
The router will choose the route with the lowest (more specific) prefix length.
A technician checks the routing table to the destination IP of 10.72.4.5 and gets two results:
10.72.4.0 /24 via 192.168.10.5
10.72.0.0 /16 via 192.168.10.6
Which route will be chosen?
The route via 192.168.10.5 because it has the longer (more specific) prefix length.
A technician performs the command “show ip route” and sees the following:
192.168.50.16 /28 [110/96] via 172.67.3.2, 18:06:02, Te0/0/1
What is indicated by the section [110/96]?
The administrative distance is the first value of 110, the second value represents the metric of 96