<?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 Problems with the CLI Config in ExtremeWireless (IQE)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-iqe/problems-with-the-cli-config/m-p/17396#M121</link>
    <description>admin root-admin TRON password xxxxxxxx&lt;BR /&gt;&lt;BR /&gt;no capwap client enable&lt;BR /&gt;&lt;BR /&gt;security-object Wifi1&lt;BR /&gt;security-object Wifi1 security protocol-suite wpa2-aes-psk ascii-key xxxxxxx&lt;BR /&gt;security-object Wifi1 default-user-profile-attr 30&lt;BR /&gt;&lt;BR /&gt;security-object Wifi2&lt;BR /&gt;security-object Wifi2 security protocol-suite wpa2-aes-psk ascii-key xxxxxx&lt;BR /&gt;security-object Wifi2 default-user-profile-attr 31&lt;BR /&gt;&lt;BR /&gt;ssid THEHIVE1&lt;BR /&gt;ssid THEHIVE1 security-object Wifi1&lt;BR /&gt;&lt;BR /&gt;ssid THEHIVE2&lt;BR /&gt;ssid THEHIVE2 security-object Wifi2&lt;BR /&gt;&lt;BR /&gt;hive TRONS-HIVE&lt;BR /&gt;hive TRONS-HIVE password xxxxxxxxx&lt;BR /&gt;&lt;BR /&gt;interface wifi0.1 ssid THEHIVE1 interface wifi1.2 ssid THEHIVE1&lt;BR /&gt;interface wifi0.2 ssid THEHIVE2&lt;BR /&gt;interface wifi1.3 ssid THEHIVE2&lt;BR /&gt;&lt;BR /&gt;interface mgt0 hive TRONS-HIVE&lt;BR /&gt;&lt;BR /&gt;user-profile Wifi1 qos-policy def-user-qos vlan-id 30 attribute 30&lt;BR /&gt;user-profile Wifi2 qos-policy def-user-qos vlan-id 31 attribute 31&lt;BR /&gt;&lt;BR /&gt;interface wifi1 radio channel 44&lt;BR /&gt;&lt;BR /&gt;hostname TRONSHIVE-AP1&lt;BR /&gt;&lt;BR /&gt;save config&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From this point on I have difficulties what to do. How do I have to wire it.&lt;BR /&gt;&lt;BR /&gt;I have a switch that is connected to my router on the switch I have ETH1 and power I get via power cable POE.&lt;BR /&gt;Why do I have to do a hard reset.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI value="15"&gt;Now that the base config has been written in the AP, there are two more lines we need to set so that we will be able to contact the device's management interface:&lt;BR /&gt;&lt;B&gt;This will be where we need to switch cables and rely on the power block&lt;/B&gt;
