<?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 aggregation from CLI in Aerohive Migrated Content</title>
    <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7436#M580</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm on 8.4r5. I will reset it again and start reconfiguring. &lt;/P&gt;&lt;P&gt;I wanted to ask if there is a way to fully reset to defaults. Everytime I did it I still see some old wifi profile definitions and configs.&lt;/P&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;P&gt;Mihai&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 18:55:00 GMT</pubDate>
    <dc:creator>mihai_balaci</dc:creator>
    <dc:date>2018-10-10T18:55:00Z</dc:date>
    <item>
      <title>how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7429#M573</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I own an AP 230. I'm not able to config the agg0 for eth0 and eth1 from the CLI. can yoy please help me here?&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;interface eth0 bind agg0 bind agg0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^-- unknown keyword or invalid input&lt;/P&gt;&lt;P&gt;is not ding anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 02:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7429#M573</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-08T02:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7430#M574</link>
      <description>&lt;P&gt;It should simply be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface eth0 bind agg0&lt;/P&gt;&lt;P&gt;interface eth1 bind agg0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These two commands should tie both interfaces to the agg0 object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your line has "bind agg0" twice in it.  Any chance that was a typo?  If not, that is probably the issue you're running into.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 18:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7430#M574</guid>
      <dc:creator>AnonymousM</dc:creator>
      <dc:date>2018-10-08T18:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7431#M575</link>
      <description>&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer. check this out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IronHide#interface eth0 bind agg0&lt;/P&gt;&lt;P&gt;Error: native-vlan 1 configured on eth0!&lt;/P&gt;&lt;P&gt;ERROR: Invalid parameter(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mihai&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 20:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7431#M575</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-08T20:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7432#M576</link>
      <description>&lt;P&gt;So did you manually do the "int eth0 native-vlan 1" command?  As if I do that command 1st, I get the same error.  If I remove that command and let it default to native-vlan 1, the bind commands work as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 22:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7432#M576</guid>
      <dc:creator>AnonymousM</dc:creator>
      <dc:date>2018-10-09T22:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7433#M577</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for answering again.&lt;/P&gt;&lt;P&gt;I did not the native-vlan 1 was automatically assign. i did nothing manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show interface eth0&lt;/P&gt;&lt;P&gt;Parent interface=none;&lt;/P&gt;&lt;P&gt;Mode=backhaul; Mac learning= disabled; Admin state=enabled;&lt;/P&gt;&lt;P&gt;WEB server=disable; NAT support=disable; DHCP client=disable; DHCP server=disable; DNS server=disable;&lt;/P&gt;&lt;P&gt;IP addr=0.0.0.0; Netmask=0.0.0.0;&lt;/P&gt;&lt;P&gt;Internal station traffic state=enabled;&lt;/P&gt;&lt;P&gt;Operational state=up; Duplex=full-duplex; Speed=1000Mbps;&lt;/P&gt;&lt;P&gt;LLDP state=enabled; CDP state=enabled;&lt;/P&gt;&lt;P&gt;Hiveid="VHM-UQIASSAP"; Native-vlan=1;&lt;/P&gt;&lt;P&gt;MAC addr=9c5d:126e:ea40; MTU=1500;&lt;/P&gt;&lt;P&gt;Rx packets=22127255; errors=1; dropped=9732;&lt;/P&gt;&lt;P&gt;Tx packets=12722919; errors=0; dropped=&amp;nbsp;0;&lt;/P&gt;&lt;P&gt;Rx bytes=2678217634 (2.494 GB); Tx bytes=750744390 (715.966 MB);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show interface eth1&lt;/P&gt;&lt;P&gt;Parent interface=none;&lt;/P&gt;&lt;P&gt;Mode=backhaul; Mac learning= disabled; Admin state=enabled;&lt;/P&gt;&lt;P&gt;WEB server=disable; NAT support=disable; DHCP client=disable; DHCP server=disable; DNS server=disable;&lt;/P&gt;&lt;P&gt;IP addr=0.0.0.0; Netmask=0.0.0.0;&lt;/P&gt;&lt;P&gt;Internal station traffic state=enabled;&lt;/P&gt;&lt;P&gt;Operational state=up; Duplex=full-duplex; Speed=1000Mbps;&lt;/P&gt;&lt;P&gt;LLDP state=enabled; CDP state=enabled;&lt;/P&gt;&lt;P&gt;Hiveid="VHM-UQIASSAP"; Native-vlan=1;&lt;/P&gt;&lt;P&gt;MAC addr=9c5d:126e:ea41; MTU=1500;&lt;/P&gt;&lt;P&gt;Rx packets=1121681; errors=0; dropped=9732;&lt;/P&gt;&lt;P&gt;Tx packets= 527111; errors=0; dropped=&amp;nbsp;0;&lt;/P&gt;&lt;P&gt;Rx bytes=241326123 (230.147 MB); Tx bytes=76322192 (72.787 MB);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also did it manually. nothing. same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface eth1 bind agg0&lt;/P&gt;&lt;P&gt;Error: native-vlan 1 configured on eth1!&lt;/P&gt;&lt;P&gt;ERROR: Invalid parameter(s)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 03:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7433#M577</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-10T03:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7434#M578</link>
      <description>&lt;P&gt;Both my interfaces are in backhaul mode. might be this the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 11:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7434#M578</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-10T11:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7435#M579</link>
      <description>&lt;P&gt;I do not believe so.  I did those two commands on a factory reset AP as well as an AP with a basic configuration on it.  And the only time it error'd out was when I manually added the int eth0 native-vlan 0 command to the CLI prior to trying to agg the interfaces together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What HiveOS are you running?  I wonder if that has something to do with it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might also just run this command: no int eth0 native-vlan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 18:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7435#M579</guid>
      <dc:creator>AnonymousM</dc:creator>
      <dc:date>2018-10-10T18:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7436#M580</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm on 8.4r5. I will reset it again and start reconfiguring. &lt;/P&gt;&lt;P&gt;I wanted to ask if there is a way to fully reset to defaults. Everytime I did it I still see some old wifi profile definitions and configs.&lt;/P&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;P&gt;Mihai&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 18:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7436#M580</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-10T18:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7437#M581</link>
      <description>&lt;P&gt;I'm a big CLI fan.  There are two commands you can do to reset it from there.  A simple reset config will suffice in almost all circumstances.  If you do any bootstrap saving, you can also do a reset config bootstrap.  This will reset bootstrap settings back to default as well.  The bootstrap is used if you want some config to persist thru the typical reset config (say you always want the AP to have a specific static IP, even if you reset it frequently, you could configure a mgt0 IP and save that to bootstrap and it would persist through a reset config command).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll put 8.4r5 on my AP here and try as well.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7437#M581</guid>
      <dc:creator>AnonymousM</dc:creator>
      <dc:date>2018-10-10T19:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7438#M582</link>
      <description>&lt;P&gt;+1 for the CLI. I'll try this asap and tell you how it goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7438#M582</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-10T19:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7439#M583</link>
      <description>&lt;P&gt;So with that new code, it still works for me on a stock AP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Version:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;HiveOS 8.4r5 build-210125&lt;/P&gt;&lt;P&gt;Build time: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Wed Sep 26 09:50:29 UTC 2018&lt;/P&gt;&lt;P&gt;Build cookie: &amp;nbsp;&amp;nbsp;&amp;nbsp;1809260250-210125&lt;/P&gt;&lt;P&gt;Platform: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AP230&lt;/P&gt;&lt;P&gt;Bootloader ver: &amp;nbsp;&amp;nbsp;v0.0.4.21&lt;/P&gt;&lt;P&gt;TPM ver:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;v1.2.37.17&lt;/P&gt;&lt;P&gt;Uptime: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 weeks, 0 days, 0 hours, 17 minutes, 50 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AH-42db80#show run&lt;/P&gt;&lt;P&gt;interface eth0 bind agg0&lt;/P&gt;&lt;P&gt;interface eth1 bind agg0&lt;/P&gt;&lt;P&gt;system led power-saving-mode&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW, I do not have the 2nd ethernet port plugged in, but I'll reset it and try again with both ports in use and report back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7439#M583</guid>
      <dc:creator>AnonymousM</dc:creator>
      <dc:date>2018-10-10T19:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7440#M584</link>
      <description>&lt;P&gt;thanks for the effort. I'll do this asap and let you know how It goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7440#M584</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-10T19:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7441#M585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried what you suggested. The device worked. There is an issue with it, however now I calmed down cz i saw it working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I did :&lt;/P&gt;&lt;P&gt;reset config bootstrap&lt;/P&gt;&lt;P&gt;reset config &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the AP rebooted I was able to connect via ssh and make the setup work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The setup was cleaned every time i was checking the devine via hivemanager on cloud.&lt;/P&gt;&lt;P&gt;I tried to delete all network policies, however my agg0 setup was flushed again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to delete the device from the cloud, reset all again, and re-add. same story.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 01:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7441#M585</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-12T01:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: how-to aggregation from CLI</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7442#M586</link>
      <description>&lt;P&gt;this is how my config looks today:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show run&lt;/P&gt;&lt;P&gt;security mac-filter VHM-UQIASSAP default permit&lt;/P&gt;&lt;P&gt;security mac-filter AeroHive-guest default permit&lt;/P&gt;&lt;P&gt;security mac-filter AeroHive default permit&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 phymode 11ng&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 acsp access channel-auto-select time-range 01:00 04:00&lt;/P&gt;&lt;P&gt;no radio profile radio_ng_ng0 backhaul failover&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 interference-map enable&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 short-guard-interval&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11b rate 11 success 60 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11b rate 5.5 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11g rate 36 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11g rate 24 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11a rate 36 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11a rate 24 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11n rate mcs4/2 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11n rate 54 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11ac rate mcs2/2 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 benchmark phymode 11ac rate 54 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ng0 frameburst&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 phymode 11ac&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 acsp access channel-auto-select time-range 01:00 04:00&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 interference-map enable&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 interference-map cu-threshold 35&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 interference-map crc-err-threshold 35&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 short-guard-interval&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11b rate 11 success 60 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11b rate 5.5 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11g rate 36 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11g rate 24 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11a rate 36 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11a rate 24 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11n rate mcs4/2 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11n rate 54 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11ac rate mcs2/2 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 benchmark phymode 11ac rate 54 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile radio_ng_ac0 frameburst&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile phymode 11ng&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile acsp use-last-selection&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile interference-map enable&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile short-guard-interval&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11b rate 11 success 60 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11b rate 5.5 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11g rate 36 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11g rate 24 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11a rate 36 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11a rate 24 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11n rate mcs4/2 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11n rate 54 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11ac rate mcs2/2 success 80 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile benchmark phymode 11ac rate 54 success 70 usage 50&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile high-density enable&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile high-density continuous-probe-suppress enable&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile high-density broadcast-probe-suppress enable&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile weak-snr-suppress enable&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile high-density mgmt-frame-tx-rate high&lt;/P&gt;&lt;P&gt;radio profile AP150W-11ng-Profile weak-snr-suppress threshold 20&lt;/P&gt;&lt;P&gt;security-object AeroHive-guest&lt;/P&gt;&lt;P&gt;security-object AeroHive-guest security protocol-suite wpa-auto-psk ascii-key ***&lt;/P&gt;&lt;P&gt;security-object AeroHive-guest default-user-profile-attr 4000&lt;/P&gt;&lt;P&gt;security-object AeroHive&lt;/P&gt;&lt;P&gt;security-object AeroHive security protocol-suite wpa2-aes-psk ascii-key ***&lt;/P&gt;&lt;P&gt;client-monitor policy default_Policy problem-type association trigger-times 3 report-interval 3600&lt;/P&gt;&lt;P&gt;client-monitor policy default_Policy problem-type authentication trigger-times 3 report-interval 3600&lt;/P&gt;&lt;P&gt;client-monitor policy default_Policy problem-type networking trigger-times 3 report-interval 3600&lt;/P&gt;&lt;P&gt;ssid AeroHive-guest&lt;/P&gt;&lt;P&gt;ssid AeroHive-guest security-object AeroHive-guest&lt;/P&gt;&lt;P&gt;ssid AeroHive-guest security mac-filter AeroHive-guest&lt;/P&gt;&lt;P&gt;ssid AeroHive-guest client-monitor-policy default_Policy&lt;/P&gt;&lt;P&gt;ssid AeroHive&lt;/P&gt;&lt;P&gt;ssid AeroHive security-object AeroHive&lt;/P&gt;&lt;P&gt;ssid AeroHive security mac-filter AeroHive&lt;/P&gt;&lt;P&gt;ssid AeroHive client-monitor-policy default_Policy&lt;/P&gt;&lt;P&gt;hive VHM-UQIASSAP&lt;/P&gt;&lt;P&gt;hive VHM-UQIASSAP security mac-filter VHM-UQIASSAP&lt;/P&gt;&lt;P&gt;hive VHM-UQIASSAP password ***&lt;/P&gt;&lt;P&gt;sdr-profile 150W-SDR-Profile&lt;/P&gt;&lt;P&gt;sdr-profile 150W-SDR-Profile radio-profile-candidate 2g AP150W-11ng-Profile&lt;/P&gt;&lt;P&gt;interface eth0 native-vlan 1&lt;/P&gt;&lt;P&gt;interface eth1 native-vlan 1&lt;/P&gt;&lt;P&gt;interface wifi0 radio tx-power-control auto&lt;/P&gt;&lt;P&gt;interface wifi0 sdr-profile 150W-SDR-Profile&lt;/P&gt;&lt;P&gt;interface wifi1 radio profile radio_ng_ac0&lt;/P&gt;&lt;P&gt;interface wifi1 mode access&lt;/P&gt;&lt;P&gt;interface wifi1 radio tx-power-control auto&lt;/P&gt;&lt;P&gt;interface mgt0 hive VHM-UQIASSAP&lt;/P&gt;&lt;P&gt;interface wifi0 ssid AeroHive-guest&lt;/P&gt;&lt;P&gt;interface wifi0 ssid AeroHive&lt;/P&gt;&lt;P&gt;interface wifi1 ssid AeroHive-guest&lt;/P&gt;&lt;P&gt;interface wifi1 ssid AeroHive&lt;/P&gt;&lt;P&gt;system led power-saving-mode&lt;/P&gt;&lt;P&gt;kddr enable&lt;/P&gt;&lt;P&gt;hostname IronHide&lt;/P&gt;&lt;P&gt;admin read-only admin-ro password ***&lt;/P&gt;&lt;P&gt;admin root-admin admin password ***&lt;/P&gt;&lt;P&gt;interface mgt0 ip 172.16.10.3 255.255.255.0&lt;/P&gt;&lt;P&gt;ip route net 0.0.0.0 0.0.0.0 gateway 172.16.10.1&lt;/P&gt;&lt;P&gt;no interface mgt0 dhcp client&lt;/P&gt;&lt;P&gt;dns server-ip 172.16.10.1&lt;/P&gt;&lt;P&gt;ntp server 0.aerohive.pool.ntp.org&lt;/P&gt;&lt;P&gt;ntp server 1.aerohive.pool.ntp.org second&lt;/P&gt;&lt;P&gt;ntp server 2.aerohive.pool.ntp.org third&lt;/P&gt;&lt;P&gt;ntp server 3.aerohive.pool.ntp.org fourth&lt;/P&gt;&lt;P&gt;clock time-zone 2&lt;/P&gt;&lt;P&gt;clock time-zone daylight-saving-time 03-25 02:59:59 10-28 03:59:59&lt;/P&gt;&lt;P&gt;config version 25243020&lt;/P&gt;&lt;P&gt;config rollback enable&lt;/P&gt;&lt;P&gt;capwap client server name cloud-ie-cws-0.aerohive.com&lt;/P&gt;&lt;P&gt;capwap client server backup name hmng-prd-ie-cwpm-01.aerohive.com&lt;/P&gt;&lt;P&gt;capwap client dtls hm-defined-passphrase *** key-id 1&lt;/P&gt;&lt;P&gt;capwap client vhm-name VHM-UQIASSAP&lt;/P&gt;&lt;P&gt;no capwap client dtls negotiation enable&lt;/P&gt;&lt;P&gt;user-profile default-guest-profile qos-policy def-user-qos vlan-id 1 attribute 4000&lt;/P&gt;&lt;P&gt;ip-policy Guest-Internet-Access-Only&lt;/P&gt;&lt;P&gt;ip-policy Guest-Internet-Access-Only id 1 service DHCP-Server action permit log&lt;/P&gt;&lt;P&gt;ip-policy Guest-Internet-Access-Only id 2 service DNS action permit log&lt;/P&gt;&lt;P&gt;ip-policy Guest-Internet-Access-Only id 3 to 10.0.0.0 255.0.0.0 service any action deny log packet-drop&lt;/P&gt;&lt;P&gt;ip-policy Guest-Internet-Access-Only id 4 to 172.16.0.0 255.240.0.0 service any action deny log packet-drop&lt;/P&gt;&lt;P&gt;ip-policy Guest-Internet-Access-Only id 5 to 192.168.0.0 255.255.0.0 service any action deny log packet-drop&lt;/P&gt;&lt;P&gt;ip-policy Guest-Internet-Access-Only id 6 service any action permit log&lt;/P&gt;&lt;P&gt;user-profile default-guest-profile security ip-policy from-access Guest-Internet-Access-Only&lt;/P&gt;&lt;P&gt;user-profile default-guest-profile ip-policy-default-action permit&lt;/P&gt;&lt;P&gt;application reporting auto&lt;/P&gt;&lt;P&gt;application reporting upload https://cloud-ie.aerohive.com:443/afs-webapp/l7report/71164/ time-window 15 admin VHM-UQIASSAP password *** basic&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 03:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/how-to-aggregation-from-cli/m-p/7442#M586</guid>
      <dc:creator>mihai_balaci</dc:creator>
      <dc:date>2018-10-12T03:12:00Z</dc:date>
    </item>
  </channel>
</rss>

