<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Use of the IP Helper commands on the Matrix DFE in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/use-of-the-ip-helper-commands-on-the-matrix-dfe/m-p/44902#M278</link>
    <description>Article ID: 6871 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Clarification to the function of the IP/UDP Helper functionality of the Matrix DFE router. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
"ip helper-address"&lt;BR /&gt;
"ip forward-protocol"&lt;BR /&gt;
"Error: UDP port is not in the list to forward."&lt;BR /&gt;
The 'ip forward-protocol udp 67' command not showing up in configs.&lt;BR /&gt;
The 'ip forward-protocol' command not fully documented in the manual. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
For additional information, please see the &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; appropriate to your firmware. &lt;BR /&gt;
&lt;BR /&gt;
Note that as shown in this document, a given 'ip forward-protocol' command affects all interfaces for the specified router instance, and a given 'ip helper-address' command affects the specified interface for the specified router instance. &lt;BR /&gt;
&lt;BR /&gt;
By default, UDP forwarding as invoked by the 'ip helper-address' command is enabled for the following UDP ports:&lt;UL&gt; 
&lt;LI&gt;Bootp server: bootps=port 67 (&lt;I&gt;not in the Configuration Guide&lt;/I&gt;) 
&lt;/LI&gt;&lt;LI&gt;DNS: domain=port 53 
&lt;/LI&gt;&lt;LI&gt;IEN-116 name service: nameserver=port 42 
&lt;/LI&gt;&lt;LI&gt;NetBIOS datagram service: netbios-dgm=port 138 
&lt;/LI&gt;&lt;LI&gt;NetBIOS name service: netbios-ns=port 137 
&lt;/LI&gt;&lt;LI&gt;TACACS: tacacs=port 49 
&lt;/LI&gt;&lt;LI&gt;TFTP: tftp=port 69 
&lt;/LI&gt;&lt;LI&gt;Time service: time=port 37&lt;/LI&gt;&lt;/UL&gt;
The following command restores the default UDP port forwarding, shown above, as invoked by the 'ip helper-address' command. If the default ports are already in effect, there is no error message:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#&lt;B&gt;ip forward-protocol udp&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 The following command adds one or more additional services/ports on behalf of the 'ip helper-address' command. If the port/protocol is already in effect, there is no error message:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#&lt;B&gt;ip forward-protocol udp &lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;U&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 The following command removes one or more services/ports on behalf of the 'ip helper-address' command. If the port/protocol is not presently in effect, error message "Error: UDP port is not in the list to forward." is generated:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#&lt;B&gt;no ip forward-protocol udp &lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;U&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 The following command activates the helper function, forwarding services/ports as defaulted or overridden:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#interface vlan &lt;VLAN_ID&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config-if(Vlan &lt;VLAN_ID&gt;))#&lt;B&gt;ip helper-address &lt;SERVER_ADDRESS&gt;&lt;/SERVER_ADDRESS&gt;&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 When showing the results in the configuration via the 'show config' command, only the overrides to the default condition are displayed. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example management session, with 5.x firmware (&lt;A href="http://bit.ly/1bYK1bQ" target="_blank" rel="nofollow noreferrer noopener"&gt;9964&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;router 1 &lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1&amp;gt;enable&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1#config&lt;BR /&gt;
 Enter configuration commands: &lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#ip forward-protocol udp ?&lt;BR /&gt;
 &amp;lt;1-65535&amp;gt; Port number&lt;BR /&gt;
 bootps Bootstrap Protocol server (67)&lt;BR /&gt;
 domain Domain Name Service (53)&lt;BR /&gt;
 nameserver IEN116 name service (42)&lt;BR /&gt;
 netbios-dgm NetBIOS datagram service (138)&lt;BR /&gt;
 netbios-ns NetBIOS name service (137)&lt;BR /&gt;
 tacacs Terminal Access Controller Access Control System (49)&lt;BR /&gt;
 tftp Trivial File Transfer Protocol (69)&lt;BR /&gt;
 time Time (37)&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#ip forward-protocol udp bootps&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#no ip forward-protocol udp 67&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#no ip forward-protocol udp 120&lt;BR /&gt;
 Error: UDP port is not in the list to forward.&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#interface vlan 1&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config-if(Vlan 1))#ip helper-address 10.20.2.100&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config-if(Vlan 1))#exit&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#exit&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1#write file&lt;BR /&gt;
 Saving information to config1...done&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1#exit&lt;BR /&gt;
 DFE(rw)-&amp;gt;show config router&lt;BR /&gt;
 This command shows non-default configurations only. &lt;BR /&gt;
 Use 'show config all' to show both default and non-default configurations. &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
 begin &lt;BR /&gt;
 ! &lt;BR /&gt;
 # ***** NON-DEFAULT CONFIGURATION ***** &lt;BR /&gt;
 ! &lt;BR /&gt;
 ! &lt;BR /&gt;
 # Router instance 1 Configuration &lt;BR /&gt;
 begin router 1  &lt;BR /&gt;
 &lt;BR /&gt;
 set router 1 &lt;BR /&gt;
 router 1  &lt;BR /&gt;
 &lt;BR /&gt;
 enable &lt;BR /&gt;
 config t &lt;BR /&gt;
 . . . &lt;BR /&gt;
 no ip forward-protocol udp bootps &lt;BR /&gt;
 . . . &lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;BR /&gt;
 &lt;BR /&gt;
 If multiple 'ip helper-address' commands are present on an interface, each referenced server will receive a copy of all helper-forwarded frames. &lt;BR /&gt;
