<?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: how to add aerohive ap to a xiq va on-premise? in ExtremeWireless (IQE)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63984#M341</link>
    <description>&lt;P&gt;&lt;USER-MENTION data-id="9898887"&gt;@Sam Pirok&lt;/USER-MENTION&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the tcpdump data:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-bash"&gt;tcpdump -nvi wg0 port 12222&lt;BR /&gt;&lt;BR /&gt;tcpdump: listening on wg0, link-type RAW (Raw IP), capture size 262144 bytes&lt;BR /&gt;07:18:53.751931 IP (tos 0x0, ttl 63, id 51753, offset 0, flags [none], proto UDP (17), length 125)&lt;BR /&gt;    172.16.230.5.49674 &amp;gt; 172.16.220.250.12222: LWAPP version 1 packet not supported&lt;BR /&gt;07:18:53.753092 IP (tos 0x0, ttl 63, id 32414, offset 0, flags [DF], proto UDP (17), length 141)&lt;BR /&gt;    172.16.220.250.12222 &amp;gt; 172.16.230.5.49674: LWAPP version 1 packet not supported&lt;BR /&gt;07:19:23.907938 IP (tos 0x0, ttl 63, id 8224, offset 0, flags [none], proto UDP (17), length 125)&lt;BR /&gt;    172.16.230.5.49674 &amp;gt; 172.16.220.250.12222: LWAPP version 1 packet not supported&lt;BR /&gt;07:19:23.909260 IP (tos 0x0, ttl 63, id 59164, offset 0, flags [DF], proto UDP (17), length 141)&lt;BR /&gt;    172.16.220.250.12222 &amp;gt; 172.16.230.5.49674: LWAPP version 1 packet not supported&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;my network environment is a little complicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ap--&amp;gt;vpn node(wireguard-client)-→ dsl gateway -→ Internet-→ server (wireguard-server) --→ bridge-→ xiq va&lt;/P&gt;&lt;P&gt;the wireguard-client and wireguard-server form a secure vpn tunnel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xiq va vm(172.16.220.250)’s nic is a member to the bridge logic nic(172.16.220.254)&lt;/P&gt;&lt;P&gt;ap’s ip is 192.168.9.150, vpn node’s ip is 192.168.9.200,I add some static route on ap:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-bash"&gt;ip route net 172.16.220.0 255.255.255.0 gateway 192.168.9.200&lt;BR /&gt;ip route net 172.16.230.0 255.255.255.0 gateway 192.168.9.200&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when the traffice from ap to visit xiq va, the src ip of ap will be masq to 172.16.230.5&lt;/P&gt;&lt;P&gt;wireguard-server’s ip is 172.16.230.1&lt;/P&gt;&lt;P&gt;wireguard-client’s ip is 172.16.230.5&lt;/P&gt;&lt;P&gt;any hints?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 06:30:22 GMT</pubDate>
    <dc:creator>zlinuxboy</dc:creator>
    <dc:date>2021-04-23T06:30:22Z</dc:date>
    <item>
      <title>how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63980#M337</link>
      <description>&lt;P&gt;hi, community.&lt;/P&gt;&lt;P&gt;I have setup a xiq va on-premise, and config the ap with:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;#show run | inc capwap&lt;BR /&gt;capwap client server name 172.16.220.250&lt;BR /&gt;capwap client server backup name 172.16.220.250&lt;/P&gt;&lt;P&gt;#show capwap client&lt;BR /&gt;AH-491600#show capwap client&lt;BR /&gt;CAPWAP client:&amp;nbsp;&amp;nbsp; Enabled&lt;BR /&gt;CAPWAP transport mode:&amp;nbsp; UDP&lt;BR /&gt;RUN state: Connected securely to the CAPWAP server&lt;BR /&gt;CAPWAP client IP:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.9.150&lt;BR /&gt;CAPWAP server IP:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.220.250&lt;BR /&gt;HiveManager Primary Name:172.16.220.250&lt;BR /&gt;HiveManager Backup Name: 172.16.220.250&lt;BR /&gt;CAPWAP Default Server Name: redirector.aerohive.com&lt;BR /&gt;Virtual HiveManager Name:&lt;BR /&gt;Server destination Port: 12222&lt;BR /&gt;CAPWAP send event:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enabled&lt;BR /&gt;CAPWAP DTLS state:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enabled&lt;BR /&gt;CAPWAP DTLS negotiation: Enabled&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS next connect status:&amp;nbsp;&amp;nbsp; Enable&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS always accept bootstrap passphrase: Enabled&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS session status: Connected&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS key type: passphrase&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS session cut interval:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS handshake wait interval: 60 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS Max retry count:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS authorize failed:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTLS reconnect count:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;Discovery interval:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 seconds&lt;BR /&gt;Heartbeat interval:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 seconds&lt;BR /&gt;Max discovery interval: 10 seconds&lt;BR /&gt;Neighbor dead interval:105 seconds&lt;BR /&gt;Silent interval:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 seconds&lt;BR /&gt;Wait join interval:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60 seconds&lt;BR /&gt;Discovery count:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;Max discovery count:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;Retransmit count:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;Max retransmit count:&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;Primary server tries:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;Backup server tries:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;Keepalives lost/sent:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0/969&lt;BR /&gt;Event packet drop due to buffer shortage: 0&lt;BR /&gt;Event packet drop due to loss connection: 3&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;here are my question:&lt;/P&gt;&lt;OL type="1" start="3"&gt;&lt;LI&gt;does this ap successfully form a dtls with xiq va?&lt;/LI&gt;	&lt;LI&gt;why the ap is still offline on the xiq va manage &amp;gt; device page?&lt;/LI&gt;	&lt;LI&gt;is there any tutorial about how to add ap to xiq va on-premise?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 22 Apr 2021 07:45:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63980#M337</guid>
      <dc:creator>zlinuxboy</dc:creator>
      <dc:date>2021-04-22T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63981#M338</link>
      <description>&lt;P&gt;Hello, thank you for sharing that data. To answer your questions:&lt;/P&gt;&lt;P&gt;Does this ap successfully form a dtls with xiq va?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Yes, it looks like the AP thinks it successfully connected to your on premises XIQ instance, based on the run state seen in the data you shared:&amp;nbsp;	&lt;UL&gt;&lt;LI&gt;RUN state: Connected securely to the CAPWAP server&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why the ap is still offline on the xiq va manage &amp;gt; device page?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It could be a few different things, if you could enable some CAPWAP debugs, cycle CAPWAP, wait for the AP to attempt to connect a few times (5-10 minutes), and then pull tech data, I could take a look at the tech data for you to see if we can find any clues in there.&amp;nbsp;	&lt;UL&gt;&lt;LI&gt;This guide reviews how to enable CAPWAP debugs:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000057308&amp;amp;q=CAPWAP%20DEBUG" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000057308&amp;amp;q=CAPWAP%20DEBUG&lt;/A&gt;&lt;/LI&gt;		&lt;LI&gt;To cycle CAPWAP, run these two commands in this order:		&lt;UL&gt;&lt;LI&gt;no capwap client enable&lt;/LI&gt;			&lt;LI&gt;capwap client enable&lt;/LI&gt;		&lt;/UL&gt;&lt;/LI&gt;		&lt;LI&gt;This guide reviews how to get tech data:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000081084&amp;amp;q=Tech%20dat" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000081084&amp;amp;q=Tech%20dat&lt;/A&gt;&lt;/LI&gt;		&lt;LI&gt;If you can email that to me at community@extremenetworks.com, I can review it for you and let you know what I find.&amp;nbsp;&lt;/LI&gt;	&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any tutorial about how to add ap to xiq va on-premise?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This guide reviews how to add and remove devices, the process is the same for online instances and on premises/virtual appliance instances:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000056853&amp;amp;q=adding%20and%20removing%20devices%20in%20extremecloud%20iq" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000056853&amp;amp;q=adding%20and%20removing%20devices%20in%20extremecloud%20iq&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 22 Apr 2021 21:44:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63981#M338</guid>
      <dc:creator>SamPirok</dc:creator>
      <dc:date>2021-04-22T21:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63982#M339</link>
      <description>&lt;P&gt;&lt;SPAN&gt;​&lt;/SPAN&gt;hi &lt;USER-MENTION data-id="9898887"&gt;@Sam Pirok&lt;/USER-MENTION&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have send the tech data to &lt;A href="mailto:community@extremenetworks.com" target="_blank" rel="nofollow noreferrer noopener"&gt;community@extremenetworks.com&lt;/A&gt;, please check if you could received it.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;​&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 22:58:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63982#M339</guid>
      <dc:creator>zlinuxboy</dc:creator>
      <dc:date>2021-04-22T22:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63983#M340</link>
      <description>&lt;P&gt;Thank you for sending that to me, and for letting me know, it was in my junk mail folder for some reason (also found your previous email that we had discussed, very sorry about that). I reviewed the tech data, thank you for enabling those debugs. I’m seeing a lot of echo time outs, which would explain why the AP is not connecting to your XIQ instance, even though the CLI says it has connected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ExtremeCloud IQ (XIQ) and the APs have a call and response check-in system that allows them to confirm that each side of the connection is still responsive; these call and response packets are called echos. There is a specific time window within which an AP would need to respond to an echo to be considered still responsive. If the AP misses a certain number of echos back to back, it is considered disconnected until it responds again. If an AP is still connected to the internet and passing traffic while missing echos, it's likely due to latency on the network; the AP is unable to process the echo request quickly enough due to the amount of traffic it has to process before responding. You can see what I’m seeing if you search your tech data file for “echo” or “timed out”, look for these messages:&amp;nbsp;ah_capwap_echo_timer timed out&lt;/P&gt;&lt;P&gt;Since the AP isn’t passing client traffic yet, the latency would likely be on your backend network between the AP and XIQ. I’d be interested to see a packet capture to take a look at the traffic the AP is seeing currently.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 23:49:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63983#M340</guid>
      <dc:creator>SamPirok</dc:creator>
      <dc:date>2021-04-22T23:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63984#M341</link>
      <description>&lt;P&gt;&lt;USER-MENTION data-id="9898887"&gt;@Sam Pirok&lt;/USER-MENTION&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the tcpdump data:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-bash"&gt;tcpdump -nvi wg0 port 12222&lt;BR /&gt;&lt;BR /&gt;tcpdump: listening on wg0, link-type RAW (Raw IP), capture size 262144 bytes&lt;BR /&gt;07:18:53.751931 IP (tos 0x0, ttl 63, id 51753, offset 0, flags [none], proto UDP (17), length 125)&lt;BR /&gt;    172.16.230.5.49674 &amp;gt; 172.16.220.250.12222: LWAPP version 1 packet not supported&lt;BR /&gt;07:18:53.753092 IP (tos 0x0, ttl 63, id 32414, offset 0, flags [DF], proto UDP (17), length 141)&lt;BR /&gt;    172.16.220.250.12222 &amp;gt; 172.16.230.5.49674: LWAPP version 1 packet not supported&lt;BR /&gt;07:19:23.907938 IP (tos 0x0, ttl 63, id 8224, offset 0, flags [none], proto UDP (17), length 125)&lt;BR /&gt;    172.16.230.5.49674 &amp;gt; 172.16.220.250.12222: LWAPP version 1 packet not supported&lt;BR /&gt;07:19:23.909260 IP (tos 0x0, ttl 63, id 59164, offset 0, flags [DF], proto UDP (17), length 141)&lt;BR /&gt;    172.16.220.250.12222 &amp;gt; 172.16.230.5.49674: LWAPP version 1 packet not supported&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;my network environment is a little complicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ap--&amp;gt;vpn node(wireguard-client)-→ dsl gateway -→ Internet-→ server (wireguard-server) --→ bridge-→ xiq va&lt;/P&gt;&lt;P&gt;the wireguard-client and wireguard-server form a secure vpn tunnel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xiq va vm(172.16.220.250)’s nic is a member to the bridge logic nic(172.16.220.254)&lt;/P&gt;&lt;P&gt;ap’s ip is 192.168.9.150, vpn node’s ip is 192.168.9.200,I add some static route on ap:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-bash"&gt;ip route net 172.16.220.0 255.255.255.0 gateway 192.168.9.200&lt;BR /&gt;ip route net 172.16.230.0 255.255.255.0 gateway 192.168.9.200&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when the traffice from ap to visit xiq va, the src ip of ap will be masq to 172.16.230.5&lt;/P&gt;&lt;P&gt;wireguard-server’s ip is 172.16.230.1&lt;/P&gt;&lt;P&gt;wireguard-client’s ip is 172.16.230.5&lt;/P&gt;&lt;P&gt;any hints?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 06:30:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63984#M341</guid>
      <dc:creator>zlinuxboy</dc:creator>
      <dc:date>2021-04-23T06:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63985#M342</link>
      <description>&lt;P&gt;Hi there, thank you for your patience. I haven’t been able to find anything in those logs and the engineers I’ve asked requested that we open a case for this. Would you be able to open a support case for this question?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 21:48:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63985#M342</guid>
      <dc:creator>SamPirok</dc:creator>
      <dc:date>2021-04-29T21:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63986#M343</link>
      <description>&lt;P&gt;yes, of cos, but how to open a support case?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 06:28:28 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63986#M343</guid>
      <dc:creator>zlinuxboy</dc:creator>
      <dc:date>2021-04-30T06:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to add aerohive ap to a xiq va on-premise?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63987#M344</link>
      <description>&lt;P&gt;You would want to log in to extremeportal.force.com and then go to Support to open a case. If you don’t have a current support contract with us, I can get you in touch with a local SE in your area to see about getting you a support contract, either as a one time deal or longer term. If you need to speak with an SE, please let me know generally where you are located so I can find someone in your area.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 21:43:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-iqe/how-to-add-aerohive-ap-to-a-xiq-va-on-premise/m-p/63987#M344</guid>
      <dc:creator>SamPirok</dc:creator>
      <dc:date>2021-04-30T21:43:39Z</dc:date>
    </item>
  </channel>
</rss>

