<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fnode Networks &#187; helper-address</title>
	<atom:link href="http://www.fnode.com/tag/helper-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>A Network Systems &#38; Technology Blog</description>
	<lastBuildDate>Mon, 16 Aug 2010 11:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>IP helper-address Explained</title>
		<link>http://www.fnode.com/2009/08/ip-helper-address-explained/</link>
		<comments>http://www.fnode.com/2009/08/ip-helper-address-explained/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:58:35 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[forward-protocol]]></category>
		<category><![CDATA[helper-address]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=441</guid>
		<description><![CDATA[All broadcasts messages are dropped by the router when it receives on an interface. This specific command is enables the router to convert the broadcast messages distended for a specific destination into unicast. This interface level command needs to be applied on the interface which the broadcast receives from. R1(config-if)#ip helper-address 10.10.10.10 Also there are [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>All broadcasts messages are dropped by the router when it receives on an interface. This specific command is enables the router to convert the broadcast messages distended for a specific destination into unicast. This interface level command needs to be applied on the interface which the broadcast receives from.</p>
<p><code>R1(config-if)#ip helper-address 10.10.10.10</code></p>
<p>Also there are other options where you point the address to a vrf etc&#8230;</p>
<p>The following broadcasts are forwarded by default&#8230;</p>
<p>TIME &#8211; Port 37<br />
TACACS &#8211; Port 49<br />
DNS &#8211; Port 53<br />
BOOTP/DHCP Server &#8211; Port 67<br />
BOOTP/DHCP Client &#8211; Port 68<br />
TFTP &#8211; Port 69<br />
NetBIOS Name Service &#8211; Port 137<br />
NetBios Datagram Service &#8211; Port 138</p>
<p>Other protocols can be forwarded by using the following Global config commanding&#8230;</p>
<p><code>R1(config)#ip forward-protocol udp ?</code></p>
<p>Use the ? to see the supported protocols. You may use the following command to remove a specific protocol being forwarded&#8230;</p>
<p><code>R1(config)#no ip forward-protocol udp ?</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2009/08/ip-helper-address-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
