Static Routing Flashcards
What does WAN stand for?
Wide Area Network
A _____ is a network that extends over a large geographical area.
WAN (Wide Area Network)
An end host trying to send a packet to a destination in a different network will forward the packet to its ______.
default gateway
Routers compare packets’ ______ to entries in the routing table
destination IP address
What two types of routes are automatically added to the routing table when you configure an IP address on an interface and enable it?
Connected
Local
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 the 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 configure with [IP address]/[prefix lenght]
0.0.0.0/0
Command to configure a static route with a next-hop address:
R1(config)#_______
R1(config)#ip route destination-address mask next-hop-address
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
Code ‘*’ in the routing table stands for:
Candidate default
Routers ______ packets with destinations that don’t match any entries in the routing table.
drop