<?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 DFE Configuration Append support for Router Commands in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/dfe-configuration-append-support-for-router-commands/m-p/49789#M616</link>
    <description>Article ID: 5690 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE&lt;BR /&gt;
Firmware 5.32.06 and lower &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'configure append' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Configuration append not supported for router commands&lt;BR /&gt;
"router command out of place." &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
With earlier firmware, the appending of router configuration commands to a running router configuration by means of the 'append' option of the 'configure' command (&lt;A href="http://bit.ly/1h7Itjx" target="_blank" rel="nofollow noreferrer noopener"&gt;5035&lt;/A&gt;) is not supported. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example of such an attempt:&lt;BR /&gt;
Matrix(rw)-&amp;gt;copy tftp://10.20.144.140/newlines.txt slot3/newlines.txt &lt;BR /&gt;
Matrix(rw)-&amp;gt;configure slot3/newlines.txt append&lt;BR /&gt;
router command out of place.&lt;BR /&gt;
Matrix(rw)-&amp;gt;&lt;BR /&gt;
 &lt;BR /&gt;
 If an appended configuration file consists of switching then routing commands, the switching commands are appended but the routing commands fail with the stated error message.&lt;BR /&gt;
If an appended configuration file consists of routing then switching commands, the routing commands fail with the stated error message and the switching commands are ignored. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Upgrade to firmware 5.35.16 or higher. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Release notes&lt;/A&gt; state, in the 'Changes made in 5.35.16' section:&lt;BR /&gt;
"The append form of the configure command is now supported for configuration files that contain active router configuration settings." &lt;BR /&gt;
&lt;BR /&gt;
Appended commands are applied one at a time to the running system, from the top down - just as if you were manually entering them. This includes commands to delete existing commands, change to and from router/interface/ospf mode, etc. As with manual command entry, an entered command may generate an error from the editor, in which case the command is ignored and the system waits for the next command. &lt;BR /&gt;
&lt;BR /&gt;
Thus, the commands required for appending router configurations are a permutation of the commands seen surrounding the router configurations in the output of a 'show config' command.&lt;BR /&gt;
&amp;lt; -switching commands while in switching mode- &amp;gt;&lt;BR /&gt;
begin router                              Required: Set to router mode&lt;BR /&gt;
enable                                    Required: Set to router enable mode&lt;BR /&gt;
config t                                  Required: Set to router config terminal mode&lt;BR /&gt;
&amp;lt; -router commands while in router mode- &amp;gt;&lt;BR /&gt;
write file                                Required: Save the router configuration&lt;BR /&gt;
exit                                      Required: Exit router config mode&lt;BR /&gt;
disable                                   Required: Disable router terminal mode&lt;BR /&gt;
exit                                      Required: Exit router enable mode&lt;BR /&gt;
end router                                Required: Exit router mode&lt;BR /&gt;
&amp;lt; -switching commands while in switching mode- &amp;gt;&lt;BR /&gt;
 &lt;BR /&gt;
 This template applies to firmware 6.x and higher, which supports only one router instance (&lt;A href="http://bit.ly/1bYK1bQ" target="_blank" rel="nofollow noreferrer noopener"&gt;9964&lt;/A&gt;). With earlier firmware, you'd use syntax "begin router &amp;lt;&lt;I&gt;slot#&lt;/I&gt;&amp;gt;". &lt;BR /&gt;
&lt;BR /&gt;
Here is an example of a configuration append using 6.x firmware:&lt;BR /&gt;
Matrix(rw)-&amp;gt;configure slot6/testfile.txt append&lt;BR /&gt;
 &lt;BR /&gt;
Matrix(rw)-&amp;gt;Router&amp;gt;enable&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router#config t&lt;BR /&gt;
Enter configuration commands:&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#access-list 111 deny ip any 10.202.0.0 0.0.255.255&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#access-list 111 permit icmp any any&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#interface vlan 10&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#ip address 10.110.1.1 255.255.255.0&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#no shutdown&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#ip access-group 111 in&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#exit&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#write file&lt;BR /&gt;
Saving information to config...done&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#exit&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router#disable&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router#exit&lt;BR /&gt;
 &lt;BR /&gt;
set port negotiation fe.6.3 enable&lt;BR /&gt;
Matrix(rw)-&amp;gt;</description>
    <pubDate>Sat, 23 Nov 2013 07:51:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-23T07:51:00Z</dc:date>
    <item>
      <title>DFE Configuration Append support for Router Commands</title>
      <link>https://community.extremenetworks.com/t5/faqs/dfe-configuration-append-support-for-router-commands/m-p/49789#M616</link>
      <description>Article ID: 5690 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE&lt;BR /&gt;
