QID:NA591 ? - Printable Version +- How2pass.com Forums (https://www.how2pass.com/forum) +-- Forum: CCNA (https://www.how2pass.com/forum/forum-4.html) +--- Forum: Answer this question (https://www.how2pass.com/forum/forum-11.html) +--- Thread: QID:NA591 ? (/thread-443.html) |
QID:NA591 ? - gtrunner - 07-08-2010 can some one remotely explain what is going on 10.1.5.64/28 10.1.5.64/29 10.1.5.64/27 would be in the same network and cant be used in different ports on the router Re: QID:NA591 ? - ciscok1d - 01-15-2011 Here is the full question: Refer to the exhibit. According to the routing table, where will the router send a packet destined for 10.1.5.65? Network Interface Next Hop 10.1.1.0 /24 e0 directly connected 10.1.2.0 /24 e1 directly connected 10.1.3.0 /25 s0 directly connected 10.1.4.0 /24 s1 directly connected 10.1.5.0 /24 e0 10.1.1.2 10.1.5.64 /28 e1 10.1.2.2 10.1.5.64 /29 s0 10.1.3.3 10.1.5.64 /27 s1 10.1.4.4 a. 10.1.1.2 b. 10.1.2.2 c. 10.1.3.3 - answer d. 10.1.4.4 Reason: When a router needs to forward a packet, it looks at the destination IP address, and then uses the longest matching route in the routing table. The destination IP matches the last four routes but the second last route has a prefix length of /29. After finding that route, the router will then use the next hop associated with the route selected, i.e. serial 0: 10.1.3.3 |