A network engineer is configuring an IPv4 static route on router R1 to reach destination network . The path connects through an Ethernet broadcast multi-access interface (GigabitEthernet0/1) to the next-hop router address . Which command configures a fully specified static route that prevents recursive lookup overhead while avoiding excessive Address Resolution Protocol (ARP) table expansion on the multi-access segment?
- ip route 172.20.40.0 255.255.255.0 GigabitEthernet0/1 10.0.12.2Cevap
- Bip route 172.20.40.0 255.255.255.0 GigabitEthernet0/1
- Cip route 172.20.40.0 255.255.255.0 10.0.12.2 GigabitEthernet0/1
- Dip route 172.20.40.0 0.0.0.255 GigabitEthernet0/1 10.0.12.2
Cevap
The command 'ip route 172.20.40.0 255.255.255.0 GigabitEthernet0/1 10.0.12.2' correctly configures a fully specified static route.
The correct command uses the syntax 'ip route 172.20.40.0 255.255.255.0 GigabitEthernet0/1 10.0.12.2'. By providing both the local exit interface and the specific next-hop IPv4 address, the router creates a fully specified route. This prevents recursive table lookup overhead (associated with next-hop IP only) and avoids excessive ARP requests for individual destination IPs (associated with exit interface only on multi-access media).
Adım Adım Çözüm
Anahtar Kavram
Fully Specified IPv4 Static Route Syntax on Multi-access Networks
Tahmini Süre:1m 15s