Examine the following EIGRP configuration snippet:
interface GigabitEthernet0/0 ip bandwidth-percent eigrp 100 50
What is the effect of this command?
Trap 1: EIGRP will only advertise routes that have a metric within 50% of…
Incorrect. This command does not affect route selection; it only controls bandwidth usage for EIGRP packets.
Trap 2: EIGRP will use 50% of the interface bandwidth for data traffic.
Incorrect. This command specifically controls EIGRP control traffic, not data traffic.
Trap 3: EIGRP will reduce its hello interval by 50%.
Incorrect. The command does not affect hello intervals.
- A
EIGRP will use up to 50% of the interface bandwidth for its control traffic.
Correct. This command limits EIGRP's bandwidth usage to 50% of the interface's configured bandwidth.
- B
EIGRP will only advertise routes that have a metric within 50% of the best path.
Why wrong: Incorrect. This command does not affect route selection; it only controls bandwidth usage for EIGRP packets.
- C
EIGRP will use 50% of the interface bandwidth for data traffic.
Why wrong: Incorrect. This command specifically controls EIGRP control traffic, not data traffic.
- D
EIGRP will reduce its hello interval by 50%.
Why wrong: Incorrect. The command does not affect hello intervals.