what is the need og
jitu(config)#ip helper address <ip address>
can any one exaplain it briefly
specially shain i am looking towards you.Becoz you are the
only one who can solve my that problem not even jitendera sinha

Answers were Sorted based on User's Feedback



what is the need og jitu(config)#ip helper address <ip address> can any one exaplain it brie..

Answer / shahin

If u r talking about need of command: ip helper-address, thn
i can say about it.

In CCNA studies, we got to know that router always block the
broadcast traffic, dats fine.

But if ur organization's network is establish in such a way:


client-------Router------- DNS Server
!
!
!
!
DHCP Server

Now... if ur pc want to locate DNS server thro broadcast,
broadcast traffic will come from client pc to all the way to
Router.

Wat router will do now, Router will block all the broadacast
traffic. As we learn in our previous studies. Ryt....

So client PC will unable to locate DNS server, coz router
doesn't allow to broadcast the traffic.

Same case, if Client PC want to gain IP address, it will
broadcast...n requesting for IP address from DHCP server.

I hope u knw the DHCP process, I mean "DORA" process. In
this case also router block all the broadcast traffic.

So wats the solution for this....

By configuring IP address on the interface subconfig mode..
with the help of (ip helper-address A.B.C.D)....

wat it'll do, The UDP broadcasts traffics are translated
into a unicast by the router, making the communication
possible.

The command should be configured on the interface that will
be receiving the broadcasts.

Router(config)#interface fastethernet 0/0
Router(config-if)#ip helper-address A.B.C.D

where A.B.C.D is the IP address of ur DNS/DHCP server.

One more point is there, this ip-helper address doesn't
forward all the UDP broadcast.. it broadcast only 8 UDP
services.. like..

1. TIME, port 37
2. TACACS, port 49
3. DNS, port 53
4. BOOTP/DHCP Server, port 67
5. BOOTP/DHCP Client, port 68
6. TFTP, port 69
7. NetBIOS name service, port 137
8. NetBIOS datagram service, port 138

if u want to include any more UDp services the command is

Router(config)#ip forward-protocol udp (port Number)

Hope this post helps u to understand the use of command n
circumstances of command when to use it n how to use it.

Looking forward ur feedback. If i did anymistake the let me
know plzzzzzzzzz...

Cheers.. hv a nice day buddy.

Is This Answer Correct ?    2 Yes 0 No

what is the need og jitu(config)#ip helper address <ip address> can any one exaplain it brie..

Answer / shahin

HI Buddy.... Didn't get ur question.. Cud u explain
plzzz.... OG stands for...

Don't mind plzzzzz...

Is This Answer Correct ?    0 Yes 0 No

what is the need og jitu(config)#ip helper address <ip address> can any one exaplain it brie..

Answer / jitendera

Hi shain
Excellent Excellent Excellent Excellent Excellent Excellent

Excellent Excellent

This is to the point answer.Mogambo khooch hua.

thanku
I donot know why this guy is writing like that i am not able
to provide that answer.
today i saw that prob on that all interview i was going to
reply by same way as you.
I think he have some problem with me

Is This Answer Correct ?    0 Yes 0 No

what is the need og jitu(config)#ip helper address <ip address> can any one exaplain it brie..

Answer / gt

Sahin ji,

there is no switch in network?
if no...in real can we see this kind of network.


and btw...whatever explanation you give is so helpful for me
and for others and i dont know..
So keep explaining ... waiting some more explanation from you...
Have gud day...!

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CCNA Interview Questions

Differnce between the communication and transmission?

0 Answers  


hi i am facing one problem.ptoblem is like that i am getting output error on mine router ethernet interfae here is the cisco#show interface e0 Ethernet0 is up, line protocol is up Hardware is QUICC Ethernet, address is 0030.802d.2a17 (bia 0030.802d.2a17) Internet address is 202.122.20.225/28 MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255 Encapsulation ARPA, loopback not set, keepalive set (10 sec) ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:00, output hang never Last clearing of "show interface" counters 05:55:07 Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 10000 bits/sec, 11 packets/sec 5 minute output rate 29000 bits/sec, 11 packets/sec 1515202 packets input, 359100396 bytes, 1 no buffer Received 6 broadcasts, 0 runts, 0 giants, 1 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 input packets with dribble condition detected 1584394 packets output, 1623395338 bytes, 0 underruns 1820 output errors, 26732 collisions, 0 interface resets 0 babbles, 0 late collision, 9698 deferred 18 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out output cisco# what is the reason how to solve this please tell me i am using cisco asa 5520 behid mine internet router and no error on the asa inside interface

2 Answers  


if i am using active directory,i have router also.then how i configure router,means which address will be default gatway in active directory & roter how to give ip address details in router.

1 Answers   IBM,


Can you explain PPP link process step by step?

0 Answers   CCIE, Sawes,


hi... i am usin packet tracer 5.0.. i hav connect two routers A and B. A has 200.100.25.100 and 1.0.0.1 and router B has 200.100.50.100 and 1.0.0.2... i hav connected 1.0.0.1 and 1.0.0.2... now i want to route 200.100.25.100 and 200.10.50.100 usin rip.. i enable rip in both the routers... but whn i give the command show ip route... i jus get this Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set A# so can sombody tell me where i hav gone wrong... thanku

1 Answers  






Identify 2 functions of IPX access-lists? A.) Control SAP traffic B.) Limit number of Novell servers on a network C.) Limit number of workstations on a network D.) Block IPX traffic

1 Answers  


what is the boot seqance of cisco router

5 Answers  


Which addresses are INCORRECTLY paired with their class? A. 240 - 255, Class D B. 240 - 255, Class E C. 224 - 239, Class D D. 224 - 239, Class E

2 Answers  


What is the default encapsulation of Netware 3.12? A.) Ethernet_II B.) 802.5 C.) 802.2 D.) 802.3

1 Answers  


Name the command we give for see routing table?

0 Answers  


Identify the true statement regarding subnetting? A.) Allows for more host address B.) Borrow bits from the network portion of the address C.) Allows for unlimited number of networks D.) Borrow bits from the host portion of the address

1 Answers  


Which three commands are used to configure information into RAM on a router? (Choose three) A. configure memory B. configure terminal C. configure overwrite D. copy tftp startup-config E. copy running-config startup-config F. copy startup-config running-config

8 Answers   HCL,


Categories