Which two statements describe features of an IPv4 routing table on a router?
A: The netstat -r command can be used to display the routing table of a router.
Key Point: The netstat -r command displays the IPv4 routing table on a router, showing network destinations and corresponding next-hop routers or exit interfaces.
B: Directly connected interfaces will have two route source codes in the routing table: C and S.
Not Correct: Directly connected interfaces will have one route source code in the routing table, which is “C” (for directly connected network). There is no “S” source code associated with directly connected interfaces.
C: The routing table stores information about routes derived from the active router interfaces.
Not Correct: The routing table stores information about routes to different network destinations, including those learned through various methods like static routes, dynamic routing protocols, and connected interfaces. It is not limited to routes derived from the active router interfaces only.
D: If a default static route is configured in the router, an entry will be included in the routing table with source code S.
Key Point: When a default static route is configured on a router, it is represented in the routing table with the source code “S”. A default route is used to direct packets with unknown destination addresses to a specific next-hop router or exit interface.
E: The routing table lists the MAC addresses of each active interface.
Not Correct: The routing table contains information about IP routes and their next-hop IP addresses or exit interfaces, but it does not include MAC addresses. MAC addresses are relevant at the data link layer (Layer 2) for local communication within the same network segment, whereas the routing table deals with IP addresses at the network layer (Layer 3).