Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 288
Which command can be entered on router R5 to configure 80 percent of the bandwidth of a link for EIGRP Autonomous System 55?
Answer options
- A. R5(config-if#)#ip bandwidth percent eigrp bandwidth 55 80
- B. R5(config-pmap-c)#priority percent 80
- C. R5(config-if)#ipv6 bandwidth-percent eigrp 55 80
- D. R5(config-if)#ipv6 bandwidth-percent eigrp 80 55
- E. R5(config-if)#ip bandwidth-percent eigrp 80 55
Correct answer: C
Explanation
The correct command is C, as it correctly specifies the use of IPv6 for EIGRP and allocates 80% of the bandwidth for Autonomous System 55. Option A is incorrect because it uses the wrong syntax and refers to IPv4. Options B, D, and E are also incorrect due to either the wrong command context or the incorrect order of parameters.