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
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)- A2% (1)
- B90% (38)
- C5% (2)
- D2% (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
Community Discussion
No community discussion yet for this question.