&lt;BR /&gt;
Note: As of firmware 7.x, this product supports Service ACLs. Such an ACL needs to be set up to allow any desired broadcast protocols (e.g. DHCP, using UDP port 67) through, so that they may function via IP Helper.&lt;/CR&gt;&lt;/VLAN_ID&gt;&lt;/I&gt;&lt;/VLAN_ID&gt;&lt;/I&gt;&lt;/U&gt;&lt;/I&gt;&lt;/U&gt;&lt;/I&gt;&lt;/I&gt;</description>
    <pubDate>Tue, 03 Dec 2013 19:05:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-12-03T19:05:00Z</dc:date>
    <item>
      <title>Use of the IP Helper commands on the Matrix DFE</title>
      <link>https://community.extremenetworks.com/t5/faqs/use-of-the-ip-helper-commands-on-the-matrix-dfe/m-p/44902#M278</link>
      <description>Article ID: 6871 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Clarification to the function of the IP/UDP Helper functionality of the Matrix DFE router. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
"ip helper-address"&lt;BR /&gt;
"ip forward-protocol"&lt;BR /&gt;
"Error: UDP port is not in the list to forward."&lt;BR /&gt;
The 'ip forward-protocol udp 67' command not showing up in configs.&lt;BR /&gt;
The 'ip forward-protocol' command not fully documented in the manual. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
For additional information, please see the &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; appropriate to your firmware. &lt;BR /&gt;
&lt;BR /&gt;
Note that as shown in this document, a given 'ip forward-protocol' command affects all interfaces for the specified router instance, and a given 'ip helper-address' command affects the specified interface for the specified router instance. &lt;BR /&gt;
&lt;BR /&gt;
By default, UDP forwarding as invoked by the 'ip helper-address' command is enabled for the following UDP ports:&lt;UL&gt; 
&lt;LI&gt;Bootp server: bootps=port 67 (&lt;I&gt;not in the Configuration Guide&lt;/I&gt;) 
&lt;/LI&gt;&lt;LI&gt;DNS: domain=port 53 
&lt;/LI&gt;&lt;LI&gt;IEN-116 name service: nameserver=port 42 
&lt;/LI&gt;&lt;LI&gt;NetBIOS datagram service: netbios-dgm=port 138 
&lt;/LI&gt;&lt;LI&gt;NetBIOS name service: netbios-ns=port 137 
&lt;/LI&gt;&lt;LI&gt;TACACS: tacacs=port 49 
&lt;/LI&gt;&lt;LI&gt;TFTP: tftp=port 69 
&lt;/LI&gt;&lt;LI&gt;Time service: time=port 37&lt;/LI&gt;&lt;/UL&gt;
The following command restores the default UDP port forwarding, shown above, as invoked by the 'ip helper-address' command. If the default ports are already in effect, there is no error message:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#&lt;B&gt;ip forward-protocol udp&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 The following command adds one or more additional services/ports on behalf of the 'ip helper-address' command. If the port/protocol is already in effect, there is no error message:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#&lt;B&gt;ip forward-protocol udp &lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;U&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 The following command removes one or more services/ports on behalf of the 'ip helper-address' command. If the port/protocol is not presently in effect, error message "Error: UDP port is not in the list to forward." is generated:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#&lt;B&gt;no ip forward-protocol udp &lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;U&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 The following command activates the helper function, forwarding services/ports as defaulted or overridden:&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config)#interface vlan &lt;VLAN_ID&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router&lt;I&gt;(config-if(Vlan &lt;VLAN_ID&gt;))#&lt;B&gt;ip helper-address &lt;SERVER_ADDRESS&gt;&lt;/SERVER_ADDRESS&gt;&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 When showing the results in the configuration via the 'show config' command, only the overrides to the default condition are displayed. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example management session, with 5.x firmware (&lt;A href="http://bit.ly/1bYK1bQ" target="_blank" rel="nofollow noreferrer noopener"&gt;9964&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;router 1 &lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1&amp;gt;enable&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1#config&lt;BR /&gt;
 Enter configuration commands: &lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#ip forward-protocol udp ?&lt;BR /&gt;
 &amp;lt;1-65535&amp;gt; Port number&lt;BR /&gt;
 bootps Bootstrap Protocol server (67)&lt;BR /&gt;
 domain Domain Name Service (53)&lt;BR /&gt;
 nameserver IEN116 name service (42)&lt;BR /&gt;
 netbios-dgm NetBIOS datagram service (138)&lt;BR /&gt;
 netbios-ns NetBIOS name service (137)&lt;BR /&gt;
 tacacs Terminal Access Controller Access Control System (49)&lt;BR /&gt;
 tftp Trivial File Transfer Protocol (69)&lt;BR /&gt;
 time Time (37)&lt;BR /&gt;
 &lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#ip forward-protocol udp bootps&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#no ip forward-protocol udp 67&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#no ip forward-protocol udp 120&lt;BR /&gt;
 Error: UDP port is not in the list to forward.&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#interface vlan 1&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config-if(Vlan 1))#ip helper-address 10.20.2.100&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config-if(Vlan 1))#exit&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1(config)#exit&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1#write file&lt;BR /&gt;
 Saving information to config1...done&lt;BR /&gt;
 DFE(rw)-&amp;gt;Router1#exit&lt;BR /&gt;
 DFE(rw)-&amp;gt;show config router&lt;BR /&gt;
 This command shows non-default configurations only. &lt;BR /&gt;
 Use 'show config all' to show both default and non-default configurations. &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
 begin &lt;BR /&gt;
 ! &lt;BR /&gt;
 # ***** NON-DEFAULT CONFIGURATION ***** &lt;BR /&gt;
 ! &lt;BR /&gt;
 ! &lt;BR /&gt;
 # Router instance 1 Configuration &lt;BR /&gt;
 begin router 1  &lt;BR /&gt;
 &lt;BR /&gt;
 set router 1 &lt;BR /&gt;
 router 1  &lt;BR /&gt;
 &lt;BR /&gt;
 enable &lt;BR /&gt;
 config t &lt;BR /&gt;
 . . . &lt;BR /&gt;
 no ip forward-protocol udp bootps &lt;BR /&gt;
 . . . &lt;BR /&gt;
 &lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;BR /&gt;
 &lt;BR /&gt;
 If multiple 'ip helper-address' commands are present on an interface, each referenced server will receive a copy of all helper-forwarded frames. &lt;BR /&gt;
&lt;BR /&gt;
Note: As of firmware 7.x, this product supports Service ACLs. Such an ACL needs to be set up to allow any desired broadcast protocols (e.g. DHCP, using UDP port 67) through, so that they may function via IP Helper.&lt;/CR&gt;&lt;/VLAN_ID&gt;&lt;/I&gt;&lt;/VLAN_ID&gt;&lt;/I&gt;&lt;/U&gt;&lt;/I&gt;&lt;/U&gt;&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Tue, 03 Dec 2013 19:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/use-of-the-ip-helper-commands-on-the-matrix-dfe/m-p/44902#M278</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-12-03T19:05:00Z</dc:date>
    </item>
  </channel>
</rss>

