Static Routing Flashcards
A ___ is a network that extends over a large geographical area.
WAN
A ___ route in the routing table represents the IP address on a local interface, with a /32 mask.
Local
A ___ route in the routing table represents the network a local interface is connected to.
Connected
A ___ route is a route that matches all possible destinations, and is used only if a more specific route match isn’t found in the routing table.
Default
A default route is configured with [IP address]/[prefix length]
0.0.0.0/0
An end host trying to send a packet to a destination in a different network will forward the packet to its ___
Default gateway
Code “*” in the routing table stands for:
Candidate default
Code “C” in the routing table stands for:
Connected
Code “L” in the routing table stands for:
Local
Code “S” in the routing table stands for:
Static
Command to configure a static route with a next-hop address:
R1(config)# ___
ip route destination-address mask next-hop-address
Routers ___ packets with destinations that don’t match any entries in the routing table.
Drop
Routers compare packets’ ___ to entries in the routing table.
Destination IP address
The most specific match in the routing table is the match with the ___ prefix length.
Longest
The most specific match in the routing table is the match with the longest ___.
Prefix length