01-14-2018 07:50 AM - edited 03-08-2019 01:24 PM
A router receives a packet with a destination address 72.44.69.254?however, no entry in the routing table exists for the network. then what will the router do ?
Solved! Go to Solution.
01-14-2018 08:29 AM - edited 01-14-2018 08:30 AM
Hi
If there is no an entry into the routing table but there is a default route (0.0.0.0/0) it will send the packet through that path, the DF is also known as the last resort, now if you dont have an entry for that subnet or IP and default route either the packet will be discarded.
Hope it is useful
:-)
01-14-2018 08:17 AM
- Send it out through the default route.
M
01-14-2018 08:29 AM - edited 01-14-2018 08:30 AM
Hi
If there is no an entry into the routing table but there is a default route (0.0.0.0/0) it will send the packet through that path, the DF is also known as the last resort, now if you dont have an entry for that subnet or IP and default route either the packet will be discarded.
Hope it is useful
:-)
01-14-2018 08:46 AM
In addition to dropping the packet in the case there is no default route, as previously mentionned by Julio, the router also send and ICMP Destination Unreachable message back to the source of the packet.
Regards,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide