A network engineer must configure router R1 with a primary static route to reach destination subnet using next-hop IPv4 address . Additionally, a backup (floating) static route to the same destination subnet must be configured using next-hop IPv4 address so that it only enters the routing table if the primary path becomes unavailable. Which TWO static route configuration commands must be applied on router R1 to satisfy these requirements? (Select TWO.)
- ip route 192.168.20.0 255.255.255.0 10.1.12.2Cevap
- ip route 192.168.20.0 255.255.255.0 10.1.14.2 10Cevap
- Cip route 192.168.20.0 255.255.255.0 10.1.14.2 1
- Dip route 192.168.20.0 255.255.255.0 10.1.12.2 255
Cevap
The primary path requires the standard command 'ip route 192.168.20.0 255.255.255.0 10.1.12.2' (default AD of 1), while the backup path requires 'ip route 192.168.20.0 255.255.255.0 10.1.14.2 10' with a higher administrative distance.
To create a primary and backup static route relationship, the primary route is configured with the standard static syntax 'ip route 192.168.20.0 255.255.255.0 10.1.12.2', which defaults to an administrative distance of 1. The backup (floating) static route is configured with an administrative distance value strictly greater than the primary route's AD (such as 10) via 'ip route 192.168.20.0 255.255.255.0 10.1.14.2 10'. This ensures the backup route remains inactive until the primary route drops from the routing table.
Adım Adım Çözüm
Anahtar Kavram
IPv4 Floating Static Route Configuration and Administrative Distance