<?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 RE: Copy port configuration to another port? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39470#M8699</link>
    <description>I do not believe there is an option to mirror the config from one port to another</description>
    <pubDate>Mon, 14 Dec 2015 20:17:00 GMT</pubDate>
    <dc:creator>davidj_cogliane</dc:creator>
    <dc:date>2015-12-14T20:17:00Z</dc:date>
    <item>
      <title>Copy port configuration to another port?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39469#M8698</link>
      <description>Configuration Port ? which command can make same configuration Port same another port previously prepared?&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Dec 2015 14:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39469#M8698</guid>
      <dc:creator>MUNIR_ENG</dc:creator>
      <dc:date>2015-12-14T14:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy port configuration to another port?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39470#M8699</link>
      <description>I do not believe there is an option to mirror the config from one port to another</description>
      <pubDate>Mon, 14 Dec 2015 20:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39470#M8699</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2015-12-14T20:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy port configuration to another port?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39471#M8700</link>
      <description>thank you David, &lt;BR /&gt;
&lt;BR /&gt;
but could you please  provide me a steps for do that , like I would configure port 3 like port1 &lt;BR /&gt;
&lt;BR /&gt;
ex: configure ports 1 auto on speed 1000 duplex full , Vlan 1,2,3&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Dec 2015 23:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39471#M8700</guid>
      <dc:creator>MUNIR_ENG</dc:creator>
      <dc:date>2015-12-14T23:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy port configuration to another port?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39472#M8701</link>
      <description>You would have to look at the port configured the way you want&lt;BR /&gt;
Show port X:XX info detail&lt;BR /&gt;
Then manually configure all those attributes on the new port.&lt;BR /&gt;
&lt;BR /&gt;
The only shortcut I could think of would be:&lt;BR /&gt;
sho config | include 1:6&lt;BR /&gt;
configure vlan AH-Guest add ports 1:6, 1:12, 1:48, 1:50, 1:52, 2:6 tagged  configure vlan AH-MGMT add ports 1:6, 1:12, 1:48, 1:50, 1:52, 2:6 tagged  &lt;BR /&gt;
configure vlan Data add ports 1:4, 1:6, 1:11-12, 1:21, 1:44, 1:48-50, 1:52, 2:1-3, 2:6 tagged  &lt;BR /&gt;
configure vlan Voice add ports 1:3-4, 1:6, 1:10, 1:12, 1:15, 1:21, 1:48-50, 1:52, 2:1, 2:3, 2:6, 2:45 tagged  &lt;BR /&gt;
configure vlan WAN add ports 1:4, 1:6, 1:12, 1:21, 1:48-50, 1:52, 2:1, 2:6 tagged  &lt;BR /&gt;
configure qosprofile QP5 minbw 0 maxbw 100 ports 1:6&lt;BR /&gt;
enable cdp ports 1:6&lt;BR /&gt;
configure inline-power detection bypass ports 1:6&lt;BR /&gt;
&lt;BR /&gt;
You could then clean that up in a text editor and past it back in with the new port number:&lt;BR /&gt;
configure vlan AH-Guest add ports x:xx tagged  &lt;BR /&gt;
configure vlan AH-MGMT add ports x:xx tagged  &lt;BR /&gt;
configure vlan Data add ports x:xx tagged  &lt;BR /&gt;
configure vlan Voice add ports x:xx tagged  &lt;BR /&gt;
configure vlan WAN add ports x:xx tagged  &lt;BR /&gt;
configure qosprofile QP5 minbw 0 maxbw 100 ports x:xx&lt;BR /&gt;
enable cdp ports x:xx&lt;BR /&gt;
configure inline-power detection bypass ports x:xx&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps</description>
      <pubDate>Mon, 14 Dec 2015 23:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39472#M8701</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2015-12-14T23:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy port configuration to another port?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39473#M8702</link>
      <description>I got it , thank you</description>
      <pubDate>Mon, 14 Dec 2015 23:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/copy-port-configuration-to-another-port/m-p/39473#M8702</guid>
      <dc:creator>MUNIR_ENG</dc:creator>
      <dc:date>2015-12-14T23:54:00Z</dc:date>
    </item>
  </channel>
</rss>

