When a Cisco router receives an IPv4 unicast packet and must select the single best route for forwarding from multiple potential routing table candidates, in what sequence does the router apply its decision logic? Place the steps in the correct order from first to last.
- 1Inspect the packet header to extract the destination IPv4 address.
- 2Filter candidate routes using Longest Prefix Match (most specific subnet mask length).
- 3Compare Administrative Distance (AD) to select the most believable routing source among identical prefix length matches.
- 4Compare routing protocol metrics to choose the lowest cost path among identical prefix matches from the same protocol.
- 5Determine the next-hop IPv4 address and associated outbound interface from the selected best route entry.
Cevap
The correct order of router decision logic is: 1) Inspect the packet header to extract the destination IPv4 address, 2) Filter candidate routes using Longest Prefix Match (most specific subnet mask length), 3) Compare Administrative Distance (AD) to select the most believable routing source among identical prefix length matches, 4) Compare routing protocol metrics to choose the lowest cost path among identical prefix matches from the same protocol, and 5) Determine the next-hop IPv4 address and associated outbound interface from the selected best route entry.
Router forwarding decision logic follows a strict order of operations: First, the destination IPv4 address is read from the packet header. Second, the router searches its routing table for candidate routes and selects the longest prefix match (most specific mask). Third, if multiple routes have identical subnet mask lengths from different routing sources, Administrative Distance (AD) is evaluated to pick the lowest AD source. Fourth, if identical prefix routes come from the same routing source, the metric is evaluated to select the lowest cost path. Finally, the next-hop IP and egress interface are resolved for forwarding.
Adım Adım Çözüm
Anahtar Kavram
Router Forwarding Decision Hierarchy (LPM -> AD -> Metric -> Next-Hop Extraction)
Tahmini Süre:1m 30s