Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

raid can be used in? 1 NT 2 Netware 3 all of above mine answer -NT

2 Answers  


What are two functions of the ICMP protocol? (Choose two) A. to map IP addresses to Ethernet addresses B. to map common names to network addresses C. to forward SNMP alerts to management consoles D. to generate an echo reply in response to a ping test E. to send a host or pod unreachable message from a router to the source of an undeliverable packet

1 Answers  


On an ISDN BRI interface, the control channel is the 'D' channel. What is the rate of this channel? A.) 64 Kbps B.) 1.544 Mbps C.) 128 Kbps D.) 2.048 Mbps E.) 16 Kbps

2 Answers  


Identify the hardware component that stores the backup configuration? A.) RAM B.) NVRAM C.) Flash D.) ROM

1 Answers  


What is hsrp?

0 Answers  


What do you use the Aux port for? A.) Console B.) Terminal editing C.) Modem D.) Backup logging

1 Answers  


Which peer authentication method and which ipsec mode is used to connect to the branch locations? (Choose two)

0 Answers  


Identify the command to view the configuration-register value? A.) show register B.) display config-register C.) show config D.) show version

1 Answers  


Interface 0/0 what does it mean?

0 Answers  


You are given the following address: 128.16.32.13/30. Determine the subnet mask, address class, subnet address, and broadcast address. A. 255.255.255.252, B,128.16.32.12, 128.16.32.15 B. 255.255.255.252, C,128.16.32.12, 128.16.32.15 C. 255.255.255.252, B,128.16.32.15, 128.16.32.12 D. 255.255.255.248, B,128.16.32.12, 128.16.32.15

1 Answers  


what is bgp, and what its attributes (thanks to sahin he sende me notes) Please try to give answer it will help you in future. after giving the answer most of them i am selected foro\ 2nd round of interview thanks

2 Answers   IBM,


Where would network testing be included in an IP packet? A. IP Options field B. Identification field C. Type of Service field D. Reservation field

1 Answers  


Categories