I Advice
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Certification Tests > Cisco CCNP / BCSI Exam Tutorial: Broadcasts And The IP Helper-Address Command

Tags

  • other
  • broadcasts
  • netbios session
  • netbios ports
  • command should

  • Links

  • Pure Water - Alkaline Water
  • Can Shark Anatomy Provide a Cure for Cancer?
  • Earthquake in North Korea - Nuclear Weapons test 3.5 on the Richter Scale!
  • I Advice - Cisco CCNP / BCSI Exam Tutorial: Broadcasts And The IP Helper-Address Command

    Relay For Life Fundraising Ideas
    Here are some fundraising ideas for events to help your team raise funds for Relay Of Life. Most of these can be put together by a single team or in partnership with other groups.Fundraising BillboardA unique idea is to put together a fundraising billboard in support of breast cancer research. People pay a reasonable fee, say $100, to add a name to a billboard list honoring women who are struggling with or have the lost t
    TP) server (67)

    discard Discard (9)

    dnsix DNSIX security protocol auditing (195)

    domain Domain Name Service (DNS, 53)

    echo Echo (7)

    isakmp Internet Security Association and Key Management Protocol (500)

    mobile-ip Mobile IP registration (434)

    nameserver IEN116 name service (obsolete, 42)

    netbios-dgm NetBios datagram service (138)

    netbios-ns NetBios name service (137)

    netbios-ss NetBios session servic

    What are Options for Reciprocal Linking?
    First, let's face the fact. Reciprocal linking no longer ranks high on must-do list for most search specialists. The reasons are manifold. Chief among them are as under:Search engines are known not to favor 'plain reciprocal linking' between sites because they do not enhance the value of the links in their eyes. Does this mean SEs penalize sites that resort to directory-style reciprocal linking? May be not, but there is
    While routers accept and generate broadcasts, they do not forward them. This can be quite a problem when a broadcast needs to get to a device such as a DHCP or TFTP server that's on one side of a router with other subnets on the other side.

    If a PC attempts to locate a DNS server with a broadcast, the broadcast will be stopped by the router and will never get to the DNS server. By configuring the ip helper-address command on the router, UDP broadcasts such as this will be 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.

    R1(config)#int e0

    R1(config-if)#ip helper-address ?

    A.B.C.D IP destination address

    R1(config-if)#ip helper-address 100.1.1.2

    Now, you may be wondering if this command covers all UDP services. Sorry, you're not getting off that easy! The command does forward eight common UDP service broadcasts, though.

    TIME, port 37

    TACACS, port 49

    DNS, port 53

    BOOTP/DHCP Server, port 67

    BOOTP/DHCP Client, port 68

    TFTP, port 69

    NetBIOS name service, port 137

    NetBIOS datagram service, port 138

    That's going to cover most scenarios where the ip helper-address command will be useful, but what about those situations where the broadcast you need forwarded is not on this list? You can use the ip forward-protocol command to add any UDP port number to the list.

    Additionally, to remove protocols from the default list, use the no ip forward-protocol command. In the following example, we'll add the Network Time Protocol port to the forwarding list while removing the NetBIOS ports. Remember, you can use IOS Help to get a list of commonly filtered ports!

    R1(config)#ip forward-protocol udp ?

    <0-65535> Port number

    biff Biff (mail notification, comsat, 512)

    bootpc Bootstrap Protocol (BOOTP) client (68)

    bootps Bootstrap Protocol (BOOTP) server (67)

    discard Discard (9)

    dnsix DNSIX security protocol auditing (195)

    domain Domain Name Service (DNS, 53)

    echo Echo (7)

    isakmp Internet Security Association and Key Management Protocol (500)

    mobile-ip Mobile IP registration (434)

    nameserver IEN116 name service (obsolete, 42)

    netbios-dgm NetBios datagram service (138)

    netbios-ns NetBios name service (137)

    netbios-ss NetBios session service

    How to Compare Mortgage Options and Deals
    How to Compare Mortgage DealsAs a mortgage is typically a rather large loan to which you are committing yourself to consolidating over a period of up to thirty years, the choice of mortgage plan becomes very important indeed. Remember that if you make a mistake in choosing your mortgage, the ultimate cost could be losing your home.Property is a great investment though; therefore the risk should be well worth it, es
    nicast by the router, making the communication possible. The command should be configured on the interface that will be receiving the broadcasts.

    R1(config)#int e0

    R1(config-if)#ip helper-address ?

    A.B.C.D IP destination address

    R1(config-if)#ip helper-address 100.1.1.2

    Now, you may be wondering if this command covers all UDP services. Sorry, you're not getting off that easy! The command does forward eight common UDP service broadcasts, though.

    TIME, port 37

    TACACS, port 49

    DNS, port 53

    BOOTP/DHCP Server, port 67

    BOOTP/DHCP Client, port 68

    TFTP, port 69

    NetBIOS name service, port 137

    NetBIOS datagram service, port 138

    That's going to cover most scenarios where the ip helper-address command will be useful, but what about those situations where the broadcast you need forwarded is not on this list? You can use the ip forward-protocol command to add any UDP port number to the list.

    Additionally, to remove protocols from the default list, use the no ip forward-protocol command. In the following example, we'll add the Network Time Protocol port to the forwarding list while removing the NetBIOS ports. Remember, you can use IOS Help to get a list of commonly filtered ports!

    R1(config)#ip forward-protocol udp ?

    <0-65535> Port number

    biff Biff (mail notification, comsat, 512)

    bootpc Bootstrap Protocol (BOOTP) client (68)

    bootps Bootstrap Protocol (BOOTP) server (67)

    discard Discard (9)

    dnsix DNSIX security protocol auditing (195)

    domain Domain Name Service (DNS, 53)

    echo Echo (7)

    isakmp Internet Security Association and Key Management Protocol (500)

    mobile-ip Mobile IP registration (434)

    nameserver IEN116 name service (obsolete, 42)

    netbios-dgm NetBios datagram service (138)

    netbios-ns NetBios name service (137)

    netbios-ss NetBios session servic

    A Look At Tax Deferral Methods
    Tax deferral is the method whereby most Americans plan their savings and retirement funds. It is the ingenious method whereby IRAs (initial retirement accounts) are created. An incentive if you would for the employee to create retirement savings account by having his employer deduct pre-tax dollars and deposit them in an individual account for the future. One such tax deferred based plan is the 401(k). It consists of three basic types;
    p>

    TACACS, port 49

    DNS, port 53

    BOOTP/DHCP Server, port 67

    BOOTP/DHCP Client, port 68

    TFTP, port 69

    NetBIOS name service, port 137

    NetBIOS datagram service, port 138

    That's going to cover most scenarios where the ip helper-address command will be useful, but what about those situations where the broadcast you need forwarded is not on this list? You can use the ip forward-protocol command to add any UDP port number to the list.

    Additionally, to remove protocols from the default list, use the no ip forward-protocol command. In the following example, we'll add the Network Time Protocol port to the forwarding list while removing the NetBIOS ports. Remember, you can use IOS Help to get a list of commonly filtered ports!

    R1(config)#ip forward-protocol udp ?

    <0-65535> Port number

    biff Biff (mail notification, comsat, 512)

    bootpc Bootstrap Protocol (BOOTP) client (68)

    bootps Bootstrap Protocol (BOOTP) server (67)

    discard Discard (9)

    dnsix DNSIX security protocol auditing (195)

    domain Domain Name Service (DNS, 53)

    echo Echo (7)

    isakmp Internet Security Association and Key Management Protocol (500)

    mobile-ip Mobile IP registration (434)

    nameserver IEN116 name service (obsolete, 42)

    netbios-dgm NetBios datagram service (138)

    netbios-ns NetBios name service (137)

    netbios-ss NetBios session servic

    Business Loans And Financing - Reduce Cost Of Your Business
    Business people are always in need of financial assistance for various reasons. So a business loan and financing must be ready available to them even if they may be having a bad credit. For such business loan and financing however a business person should ensure that he meets some of the basic requirements.First of all he should make sure that the lender of business loans and financing knows the business well. This makes the loa
    protocols from the default list, use the no ip forward-protocol command. In the following example, we'll add the Network Time Protocol port to the forwarding list while removing the NetBIOS ports. Remember, you can use IOS Help to get a list of commonly filtered ports!

    R1(config)#ip forward-protocol udp ?

    <0-65535> Port number

    biff Biff (mail notification, comsat, 512)

    bootpc Bootstrap Protocol (BOOTP) client (68)

    bootps Bootstrap Protocol (BOOTP) server (67)

    discard Discard (9)

    dnsix DNSIX security protocol auditing (195)

    domain Domain Name Service (DNS, 53)

    echo Echo (7)

    isakmp Internet Security Association and Key Management Protocol (500)

    mobile-ip Mobile IP registration (434)

    nameserver IEN116 name service (obsolete, 42)

    netbios-dgm NetBios datagram service (138)

    netbios-ns NetBios name service (137)

    netbios-ss NetBios session servic

    Relevant Homepage Content Will Help Optimize Your Site
    The internet first began as a way of relaying information between different computer networks. Today, more and more people are using the internet to do their shopping as well as information gathering. Although online shopping is steadily increasing, search engines still value the internet as an information source- placing higher value on sites that offer informative, useful content. Therefore, having relevant information on your site’s
    TP) server (67)

    discard Discard (9)

    dnsix DNSIX security protocol auditing (195)

    domain Domain Name Service (DNS, 53)

    echo Echo (7)

    isakmp Internet Security Association and Key Management Protocol (500)

    mobile-ip Mobile IP registration (434)

    nameserver IEN116 name service (obsolete, 42)

    netbios-dgm NetBios datagram service (138)

    netbios-ns NetBios name service (137)

    netbios-ss NetBios session service (139)

    ntp Network Time Protocol (123)

    pim-auto-rp PIM Auto-RP (496)

    rip Routing Information Protocol (router, in.routed, 520)

    snmp Simple Network Management Protocol (161)

    snmptrap SNMP Traps (162)

    sunrpc Sun Remote Procedure Call (111)

    syslog System Logger (514)

    tacacs TAC Access Control System (49)

    talk Talk (517)

    tftp Trivial File Transfer Protocol (69)

    time Time (37)

    who Who service (rwho, 513)

    xdmcp X Display Manager Control Protocol (177)

    R1(config)#ip forward-protocol udp 123

    R1(config)#no ip forward-protocol udp 137

    R1(config)#no ip forward-protocol udp 138 As you can see, the ip helper-address command helps work around the fact that broadcasts aren't forwarded by routers by default, and if you just need to send one or two broadcast types, the other types can be turned off easily.

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.willuadd.com/article/171131/willuadd-Cisco-CCNP--BCSI-Exam-Tutorial--Broadcasts-And-The-IP-HelperAddress-Command.html">Cisco CCNP / BCSI Exam Tutorial: Broadcasts And The IP Helper-Address Command</a>

    BB link (for phorums):
    [url=http://www.willuadd.com/article/171131/willuadd-Cisco-CCNP--BCSI-Exam-Tutorial--Broadcasts-And-The-IP-HelperAddress-Command.html]Cisco CCNP / BCSI Exam Tutorial: Broadcasts And The IP Helper-Address Command[/url]

    Related Articles:

    Finding the Right Travel Nursing Placement Agency

    5 Reasons Why Blogs Fail

    Article Writing – How to Write a Compelling Title?

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com