<?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: EWC clonning WLAN, Role etc configurations. in ExtremeWireless (Identifi)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37721#M2104</link>
    <description>Hello Roy,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for the example. I will try it. I will also create a feature request about clonning btw.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
Rahman</description>
    <pubDate>Thu, 15 Dec 2016 16:06:00 GMT</pubDate>
    <dc:creator>Rahman_Duran1</dc:creator>
    <dc:date>2016-12-15T16:06:00Z</dc:date>
    <item>
      <title>EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37718#M2101</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I need to create more than 10 auth and non auth roles and about 6 more WLAN services. They will be exacly same with one of the existing role and WLAN. I only need to change the topology settings (for different vlans). Unfortunately there is no option for clonning existing configs.&lt;BR /&gt;
&lt;BR /&gt;
So can I dump the configurations via CLI then copy-edit-paste them for creating the needed roles and WLAN services? If it is possible can you share some code as I never used EWC CLI?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Rahman</description>
      <pubDate>Thu, 15 Dec 2016 12:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37718#M2101</guid>
      <dc:creator>Rahman_Duran1</dc:creator>
      <dc:date>2016-12-15T12:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37719#M2102</link>
      <description>Hello Rahman,&lt;BR /&gt;
&lt;BR /&gt;
It it's possible to copy, edit and paste by CLI commands.&lt;BR /&gt;
You can check current configuration of EWC by "show run-config"&lt;BR /&gt;
Below is a role part of the result for the command.&lt;BR /&gt;
&lt;BR /&gt;
role&lt;BR /&gt;
    create "Guest" snmpid 4 1&lt;BR /&gt;
    "Guest"&lt;BR /&gt;
        filter-status enable&lt;BR /&gt;
        ulfilterap enable&lt;BR /&gt;
        apcustom disable&lt;BR /&gt;
        name "Guest"&lt;BR /&gt;
        default-cos no-change&lt;BR /&gt;
        access-control allow&lt;BR /&gt;
        traffic-mirror enable&lt;BR /&gt;
        acfilters&lt;BR /&gt;
&lt;BR /&gt;
You can edit it as your own purpose and paste it to the CLI prompt.&lt;BR /&gt;
&lt;BR /&gt;
Please read carefully the link below since misconfiguration could affect your network seriously.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://documentation.extremenetworks.com/wireless/CLI/downloads/Wireless_CLI_Reference_Guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/wireless/CLI/downloads/Wireless_CLI_Reference_Guide.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2016 15:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37719#M2102</guid>
      <dc:creator>Roy_Noh</dc:creator>
      <dc:date>2016-12-15T15:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37720#M2103</link>
      <description>Here is an example for you.&lt;BR /&gt;
&lt;BR /&gt;
EWC.lab.extremenetworks.com# role&lt;BR /&gt;
    create "Test"&lt;BR /&gt;
EWC.lab.extremenetworks.com:role#     create "Test"&lt;BR /&gt;
EWC.lab.extremenetworks.com:role#     "Test"&lt;BR /&gt;
        filter-status enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         filter-status enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         ulfilterap enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         apcustom disable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         name "Test"&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         default-cos no-change&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         access-control allow&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         traffic-mirror enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test#         acfilters&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test:acfilters# &lt;BR /&gt;
apply                delete               help                 set-filter-topology  &lt;BR /&gt;
config               end                  logout               set-snmpruletype     &lt;BR /&gt;
create               exit                 move                 show                 &lt;BR /&gt;
&lt;B&gt;EWC.lab.extremenetworks.com:role:Test:acfilters# exit&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;EWC.lab.extremenetworks.com:role:Test# exit&lt;/B&gt;&lt;BR /&gt;
EWC.lab.extremenetworks.com:role#     create "Test1"&lt;BR /&gt;
    "Test1"&lt;BR /&gt;
EWC.lab.extremenetworks.com:role#     "Test1"&lt;BR /&gt;
        filter-status enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         filter-status enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         ulfilterap enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         apcustom disable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         name "Test1"&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         default-cos no-change&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         access-control allow&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         traffic-mirror enable&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1#         acfilters&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1:acfilters# exit&lt;BR /&gt;
EWC.lab.extremenetworks.com:role:Test1# exit&lt;BR /&gt;
&lt;BR /&gt;
EWC.lab.extremenetworks.com:role# &lt;BR /&gt;
EWC.lab.extremenetworks.com:role# show&lt;BR /&gt;
                                                                         &lt;BR /&gt;
Role name        Topology   Class of Service  Mode       Filter defined  &lt;BR /&gt;
                                                                         &lt;BR /&gt;
Lab Demo         no-change  no-change         no-change  Yes             &lt;BR /&gt;
Unregistered     no-change  no-change         no-change  Yes             &lt;BR /&gt;
Enterprise User  no-change  no-change         no-change  Yes             &lt;BR /&gt;
Guest            no-change  no-change         no-change  Yes             &lt;BR /&gt;
Lab Demo Turbo   no-change  no-change         no-change  Yes             &lt;BR /&gt;
GLB_ROLES        no-change  no-change         no-change  Yes             &lt;BR /&gt;
Failsafe         no-change  no-change         no-change  Yes             &lt;BR /&gt;
Administrator    no-change  no-change         no-change  Yes             &lt;BR /&gt;
Deny Access      no-change  no-change         no-change  Yes             &lt;BR /&gt;
Guest Access     no-change  no-change         no-change  Yes             &lt;BR /&gt;
Quarantine       no-change  no-change         no-change  Yes             &lt;BR /&gt;
Notification     no-change  no-change         no-change  Yes             &lt;BR /&gt;
Assessing        no-change  no-change         no-change  Yes             &lt;BR /&gt;
&lt;B&gt;Test             no-change  no-change         no-change  Yes             &lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;Test1            no-change  no-change         no-change  Yes             &lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;                                                                         &lt;/B&gt;&lt;BR /&gt;
EWC.lab.extremenetworks.com:role# &lt;BR /&gt;
&lt;BR /&gt;
Please notice - Type in "exit" to go back to upper level.&lt;BR /&gt;
&lt;BR /&gt;
Thanks &lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2016 15:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37720#M2103</guid>
      <dc:creator>Roy_Noh</dc:creator>
      <dc:date>2016-12-15T15:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37721#M2104</link>
      <description>Hello Roy,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for the example. I will try it. I will also create a feature request about clonning btw.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
