Soru

Zorluk: OrtaIPv4 Static Routing

A network engineer is configuring router R1 to maintain redundant connectivity to an upstream ISP. R1 currently learns a default route (0.0.0.0/00.0.0.0/0) via OSPF, which has a default Administrative Distance of 110. The engineer needs to configure a floating static default route using the next-hop IP address 192.168.12.2192.168.12.2 over a secondary link so that it serves strictly as a backup if the OSPF path fails. Which TWO of the following statements accurately describe the configuration or operational behavior of this floating static route?

  1. The command `ip route 0.0.0.0 0.0.0.0 192.168.12.2 120` correctly configures the floating static route with an administrative distance higher than OSPF.Cevap
  2. The configured floating static route remains in the running configuration but is excluded from the IPv4 routing table while the OSPF default route is active.Cevap
  3. C
    The command `ip route 0.0.0.0 0.0.0.0 192.168.12.2 90` creates a valid floating backup static route for the primary OSPF path.
  4. D
    When the primary OSPF link fails, Cisco IOS dynamically alters the administrative distance of the static route from 1 to 120 to activate it.

Cevap

The correct statements are that `ip route 0.0.0.0 0.0.0.0 192.168.12.2 120` correctly configures the floating static route, and that the floating static route remains in the running configuration but is excluded from the active IPv4 routing table as long as the primary OSPF default route is active.
A floating static route acts as a backup path and must be configured with an Administrative Distance higher than the primary route protocol (OSPF AD 110). Using `ip route 0.0.0.0 0.0.0.0 192.168.12.2 120` properly assigns an AD of 120. Because Cisco IOS installs only the path with the lowest AD into the routing table, the static route is held in the running configuration and only populated into the IPv4 routing table if the OSPF default route is removed.

Adım Adım Çözüm

1
Identify the Administrative Distance (AD) of the primary dynamic routing protocol
OSPF has a default AD of 110.
Floating static routes rely on having a higher AD than the primary routing method so they are not chosen while the primary route is functional.
2
Evaluate the required static route syntax and AD parameter
The command `ip route 0.0.0.0 0.0.0.0 192.168.12.2 120` specifies an AD of 120, which is higher than 110.
Setting the AD to 120 satisfies the floating static route requirement.
3
Determine Cisco IOS routing table insertion rules for floating routes
The static route with AD 120 is stored in configuration but withheld from the routing table while the lower AD OSPF route (AD 110) exists.
The Cisco IOS RIB only installs the route with the lowest AD for a given destination prefix.

Anahtar Kavram

Floating Static Routes and Administrative Distance
Bu soruyu puanla