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..!!!!
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..!!!!
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
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..!!!!
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.
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..!!!!
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
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..!!!!
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
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..!!!!
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
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
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
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
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
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.
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
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.
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
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
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
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
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.