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.
we would need to redistribute ospf routes into eigrp and vice versa. redistribution will have to be done on an ASBR(autonomus system boundry router) eg: we have an ospf process wid process id 10 running and eigrp with ASN 20 running in our network redistribution on ASBR would be conf t router ospf 10 redistribute eigrp 20 subnets metric 1 and in eigrp conf t router eigrp 20 redistribute ospf metric 1 1 1 1 1 we see i used 5 ones in eigrp process to redistribute opsf into eigrp. thes 1's are metrics for eigrp namely load bandwidth delay reliability