ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Certifications  >>  Cisco Certifications  >>  CCNA
 
 


 

 
 CCNA interview questions  CCNA Interview Questions
 CCDA interview questions  CCDA Interview Questions
Question
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..!!!!
 Question Submitted By :: Mr.shahin07
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 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..!!!!
Answer
# 1
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
Jitendera Kumar Sinha
 
  Re: 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..!!!!
Answer
# 2
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
Mr.shahin07
 
 
 
  Re: 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..!!!!
Answer
# 3
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
Jitendera Kumar Sinha
 
  Re: 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..!!!!
Answer
# 4
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
Jitendera Kumar Sinha
 
  Re: 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..!!!!
Answer
# 5
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
Jitendera Kumar Sinha
 

 
 
 
Other CCNA Interview Questions
 
  Question Asked @ Answers
 
A traffic light is an example of what type of mechanism? A.) Collision detection B.) Flow control C.) Sequence numbering D.) Network management  1
friends i have 3ree prob which is asked in ibm india in technical round 1 what is ftp(this was easy i had answered) 2 why we use ftp(i think it is a tough one) 3 how can we enable ftp in the widows xp. friend i need these question answer as soon as possible if it is possible to reply within the eveing then i always obeyliged to you i am espacily looking towards the jitendera sinha who make most of the valuable answer loking toward you nidhi mall IBM3
Which commands should you use to enable IGRP routing? A. router igrp 100 Network 192.168.1.0 Network 10.0.0.0 B. router igrp 100 Network 192.168.2.0 Network 10.0.0.0 C. router igrp 100 Network 192.168.1.0 192 168.1.1 Network 10.2.0.0 10.2.1.1 D. router igrp 100 Network 192.168.1.0 255.255.255.0 Network 10.2.0.0 255.255.255.0  2
What is the purpose of the DLCI? A.) Identifies the remote routers B.) Contained with a 802.2 frame for routing purposes C.) Used with PPP during authentication D.) Identifies the PVC in a Frame Relay network  1
When configuring the subnet mask for an IP address, which formats can be used?A. dotted-decimal. B. Hexadecimal C. Bit-count D. Octal E. Binary  1
Which of the following are valid Cisco encapsulation type names? A.) arpa = IPX Ethernet B.) novell-ether = IPX Ethernet_802.3 C.) snap = IEEE 802.2 SNAP on Ethernet, FDDI, and Token Ring D.) novell-fddi = IPX Fddi_Raw E.) sap = IEEE 802.2 on Ethernet, FDDI, and Token Ring F.) hdlc = HDLC on serial interfaces  1
Which type of switching reads in the entire frame before forwarding it? A.) Pause-and -forward B.) Store-and-Forward C.) Inverse ARP D.) Fast Forward E.) Cut-Through F.) Routing  2
In distance-vector routing, there is a problem known as the 'count to infinity' problem. What is the most direct solution to this? A.) Defining a Maximum. B.) You can not solve the 'count to infinity' problem with a distance vector protocol. C.) Poison Reverse. D.) Triggered Updates. E.) Split Horizon.  1
What information is provided by the local management interface (LMI)? A.) LMI encapsulation type B.) The current DLCI values C.) The status of virtual circuits D.) The global or local significance of the DLCI values  1
How many access lists are allowed per interface? A. One per port, per protocol B. Two per port, per protocol C. Unlimited D. Router interface +1 per port.  2
Identify the command that forces the router to load into ROM mode upon a reload? A.) boot system rom B.) rom boot C.) boot system flash rom D.) boot router rom  1
Which of the following is an invalid host address using a netmask of 255.255.255.192? A.) 10.1.1.1 B.) 10.1.1.66 C.) 10.1.1.130 D.) 10.1.1.127  2
Which of the following is a valid extended IP access-list? A.) router(config)# access-list 101 permit tcp host 172.16.30.0 any eq 21 log B.) router# access-list 101 permit tcp host 172.16.30.0 any eq 21 log C.) router(config)# access-list 101 permit any any 172.16.30.0 D.) router(config)# access-list 101 permit ip host 172.16.30.0 any eq 21 log  2
How often does IP RIP send out routing table updates by default? A.) They send complete updates every 30 seconds B.) They send partial updates every 30 seconds C.) They send complete updates every 60 seconds D.) They send partial updates every 60 seconds  2
When the router runs out of buffer space, this is called ________. A. Source Quench B. Redirect C. Information Request D. Low Memory  1
When using RIP, routing updates are broadcast every ____ seconds. A. 30 B. 10 C. 60 D. 90  1
Which command will display the encapsulation type on interface serial 0? A.) show interface s0 B.) show all C.) show int s0 encap D.) show encap s0 E.) show encap  1
Which is not a common problem with Distance-Vector routing? A.) Slow convergence. B.) Complex configuration. C.) Routing loops. D.) Periodic updates can slow convergence. E.) Counting to infinity.  1
Which addresses are INCORRECTLY paired with their class? A. 1 to 126, Class A B. 128 to 191, Class A C. 1 to 126, Class B D. 128 to 191, Class B  3
Which of the following is a valid TCP/IP socket for an Email connection? 101.34.2.125:25 00-00-03-1B-CA-6F:143 202.167.23.101:21 60.4:110  1
 
For more CCNA Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com