Hi Guys i hv one confusion. Need u peoples help.

In EIGRP, maximum hop count is up to 255. By default only
100. Now question is -

a) Suppose i hv a network consist of 115 routers & EIGRP
routing protocol is configured. By default hop count is 100,
so is there any manual configuration necessary for hop count
ya router will automatically detect the hop count & will
update the hop count accordingly..?????

b) In EIGRP, Bandwidth & Delay is used to calculate metric.
For this Metric weight is set to K1(Bandwidth)=1,
K2(Delay)=0, K3(Reliability)=1, K4(Load)=0, K5(MTU)=0

Now i want, Bandwidth & Load is used to calculate metric.
For that wat i hv to configure & wat wub the metric weights.


Cud anyone explain it plzzzz..!!!!

Answers were Sorted based on User's Feedback



Hi Guys i hv one confusion. Need u peoples help. In EIGRP, maximum hop count is up to 255. By de..

Answer / jitendera kumar sinha

Hi
my self is jitendera kumar sinha.i think you are not
confused but forgetting some thing about eigrp.yeah thats
true eigrp support 100(by default) and 255 max hoop count.
now according to the your problem you have 115 router(wright?)
now one thing is that which you forget is redstribution.this
is the beauty of eigrp is that it can comunicate two diffent
nrtwork haveing diffrent autonomas sustem number.

now question is that what is redistribution-answer is
when there is larger network than to reduse routing overhead
redistribution is applied

now let there is two network N1 and N2
now on N1
router(config)#router eigrp 10
" #network 192.168.0.0
now on N2
router(config)#router eigrp 11
" #network 193.168.0.0
NOW WHAt do you notice that router of network N1 have as
number 10 and router of network N2 have the as number 11
then what do you think will they communicate
answer is no.
so to start communication between them we have to configure
redistribution)

now question is that how and where we implement redistribution

here it is
go to router N1
router(config)#eigrp 10
#network 192.168.0.0
#redistribute eigrp 11 metric ****5****
****5***** that mean you have to enter here metric value of
eigrp
that is bandwidth.load relablity,mtu and delay(this is not
in sequenced manner you have to enter it in sequantial)

ok now what to do divide your network in two half and give
thesese two network diffrent AS number and aplly
redistribution between these network.

eigrp has atomatical detect hoop count.
no need to congigure it can be done by#no root
symmetrization(i am not confirmed) 75% sure
but it will be cause of routing loop
so avoid this
your part b answer is describe in redistribution configuration
so i think no need of that

Thanks
hope this article help you lots
jitendera sinha

Is This Answer Correct ?    0 Yes 0 No

Hi Guys i hv one confusion. Need u peoples help. In EIGRP, maximum hop count is up to 255. By de..

Answer / mr.shahin07

Hi Jitendera, If i m not wrong, then in EIGRP, Metric weight
is set to K1(Bandwidth)=1, K2(Delay)=0, K3(Reliability)=1,
K4(Load)=0, K5(MTU)=0. This is default setting for EIGRP.

I knew about it from ICND 2 cisco press book.

Three more questions -

a) If we change the K value (I mean metric weight)on a
router what will happen???

b) When redistribution is necessary in EIGRP. Is there any
condition for that???

c) What is reference bandwidth for metric calculation in
EIGRP. As we know, in OSPF, on a CISCO router reference
bandwidth is 10Mbps.

Is This Answer Correct ?    0 Yes 0 No

Hi Guys i hv one confusion. Need u peoples help. In EIGRP, maximum hop count is up to 255. By de..

Answer / jitendera kumar sinha

hi sahin.now i am trying to giver your all three question but one thing is necessary to know that what is default. default is that which can be configurable. now in the eigrp determination of path done by cost. that is cost==10^8/bandwidth now the path which have best cost is selected as best path that is the path have lower cost selected as best path. one point is noticeable that eigrp use only bandwidth and delay to path calculation .mtu is never used for path calculation but it is a important parameter for eigrp related command. how to configure bandwidth of eigrp Set the bandwidth on your interfaces using the bandwidth command Router (config-if)# bandwidth XX(if you want bandwidth 5600 simply write 56 not 5600) this is the command by which you can configure your bandwidth now back to your first question. 1 now you are going to change the metric value that is "k" the what happen here is the answer k=ad value/bandwidth(Wright)for eigrp ok ad value is constant(let) now you can change only bandwidth value now as we discus earlier that path determination is based on bandwidth so as you increase the bandwidth cost decrees then it will be selected as best path. and if you decrease then cost increases then it kept in to routing table.

Now your second question’s have written earlier that to reduce routing overload we need redistribution in another way we can say that in the larg network we need redistribution.

Now yours 3rd questions

Frankly speaking I don’t know but it may be 10 mbps

Is This Answer Correct ?    0 Yes 0 No

Hi Guys i hv one confusion. Need u peoples help. In EIGRP, maximum hop count is up to 255. By de..

Answer / jitendera kumar sinha