Rahman</description>
      <pubDate>Thu, 15 Dec 2016 16:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37721#M2104</guid>
      <dc:creator>Rahman_Duran1</dc:creator>
      <dc:date>2016-12-15T16:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37722#M2105</link>
      <description>You can also use Policy manager in ExtremeControl to copy and paste roles/rules/services.</description>
      <pubDate>Thu, 15 Dec 2016 17:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37722#M2105</guid>
      <dc:creator>Gareth_Mitchell</dc:creator>
      <dc:date>2016-12-15T17:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37723#M2106</link>
      <description>Unfortunately this does not work. I can create role via CLI but can not assign topology just after creating it. "Error: unrecognized command "topology-name"."&lt;BR /&gt;
&lt;BR /&gt;
this is what I paste to CLI&lt;BR /&gt;
&lt;BR /&gt;
role&lt;BR /&gt;
create "acu-sehir-unauth"&lt;BR /&gt;
"acu-sehir-unauth"&lt;BR /&gt;
topology-name "B@EWC(vlan62)"&lt;BR /&gt;
filter-status enable&lt;BR /&gt;
ulfilterap enable&lt;BR /&gt;
apcustom disable&lt;BR /&gt;
name "acu-sehir-unauth"&lt;BR /&gt;
default-cos no-change&lt;BR /&gt;
access-control contain2vlan&lt;BR /&gt;
traffic-mirror none&lt;BR /&gt;
&lt;BR /&gt;
acfilters&lt;BR /&gt;
create 1 proto any eth 800 mac any interface-ip in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
create 2 proto udp eth 800 mac any 0.0.0.0/0 port 68 in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
create 3 proto udp eth 800 mac any 0.0.0.0/0 port 53 in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
create 4 proto udp eth 800 mac any 0.0.0.0/0 port 67 in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
&lt;BR /&gt;
Any idea why it does not work?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Rahman</description>
      <pubDate>Thu, 15 Dec 2016 17:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37723#M2106</guid>
      <dc:creator>Rahman_Duran1</dc:creator>
      <dc:date>2016-12-15T17:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37724#M2107</link>
      <description>Ok, I got it working. The trick was to set topology-name at the end and use "Apply" command. Here is the working  codes:&lt;BR /&gt;
&lt;BR /&gt;
rolecreate "acu-savsat-unauth"&lt;BR /&gt;
"acu-savsat-unauth"&lt;BR /&gt;
filter-status enable&lt;BR /&gt;
ulfilterap enable&lt;BR /&gt;
apcustom disable&lt;BR /&gt;
name "acu-savsat-unauth"&lt;BR /&gt;
default-cos no-change&lt;BR /&gt;
access-control contain2vlan&lt;BR /&gt;
traffic-mirror none&lt;BR /&gt;
topology-name "B@EWC(vlan67)"&lt;BR /&gt;
apply&lt;BR /&gt;
&lt;BR /&gt;
acfilters&lt;BR /&gt;
create 1 proto any eth 800 mac any interface-ip in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
create 2 proto udp eth 800 mac any 0.0.0.0/0 port 68 in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
create 3 proto udp eth 800 mac any 0.0.0.0/0 port 53 in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
create 4 proto udp eth 800 mac any 0.0.0.0/0 port 67 in dst out src allow priority none tos-dscp none cos none traffic-mirror none&lt;BR /&gt;
apply&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Rahman</description>
      <pubDate>Thu, 15 Dec 2016 20:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37724#M2107</guid>
      <dc:creator>Rahman_Duran1</dc:creator>
      <dc:date>2016-12-15T20:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37725#M2108</link>
      <description>A "Duplicate Role and Rename" feature would be useful.  I will second that!  Several times I find myself wanting to do this.. I had the capability when I was using Policy Manager for Wireless, but I haven't used PM for wireless in a while.  Maybe I should revisit that.</description>
      <pubDate>Thu, 15 Dec 2016 20:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37725#M2108</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2016-12-15T20:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37726#M2109</link>
      <description>I would do it over WebGui.&lt;BR /&gt;
You never know what you maybe miss if doing it over CLI and I don't think it will be faster?!&lt;BR /&gt;
&lt;BR /&gt;
Yes..C4 for cloning feature. &lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2016 22:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37726#M2109</guid>
      <dc:creator>Umut_Aydin</dc:creator>
      <dc:date>2016-12-15T22:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: EWC clonning WLAN, Role etc configurations.</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37727#M2110</link>
      <description>Well, it was actually a lot faster. Problem is not creating the roles via GUI. Problem is writing maybe 10-15 filter rule per role which are all the same for all roles. This is way faster with cloning or in this situation copy-edit-paste via CLI.</description>
      <pubDate>Thu, 15 Dec 2016 22:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-identifi/ewc-clonning-wlan-role-etc-configurations/m-p/37727#M2110</guid>
      <dc:creator>Rahman_Duran1</dc:creator>
      <dc:date>2016-12-15T22:41:00Z</dc:date>
    </item>
  </channel>
</rss>