&lt;DIV class="bquote"&gt;interface mgt0 vlan 32 interface mgt0 ip 10.11.12.2 255.255.255.0&lt;BR /&gt;The procedure to push this conf is simple:&lt;BR /&gt;– AP should be connected to a network with working dhcp.&lt;BR /&gt;– Power on the AP.&lt;BR /&gt;– Perform a hard reset: once it is powered on well, insert a small pin into the reset hole. The light will slightly blink a few times, and then stay blue.&lt;BR /&gt;– Let the AP boot again until light is green.&lt;BR /&gt;– Once the light is green, find the IP of the AP. I used nmap for this: as root:&lt;BR /&gt;
&lt;DIV class="bquote"&gt;#nmap -sP 172.28.200.1-254&lt;/DIV&gt;
I use root for this as access to the MAC tells you which device it is
&lt;DIV class="bquote"&gt;JuPiTeR ~ # nmap -sP 172.28.200.1-254&lt;BR /&gt;Host is up (0.00057s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;BR /&gt;Nmap scan report for 172.28.200.92&lt;BR /&gt;Host is up (0.00058s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;BR /&gt;Nmap scan report for 172.28.200.93&lt;BR /&gt;Host is up (0.00056s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;BR /&gt;Nmap scan report for 172.28.200.94&lt;BR /&gt;Host is up (0.00057s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Once you know the IP, then edit the following conf to fit your needs&lt;BR /&gt;(change login/pass, SSID names, PSK, vlan, hive password, …)
&lt;DIV class="bquote"&gt;admin root-admin newadminlogin password newadminpassword&lt;BR /&gt;system led brightness dim&lt;BR /&gt;no capwap client enable&lt;BR /&gt;security-object Wifi1&lt;BR /&gt;security-object Wifi1 security protocol-suite wpa2-aes-psk ascii-key "One of your networks_PSK"&lt;BR /&gt;security-object Wifi1 default-user-profile-attr 30&lt;BR /&gt;security-object Wifi2&lt;BR /&gt;security-object Wifi2 security protocol-suite wpa2-aes-psk ascii-key "the other network's PSK"&lt;BR /&gt;security-object Wifi2 default-user-profile-attr 31 ssid Wifi1&lt;BR /&gt;ssid Wifi1 security-object Wifi1&lt;BR /&gt;ssid Wifi2&lt;BR /&gt;ssid Wifi2 security-object Wifi2&lt;BR /&gt;hive Wifi-Hive&lt;BR /&gt;hive Wifi-Hive password A-strong-hive-assword&lt;BR /&gt;interface wifi0.1 ssid Wifi1&lt;BR /&gt;interface wifi1.2 ssid Wifi1&lt;BR /&gt;interface wifi0.2 ssid Wifi2&lt;BR /&gt;interface wifi1.3 ssid Wifi2&lt;BR /&gt;interface mgt0 hive Wifi-Hive&lt;BR /&gt;user-profile Wifi1 qos-policy def-user-qos vlan-id 30 attribute 30&lt;BR /&gt;user-profile Wifi2 qos-policy def-user-qos vlan-id 31 attribute 31&lt;BR /&gt;interface wifi1 radio channel 44&lt;BR /&gt;hostname WifetteHive-AP1&lt;BR /&gt;save config&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;B&gt;Now you are ready to push the conf, for this:&lt;/B&gt;
&lt;OL&gt;
&lt;LI&gt;Plug in the simple not tagged network cable&lt;/LI&gt;
&lt;LI&gt;ssh into the device (default login is admin, and default password is aerohive)&lt;/LI&gt;
&lt;LI&gt;Copy your conf and paste it in the terminal – don't forget to save config!&lt;/LI&gt;
&lt;LI&gt;change the management vlan: "interface mgt0 vlan 32" - Your device should look like it froze.&lt;/LI&gt;
&lt;LI&gt;close that terminal, and switch to the cable carrying tagged vlan32 (there should be a dhcp… find the devices address on that vlan) –&amp;gt; if you don't use a power block here, you're screwed… because pulling the wire will reset the device to last saved conf, hence erasing the "interface mgt0 vlan 32".&lt;/LI&gt;
&lt;LI&gt;ssh to the device on its new IP,&lt;/LI&gt;
&lt;LI&gt;optionally, give it a fix IP in the mgt control vlan: "interface mgt0 ip 10.11.12.7 255.255.255.0"&lt;/LI&gt;
&lt;LI&gt;save config once again.&lt;/LI&gt;
&lt;/OL&gt;
&lt;B&gt;Your config should be up and running.&lt;/B&gt;&lt;BR /&gt;
&lt;DIV class="bquote"&gt;
&lt;H2&gt;Testing your config:&lt;/H2&gt;
&lt;/DIV&gt;
1: Test your wifi with some device (if it doesn't work, you did something wrong)&lt;BR /&gt;2: Check the conf with ssh, we will test with 4 commands:&lt;BR /&gt;$ ssh 172.28.200.94&lt;BR /&gt;Aerohive Networks Inc.&lt;BR /&gt;Copyright (C) 2006-2015&lt;BR /&gt;
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show interface&lt;/B&gt; ￼
&lt;DIV class="bquote"&gt;aerohive cli show interface&lt;/DIV&gt;
&lt;DIV class="material-placeholder"&gt;&lt;IMG class="materialboxed img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_interface.png" alt="aerohive show interface" width="650" /&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Show us the interfaces of selected AP. the important things here:&lt;BR /&gt;Wifi0 is in access mode, while wifi1 is in dual mode. Dual here means access and backhaul, access being the one for clients, and backhaul the one the AP's use to communicate between themselves. Here you see why numbers didn't match in the config's tricky part:&lt;BR /&gt;wifi0.1 –&amp;gt; SSID Wifette (2.4Ghz)&lt;BR /&gt;wifi0.2 –&amp;gt; SSID Picard (2.4Ghz)&lt;BR /&gt;wifi1.1 –&amp;gt; backhaul&lt;BR /&gt;wifi1.2 –&amp;gt; SSID Wifette (5Ghz)&lt;BR /&gt;wifi1.3 –&amp;gt; SSID Picard (5Ghz)&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show station&lt;/B&gt; ￼
&lt;DIV class="bquote"&gt;aerohive cli show station￼&lt;/DIV&gt;
&lt;IMG class="responsive-img img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_station.png" alt="aerohive show station" /&gt;
&lt;P&gt;We can see all clients connected to the different SSID's of the current AP, in this case, there is one connected to wifi0.1 (thus on wifette in 2.4Ghz as we saw on the previous picture)&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show hive Wifette-Hive neighbor&lt;/B&gt; ￼
&lt;DIV class="bquote"&gt;aerohive cli show hive Wifette-Hive neighbor￼&lt;/DIV&gt;
&lt;IMG class="responsive-img img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_hive_hive_neighbor.png" alt="aerohive show hive hive_neighbor" /&gt;&lt;BR /&gt;
&lt;P&gt;Here we can see that the AP's can see each other… in this case, Wifette-Hive AP3 can see 3 other access points, and they are part of the same hive.&lt;/P&gt;
&lt;/DIV&gt;
In my case, the main objective of the hive, is that all AP's act as one, and allow customers to roam without disconnection. For this, the hive uses a "roaming cache"…
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show roaming cache&lt;/B&gt;
&lt;DIV class="bquote"&gt;aerohive cli show roaming cache&lt;/DIV&gt;
&lt;IMG class="responsive-img img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_roaming_cache.png" alt="aerohive show roaming cache" /&gt;&lt;BR /&gt;
&lt;P&gt;In this case, we can see that 3 clients are connected to other access points of the hive. AP3 already has the information about these clients (thanks to the hive), and if client 3 get better signal from AP3 than from the one he is currently connected on, the device will switch from AP transparently.&lt;/P&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thx for help</description>
    <pubDate>Fri, 03 Dec 2021 22:07:00 GMT</pubDate>
    <dc:creator>Joebacca</dc:creator>
    <dc:date>2021-12-03T22:07:00Z</dc:date>
    <item>
      <title>Problems with the CLI Config</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/problems-with-the-cli-config/m-p/17396#M121</link>
      <description>admin root-admin TRON password xxxxxxxx&lt;BR /&gt;&lt;BR /&gt;no capwap client enable&lt;BR /&gt;&lt;BR /&gt;security-object Wifi1&lt;BR /&gt;security-object Wifi1 security protocol-suite wpa2-aes-psk ascii-key xxxxxxx&lt;BR /&gt;security-object Wifi1 default-user-profile-attr 30&lt;BR /&gt;&lt;BR /&gt;security-object Wifi2&lt;BR /&gt;security-object Wifi2 security protocol-suite wpa2-aes-psk ascii-key xxxxxx&lt;BR /&gt;security-object Wifi2 default-user-profile-attr 31&lt;BR /&gt;&lt;BR /&gt;ssid THEHIVE1&lt;BR /&gt;ssid THEHIVE1 security-object Wifi1&lt;BR /&gt;&lt;BR /&gt;ssid THEHIVE2&lt;BR /&gt;ssid THEHIVE2 security-object Wifi2&lt;BR /&gt;&lt;BR /&gt;hive TRONS-HIVE&lt;BR /&gt;hive TRONS-HIVE password xxxxxxxxx&lt;BR /&gt;&lt;BR /&gt;interface wifi0.1 ssid THEHIVE1 interface wifi1.2 ssid THEHIVE1&lt;BR /&gt;interface wifi0.2 ssid THEHIVE2&lt;BR /&gt;interface wifi1.3 ssid THEHIVE2&lt;BR /&gt;&lt;BR /&gt;interface mgt0 hive TRONS-HIVE&lt;BR /&gt;&lt;BR /&gt;user-profile Wifi1 qos-policy def-user-qos vlan-id 30 attribute 30&lt;BR /&gt;user-profile Wifi2 qos-policy def-user-qos vlan-id 31 attribute 31&lt;BR /&gt;&lt;BR /&gt;interface wifi1 radio channel 44&lt;BR /&gt;&lt;BR /&gt;hostname TRONSHIVE-AP1&lt;BR /&gt;&lt;BR /&gt;save config&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From this point on I have difficulties what to do. How do I have to wire it.&lt;BR /&gt;&lt;BR /&gt;I have a switch that is connected to my router on the switch I have ETH1 and power I get via power cable POE.&lt;BR /&gt;Why do I have to do a hard reset.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI value="15"&gt;Now that the base config has been written in the AP, there are two more lines we need to set so that we will be able to contact the device's management interface:&lt;BR /&gt;&lt;B&gt;This will be where we need to switch cables and rely on the power block&lt;/B&gt;
&lt;DIV class="bquote"&gt;interface mgt0 vlan 32 interface mgt0 ip 10.11.12.2 255.255.255.0&lt;BR /&gt;The procedure to push this conf is simple:&lt;BR /&gt;– AP should be connected to a network with working dhcp.&lt;BR /&gt;– Power on the AP.&lt;BR /&gt;– Perform a hard reset: once it is powered on well, insert a small pin into the reset hole. The light will slightly blink a few times, and then stay blue.&lt;BR /&gt;– Let the AP boot again until light is green.&lt;BR /&gt;– Once the light is green, find the IP of the AP. I used nmap for this: as root:&lt;BR /&gt;
&lt;DIV class="bquote"&gt;#nmap -sP 172.28.200.1-254&lt;/DIV&gt;
I use root for this as access to the MAC tells you which device it is
&lt;DIV class="bquote"&gt;JuPiTeR ~ # nmap -sP 172.28.200.1-254&lt;BR /&gt;Host is up (0.00057s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;BR /&gt;Nmap scan report for 172.28.200.92&lt;BR /&gt;Host is up (0.00058s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;BR /&gt;Nmap scan report for 172.28.200.93&lt;BR /&gt;Host is up (0.00056s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;BR /&gt;Nmap scan report for 172.28.200.94&lt;BR /&gt;Host is up (0.00057s latency).&lt;BR /&gt;MAC Address: 00:19:77:00:00:00 (Aerohive Networks)&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Once you know the IP, then edit the following conf to fit your needs&lt;BR /&gt;(change login/pass, SSID names, PSK, vlan, hive password, …)
&lt;DIV class="bquote"&gt;admin root-admin newadminlogin password newadminpassword&lt;BR /&gt;system led brightness dim&lt;BR /&gt;no capwap client enable&lt;BR /&gt;security-object Wifi1&lt;BR /&gt;security-object Wifi1 security protocol-suite wpa2-aes-psk ascii-key "One of your networks_PSK"&lt;BR /&gt;security-object Wifi1 default-user-profile-attr 30&lt;BR /&gt;security-object Wifi2&lt;BR /&gt;security-object Wifi2 security protocol-suite wpa2-aes-psk ascii-key "the other network's PSK"&lt;BR /&gt;security-object Wifi2 default-user-profile-attr 31 ssid Wifi1&lt;BR /&gt;ssid Wifi1 security-object Wifi1&lt;BR /&gt;ssid Wifi2&lt;BR /&gt;ssid Wifi2 security-object Wifi2&lt;BR /&gt;hive Wifi-Hive&lt;BR /&gt;hive Wifi-Hive password A-strong-hive-assword&lt;BR /&gt;interface wifi0.1 ssid Wifi1&lt;BR /&gt;interface wifi1.2 ssid Wifi1&lt;BR /&gt;interface wifi0.2 ssid Wifi2&lt;BR /&gt;interface wifi1.3 ssid Wifi2&lt;BR /&gt;interface mgt0 hive Wifi-Hive&lt;BR /&gt;user-profile Wifi1 qos-policy def-user-qos vlan-id 30 attribute 30&lt;BR /&gt;user-profile Wifi2 qos-policy def-user-qos vlan-id 31 attribute 31&lt;BR /&gt;interface wifi1 radio channel 44&lt;BR /&gt;hostname WifetteHive-AP1&lt;BR /&gt;save config&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;B&gt;Now you are ready to push the conf, for this:&lt;/B&gt;
&lt;OL&gt;
&lt;LI&gt;Plug in the simple not tagged network cable&lt;/LI&gt;
&lt;LI&gt;ssh into the device (default login is admin, and default password is aerohive)&lt;/LI&gt;
&lt;LI&gt;Copy your conf and paste it in the terminal – don't forget to save config!&lt;/LI&gt;
&lt;LI&gt;change the management vlan: "interface mgt0 vlan 32" - Your device should look like it froze.&lt;/LI&gt;
&lt;LI&gt;close that terminal, and switch to the cable carrying tagged vlan32 (there should be a dhcp… find the devices address on that vlan) –&amp;gt; if you don't use a power block here, you're screwed… because pulling the wire will reset the device to last saved conf, hence erasing the "interface mgt0 vlan 32".&lt;/LI&gt;
&lt;LI&gt;ssh to the device on its new IP,&lt;/LI&gt;
&lt;LI&gt;optionally, give it a fix IP in the mgt control vlan: "interface mgt0 ip 10.11.12.7 255.255.255.0"&lt;/LI&gt;
&lt;LI&gt;save config once again.&lt;/LI&gt;
&lt;/OL&gt;
&lt;B&gt;Your config should be up and running.&lt;/B&gt;&lt;BR /&gt;
&lt;DIV class="bquote"&gt;
&lt;H2&gt;Testing your config:&lt;/H2&gt;
&lt;/DIV&gt;
1: Test your wifi with some device (if it doesn't work, you did something wrong)&lt;BR /&gt;2: Check the conf with ssh, we will test with 4 commands:&lt;BR /&gt;$ ssh 172.28.200.94&lt;BR /&gt;Aerohive Networks Inc.&lt;BR /&gt;Copyright (C) 2006-2015&lt;BR /&gt;
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show interface&lt;/B&gt; ￼
&lt;DIV class="bquote"&gt;aerohive cli show interface&lt;/DIV&gt;
&lt;DIV class="material-placeholder"&gt;&lt;IMG class="materialboxed img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_interface.png" alt="aerohive show interface" width="650" /&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Show us the interfaces of selected AP. the important things here:&lt;BR /&gt;Wifi0 is in access mode, while wifi1 is in dual mode. Dual here means access and backhaul, access being the one for clients, and backhaul the one the AP's use to communicate between themselves. Here you see why numbers didn't match in the config's tricky part:&lt;BR /&gt;wifi0.1 –&amp;gt; SSID Wifette (2.4Ghz)&lt;BR /&gt;wifi0.2 –&amp;gt; SSID Picard (2.4Ghz)&lt;BR /&gt;wifi1.1 –&amp;gt; backhaul&lt;BR /&gt;wifi1.2 –&amp;gt; SSID Wifette (5Ghz)&lt;BR /&gt;wifi1.3 –&amp;gt; SSID Picard (5Ghz)&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show station&lt;/B&gt; ￼
&lt;DIV class="bquote"&gt;aerohive cli show station￼&lt;/DIV&gt;
&lt;IMG class="responsive-img img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_station.png" alt="aerohive show station" /&gt;
&lt;P&gt;We can see all clients connected to the different SSID's of the current AP, in this case, there is one connected to wifi0.1 (thus on wifette in 2.4Ghz as we saw on the previous picture)&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show hive Wifette-Hive neighbor&lt;/B&gt; ￼
&lt;DIV class="bquote"&gt;aerohive cli show hive Wifette-Hive neighbor￼&lt;/DIV&gt;
&lt;IMG class="responsive-img img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_hive_hive_neighbor.png" alt="aerohive show hive hive_neighbor" /&gt;&lt;BR /&gt;
&lt;P&gt;Here we can see that the AP's can see each other… in this case, Wifette-Hive AP3 can see 3 other access points, and they are part of the same hive.&lt;/P&gt;
&lt;/DIV&gt;
In my case, the main objective of the hive, is that all AP's act as one, and allow customers to roam without disconnection. For this, the hive uses a "roaming cache"…
&lt;DIV class="bquote"&gt;&lt;B&gt;WifetteHive-AP3#show roaming cache&lt;/B&gt;
&lt;DIV class="bquote"&gt;aerohive cli show roaming cache&lt;/DIV&gt;
&lt;IMG class="responsive-img img-responsive" src="https://www.aroundtheglobe.biz/images/aerohive_show_roaming_cache.png" alt="aerohive show roaming cache" /&gt;&lt;BR /&gt;
&lt;P&gt;In this case, we can see that 3 clients are connected to other access points of the hive. AP3 already has the information about these clients (thanks to the hive), and if client 3 get better signal from AP3 than from the one he is currently connected on, the device will switch from AP transparently.&lt;/P&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thx for help</description>
      <pubDate>Fri, 03 Dec 2021 22:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/problems-with-the-cli-config/m-p/17396#M121</guid>
      <dc:creator>Joebacca</dc:creator>
      <dc:date>2021-12-03T22:07:00Z</dc:date>
    </item>
  </channel>
</rss>

