cancel
Showing results for 
Search instead for 
Did you mean: 

AP460e in standalone mode

AP460e in standalone mode

Hannibal
New Contributor III

Hi Extreme Networks Community Members

I would like to know if an AP460e with WING OS could be configured to work in standalone mode.

We are trying to configure it and we have not been able to get it to work in standalone mode. We have changed all the possible parameters and we are not able to do this. We are thinking that they can only work under the command of a WiFi controller.

Please, could you help me with this issue

Thank you very much and I will be very grateful for the help provided

Here is the sh version:

AP460e#sh version
AP460 version 7.9.2.0-010R
Copyright (c) 2004-2022 Extreme Networks, Inc. All rights reserved.
Booted from primary

TEST-MLO uptime is 0 days, 00 hours 24 minutes
CPU is ARMv7 Processor rev 5 (v7l), No. of CPUs 4
Base ethernet MAC address is 24-1F-BD-8D-92-91
System serial number is 2238Y-11368
Model number is AP460e-WR

6 REPLIES 6

rmu
Contributor

hi

 

this is a very basic config with one ssid per radio.

i use this just for testing an ap.

 

enable
   configure terminal
       wlan 2g
          ssid 2g
          vlan 1
          exit

       wlan 5g
          ssid 5g
          vlan 1
          exit
       rf-domain default
          country-code at
          exit
       self
          interface radio 1
               wlan 2g bss 1 primary
               channel 6
               exit
          interface radio 2
               wlan 5g bss 1 primary
               channel 40
               exit
          exit
       end
commit
write memory

 

Attention: use the correct country-code from your location!

 

nr

rmu

GTM-P2G8KFN