nerdexam
Cisco

200-301 · Question #825

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

The correct answer is B. router(config)#ipv6 route FE80:0202::/32 serial 0/1 201. A floating static route is a backup route that only takes over if the primary route fails. You achieve this by assigning an administrative distance (AD) higher than the default (which is 1). ipv6 route <destination> <exit-interface or next-hop> <administrative- In option B, the r

Submitted by kwame.gh· 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 FE80:0202::/32 serial 0/1 201
  • Crouter(config)#ipv6 route ::/0 serial 0/1
  • Drouter(config)#ipv6 route static resolve default

How the community answered

(42 responses)
  • A
    2% (1)
  • B
    90% (38)
  • C
    5% (2)
  • D
    2% (1)

Explanation

A floating static route is a backup route that only takes over if the primary route fails. You achieve this by assigning an administrative distance (AD) higher than the default (which is 1). ipv6 route <destination> <exit-interface or next-hop> <administrative- In option B, the route to FE80:0202::/32 uses interface serial 0/1 and has an administrative distance of 201, meaning it will only be used if a better (lower AD) route is unavailable.

Topics

#IPv6 static routing#Floating static routes#Cisco IOS commands

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice