nerdexam
Cisco

200-301 · Question #806

Which command can you enter to configure an IPv6 floating static route?

The correct answer is D. router(config)#ipv6 route FE80.0202::/32serial 0/1 201. To configure an IPv6 floating static route, you must specify an administrative distance higher than the primary route's administrative distance, which makes it a backup route.

Submitted by yasin.bd· Mar 5, 2026

Question

Which command can you enter to configure an IPv6 floating static route?

Options

  • Arouter(config)#ipv6 route FE80:0202::/32 serial 0/1 1
  • Brouter (config)#ipv6 route ::/0 serial 0/1
  • Crouter(config)#ipv6 route static resolve default
  • Drouter(config)#ipv6 route FE80.0202::/32serial 0/1 201

How the community answered

(43 responses)
  • A
    2% (1)
  • C
    2% (1)
  • D
    95% (41)

Why each option

To configure an IPv6 floating static route, you must specify an administrative distance higher than the primary route's administrative distance, which makes it a backup route.

Arouter(config)#ipv6 route FE80:0202::/32 serial 0/1 1

The command uses an administrative distance of 1, which is the default for static routes, meaning it would be a primary static route, not a floating (backup) one.

Brouter (config)#ipv6 route ::/0 serial 0/1

This command configures a default static route with the default administrative distance, which would be a primary route, not a floating static route.

Crouter(config)#ipv6 route static resolve default

ipv6 route static resolve default is not a valid command syntax for configuring an IPv6 static route in Cisco IOS.

Drouter(config)#ipv6 route FE80.0202::/32serial 0/1 201Correct

The command ipv6 route FE80.0202::/32serial 0/1 201 includes an administrative distance of 201. This value is higher than the default administrative distance of 1 for static routes, causing this route to only be installed in the routing table if a primary route with a lower administrative distance becomes unavailable, thereby functioning as a floating static route.

Concept tested: IPv6 floating static route configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_static/configuration/xe-16/irs-xe-16-book/config-ipv6-static-routes.html

Topics

#IPv6 routing#Floating static route#Cisco IOS commands#Administrative distance

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice