184k views
0 votes
What would a router do if "no ip classless" enabled and the router does not find a matching child route?

MCQ Options:
a. Drop the packet
b. Forward the packet to the default route
c. Perform a recursive lookup
d. Send an ICMP unreachable message

User Nhgrif
by
8.4k points

1 Answer

2 votes

Final answer:

With 'no ip classless' enabled and no matching child route, a router will drop the packet and send an ICMP unreachable message to the packet's source.

Step-by-step explanation:

When no ip classless is enabled on a router and it receives a packet for which it does not have a specific child route, the router's behavior is directed by the concept of classful routing. In this scenario, if the router does not find a matching child route, it cannot fall back to a longer matching route. Consequently, the router will not forward the packet to a default route or perform a recursive lookup. Instead, the router will drop the packet and send an ICMP unreachable message to the source of the packet, indicating that the destination is not reachable.

User TesterDick
by
8.1k points