answersLogoWhite

0

By propagating only routing table changes and hello packets

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the purpose of the ip bandwidth percent eigrp 50 10 command?

This means eigrp with AS 50 has been configured to use 10 % of the configured bandwidth on the interface.


What is the effect of configuring the ip bandwidth-percent eigrp command?

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 would the network administrator use the ip bandwidth eigrp as number percent command?

when there is a low bandwidth connection


How are EIGRP hello packets sent?

- 60 sec Dead timer - 3*


Which multicast address does EIGRP use to send hello and updates packets?

224.0.0.10


When to use the command ip bandwidth-percent eigrp as-number percent?

when there is a low bandwidth connection Jean Nils Bakanga "CCNP"


Which protocol is used by EIGRP to deliver and receive update packets?

think so it is RTP...


Which routing protocol by default uses bandwidth and delay to calculate the metric of a route?

EIGRP


How do igrp and eigrp differ in their metric calculation?

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.


Which two interface variables will determine the metric that is used on EIGRP?

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.


A network administrator is using an application that is monitoring packets on the network and sees an EIGRP update packet What is the purpose of the update packet?

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.


How you configure both eigrp and ospf to transfer a packet eigrp to ospf and ospf to eigrp?

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