By propagating only routing table changes and hello packets
This means eigrp with AS 50 has been configured to use 10 % of the configured bandwidth on the interface.
EIGRP will use up to 50 percent of the bandwidth of a link, as defined by the bandwidth interface configuration command. This command may be used if some other fraction of the bandwidth is desired. Note that values greater than 100 percent may be configured. The configuration option may be useful if the bandwidth is set artificially low for other reasons.ExamplesThe following example allows EIGRP to use up to 75 percent (42 kbps) of a 56-kbps serial link in autonomous system 209:interface serial 0bandwidth 56ip bandwidth-percent eigrp 209 75
when there is a low bandwidth connection
- 60 sec Dead timer - 3*
224.0.0.10
when there is a low bandwidth connection Jean Nils Bakanga "CCNP"
think so it is RTP...
EIGRP
IGRP uses a single composite metric based on bandwidth and delay, while EIGRP uses a composite metric including bandwidth, delay, reliability, load, and MTU. EIGRP also allows for variance in metric calculation to enable load balancing across unequal path costs.
The bandwidth and delay interface variables are used to determine the metric in EIGRP. These values are used in the calculation of the composite metric that EIGRP uses to determine the best path to a destination.
bobo The packet is sent to discover neighbors within the EIGRP network. The packet is sent to search for network devices within an EIGRP network. The packet is used to propagate routing information within the EIGRP network. The packet is used to send an unreachable reply to another router within the EIGRP network.
EIGRP (Enhanced Interior Gateway Routing Protocol) uses two primary parameters to calculate the best path by default: bandwidth and delay. Bandwidth represents the maximum capacity of the link, while delay measures the time it takes for a packet to traverse the link. EIGRP combines these metrics to determine the most efficient route to a destination. Additionally, it can consider other factors like load and reliability if configured, but bandwidth and delay are the fundamental metrics used in its default calculations.