A network administrator needs to manually configure a floating static route on a Cisco IOS router to serve as a backup path. Arrange the required command components in the correct sequential order from left to right as typed in the CLI.
- 1The command prefix: `ip route`
- 2Destination prefix: `192.168.20.0`
- 3Subnet mask: `255.255.255.0`
- 4Next-hop address or exit interface: `10.1.1.2`
- 5Administrative distance: `130`
Cevap
The correct sequence for configuring a floating IPv4 static route in Cisco IOS is: `ip route` keyword, destination network address, subnet mask, next-hop IPv4 address (or exit interface), and administrative distance.
The standard Cisco IOS syntax for configuring an IPv4 static route is `ip route <destination-prefix> <subnet-mask> {ip-address | exit-interface} [distance]`. Placing `ip route` first, followed by the destination network prefix, subnet mask, next-hop IP address, and finally the administrative distance creates a valid floating static route.
Adım Adım Çözüm
Anahtar Kavram
Cisco IOS IPv4 Static Route Command Syntax and Floating Route Configuration