Firmware 5.32.06 and lower &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Commands&lt;/B&gt;&lt;BR /&gt;
'configure append' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Configuration append not supported for router commands&lt;BR /&gt;
"router command out of place." &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
With earlier firmware, the appending of router configuration commands to a running router configuration by means of the 'append' option of the 'configure' command (&lt;A href="http://bit.ly/1h7Itjx" target="_blank" rel="nofollow noreferrer noopener"&gt;5035&lt;/A&gt;) is not supported. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example of such an attempt:&lt;BR /&gt;
Matrix(rw)-&amp;gt;copy tftp://10.20.144.140/newlines.txt slot3/newlines.txt &lt;BR /&gt;
Matrix(rw)-&amp;gt;configure slot3/newlines.txt append&lt;BR /&gt;
router command out of place.&lt;BR /&gt;
Matrix(rw)-&amp;gt;&lt;BR /&gt;
 &lt;BR /&gt;
 If an appended configuration file consists of switching then routing commands, the switching commands are appended but the routing commands fail with the stated error message.&lt;BR /&gt;
If an appended configuration file consists of routing then switching commands, the routing commands fail with the stated error message and the switching commands are ignored. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Upgrade to firmware 5.35.16 or higher. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;Release notes&lt;/A&gt; state, in the 'Changes made in 5.35.16' section:&lt;BR /&gt;
"The append form of the configure command is now supported for configuration files that contain active router configuration settings." &lt;BR /&gt;
&lt;BR /&gt;
Appended commands are applied one at a time to the running system, from the top down - just as if you were manually entering them. This includes commands to delete existing commands, change to and from router/interface/ospf mode, etc. As with manual command entry, an entered command may generate an error from the editor, in which case the command is ignored and the system waits for the next command. &lt;BR /&gt;
&lt;BR /&gt;
Thus, the commands required for appending router configurations are a permutation of the commands seen surrounding the router configurations in the output of a 'show config' command.&lt;BR /&gt;
&amp;lt; -switching commands while in switching mode- &amp;gt;&lt;BR /&gt;
begin router                              Required: Set to router mode&lt;BR /&gt;
enable                                    Required: Set to router enable mode&lt;BR /&gt;
config t                                  Required: Set to router config terminal mode&lt;BR /&gt;
&amp;lt; -router commands while in router mode- &amp;gt;&lt;BR /&gt;
write file                                Required: Save the router configuration&lt;BR /&gt;
exit                                      Required: Exit router config mode&lt;BR /&gt;
disable                                   Required: Disable router terminal mode&lt;BR /&gt;
exit                                      Required: Exit router enable mode&lt;BR /&gt;
end router                                Required: Exit router mode&lt;BR /&gt;
&amp;lt; -switching commands while in switching mode- &amp;gt;&lt;BR /&gt;
 &lt;BR /&gt;
 This template applies to firmware 6.x and higher, which supports only one router instance (&lt;A href="http://bit.ly/1bYK1bQ" target="_blank" rel="nofollow noreferrer noopener"&gt;9964&lt;/A&gt;). With earlier firmware, you'd use syntax "begin router &amp;lt;&lt;I&gt;slot#&lt;/I&gt;&amp;gt;". &lt;BR /&gt;
&lt;BR /&gt;
Here is an example of a configuration append using 6.x firmware:&lt;BR /&gt;
Matrix(rw)-&amp;gt;configure slot6/testfile.txt append&lt;BR /&gt;
 &lt;BR /&gt;
Matrix(rw)-&amp;gt;Router&amp;gt;enable&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router#config t&lt;BR /&gt;
Enter configuration commands:&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#access-list 111 deny ip any 10.202.0.0 0.0.255.255&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#access-list 111 permit icmp any any&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#interface vlan 10&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#ip address 10.110.1.1 255.255.255.0&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#no shutdown&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#ip access-group 111 in&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config-if(Vlan 10))#exit&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#write file&lt;BR /&gt;
Saving information to config...done&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router(config)#exit&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router#disable&lt;BR /&gt;
Matrix(rw)-&amp;gt;Router#exit&lt;BR /&gt;
 &lt;BR /&gt;
set port negotiation fe.6.3 enable&lt;BR /&gt;
Matrix(rw)-&amp;gt;</description>
      <pubDate>Sat, 23 Nov 2013 07:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/dfe-configuration-append-support-for-router-commands/m-p/49789#M616</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-23T07:51:00Z</dc:date>
    </item>
  </channel>
</rss>

