A branch router receives an external EIGRP route (EIGRP EX, Administrative Distance of 170) for the corporate subnet over a primary MPLS link. A network administrator must configure a floating static backup route for using the secondary ISP next-hop address . The backup path must only be installed in the IPv4 routing table if the primary EIGRP EX path becomes unavailable. Which command must be configured on the router to achieve this requirement?
- ip route 10.200.0.0 255.255.0.0 192.168.1.2 175Cevap
- Bip route 10.200.0.0 255.255.0.0 192.168.1.2 90
- Cip route 10.200.0.0 255.255.0.0 192.168.1.2 170
- Dip route 10.200.0.0 0.0.255.255 192.168.1.2 175
Cevap
The command 'ip route 10.200.0.0 255.255.0.0 192.168.1.2 175' correctly configures the floating static route.
A floating static route acts as a backup path and must have an Administrative Distance (AD) strictly higher than the primary route currently in use. Because External EIGRP routes have a default AD of 170, the backup static route must be configured with an AD greater than 170 (such as 175). Furthermore, Cisco IOS static route syntax requires the destination network mask to be specified as a standard subnet mask (255.255.0.0) rather than a wildcard mask.
Adım Adım Çözüm
Anahtar Kavram
Floating static route configuration requiring higher Administrative Distance than dynamic primary routes