hi sahin.now i am trying to giver your all three question but one thing is necessary to know that what is default. default is that which can be configurable. now in the eigrp determination of path done by cost. that is cost==10^8/bandwidth now the path which have best cost is selected as best path that is the path have lower cost selected as best path. one point is noticeable that eigrp use only bandwidth and delay to path calculation .mtu is never used for path calculation but it is a important parameter for eigrp related command. how to configure bandwidth of eigrp Set the bandwidth on your interfaces using the bandwidth command Router (config-if)# bandwidth XX(if you want bandwidth 5600 simply write 56 not 5600) this is the command by which you can configure your bandwidth now back to your first question. 1 now you are going to change the metric value that is "k" the what happen here is the answer k=ad value/bandwidth(Wright)for eigrp ok ad value is constant(let) now you can change only bandwidth value now as we discus earlier that path determination is based on bandwidth so as you increase the bandwidth cost decrees then it will be selected as best path. and if you decrease then cost increases then it kept in to routing table.

Now your second question’s have written earlier that to reduce routing overload we need redistribution in another way we can say that in the large network we need redistribution.

Now yours 3rd questions

Frankly speaking I don’t know

Is This Answer Correct ?    0 Yes 0 No

Hi Guys i hv one confusion. Need u peoples help. In EIGRP, maximum hop count is up to 255. By de..

Answer / jitendera kumar sinha

hi sahin.now i am trying to giver your all three question but one thing is necessary to know that what is default. default is that which can be configurable. now in the eigrp determination of path done by cost. that is cost==10^8/bandwidth now the path which have best cost is selected as best path that is the path have lower cost selected as best path. one point is noticeable that eigrp use only bandwidth and delay to path calculation .mtu is never used for path calculation but it is a important parameter for eigrp related command. how to configure bandwidth of eigrp Set the bandwidth on your interfaces using the bandwidth command Router (config-if)# bandwidth XX(if you want bandwidth 5600 simply write 56 not 5600) this is the command by which you can configure your bandwidth now back to your first question. 1 now you are going to change the metric value that is "k" the what happen here is the answer k=ad value/bandwidth(Wright)for eigrp ok ad value is constant(let) now you can change only bandwidth value now as we discus earlier that path determination is based on bandwidth so as you increase the bandwidth cost decrees then it will be selected as best path. and if you decrease then cost increases then it kept in to routing table.

Now your second question’s have written earlier that to reduce routing overload we need redistribution in another way we can say that in the large network we need redistribution.

Now yours 3rd questions

Frankly speaking I don’t know

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CCNA Interview Questions

How loops are introduced in switching? Whats the solution for that.

2 Answers   HCL,


What command would show the version of the IOS that you are running? A.) show nvram B.) show version C.) show startup-config D.) show ios E.) ver -a F.) show ram

1 Answers  


Identify the definition of demarcation? A.) Date in which the WAN service contract expires B.) Cabling which extends from the WAN service provider to the customer C.) Division of responsibility, where the CPE ends and the local loop begins D.) Equipment which is located at the customer premises

1 Answers  


which algorithm as defined by the transform set is used for providing data confidentiality when connected to tyre?

0 Answers  


What are hold-downs used for? A.) To prevent regular update messages from reinstating a route that has come back up B.) Information received on an interface cannot be sent back out the same interface C.) To prevent regular update messages from reinstating a route that has gone down D.) To hold the routing table from being sent to another router

1 Answers  






Hi, All I am configuring EIGRP in Packet tracer, after configuring all the things it is not working but in one condition it is working fine if i am putting all my router and network withing one network subnets e.g. 172.16.0.0 or 10.0.0.0 but whenever i am puting different network subnets e.g. in one network it is RA(config-if)#=ip address 10.0.0.1, and in fa0/0= 192.168.1.10 and in RB(config-if)#10.0.0.2 (s1/0) and in S1/1 11.0.0.1 and in fa 0/0 192.168.100.1 ,where as in third router RC(config-if)#=ip address 11.0.0.2 and in fa 0/0 172.16.1.10 and after configuring all this serial is showing up and protocol showing up but eigrp process not taking place after adding eigrp configuration, i tried with "no auto-summary" command but not working.. Suggest me where i missing something? can mail me at : gtech.innovator@gmail.com

20 Answers  


Which ISDN specification series deals with Concepts and Terminology? A.) C- Series B.) I- Series C.) Q-Series D.) 911-Series E.) J-Series F.) F-Series

1 Answers  


Which of the following would be displayed by the command 'SHOW CDP NEIGHBOR DETAIL'? A.) The incoming/outgoing port. B.) The hardware platform. C.) One address per protocol. D.) Amount of Flash Memory Available E.) The routers hostname. F.) The subnet mask, if IP is configured.

1 Answers  


What is the size of ipv6?

0 Answers  


Which cable we connect in db-9?

0 Answers  


Identify the command mode necessary to enter the standard ping command? A.) Router(config)# B.) Router> C.) Router(std-ping)# D.) Router(config-if)#

2 Answers  


Hi Everyone, i am CCNA certified, i am searching jobs related to ccna. Although i don't have experience in networking field, i found very difficult to search job(posted my resume in all job portals). I am very much interested to work in networking field, please guide me, my mail id: nagesha12adig@gmail.com; Please let me know any company taking ccna freshers(Preferably Bangalore location). Thanks guys...

1 Answers  


Categories