Question:
Which command would limit the amount of bandwidth used by EIGRP for protocol control traffic to approximately 128 kbps on a 1.544 Mbps link?
- ip bandwidth-percent eigrp 100 25
- ip bandwidth-percent eigrp 100 8
- ip bandwidth-percent eigrp 100 40
- ip bandwidth-percent eigrp 100 30
Explanation: Some routing protocols can consume all the bandwidth on slow circuits. EIGRP overcomes this deficiency by setting the maximum available bandwidth for all circuits to 50%. This allows EIGRP to use 50% of the bandwidth and reserves 50% of the bandwidth for data packets. To change this default setting, the ip bandwidth-percent eigrp command is used. The ip bandwidth-percent eigrp 100 8command will set the bandwidth for autonomous system 100 at 8% of the bandwidth of the interface.
Exam with this question: CCNP ENARSI 8 Modules 1 - 5 Checkpoint Exam: Routing Concepts and EIGRP Exam
Please login or Register to submit your answer