Community discussions

MikroTik App
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

(ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 14, 2023 1:18 pm

Help me please..

I have router mikrotik ac2 v6 connecting to internet by this script. I want upgrade mikrotik ax2 v7, this script can not work on mikrotik ax2 v7 :

Code:Select all
/interface wireless security-profiles add authentication-types=wpa-eap,wpa2-eap eap-methods=peap management-protection=allowed mode=dynamic-keys mschapv2-password=123456 mschapv2-username=111222333444@wifi.id name=seamless-1 supplicant-identity=111222333444@wifi.id tls-mode=dont-verify-certificate /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n comment=MAC-2-Ghz disabled=no distance=1 mac-address=77:44:22:55:77:33 name=wlan1 radio-name=BACKUP-1 security-profile=seamless-1 ssid=seamless@wifi.id station-roaming=enabled
Last edited bytangenton Fri Jul 14, 2023 1:20 pm, edited 1 time in total.
Reason: Wrapped RSC in code block
Top
holvoetn
Forum Guru
Forum Guru
Posts: 3933
Joined: Tue Apr 13, 2021 2:14 am
Location:Belgium

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 14, 2023 1:37 pm

AC2 = legacy wifi
AX2= wifiwave2
Completely different environments, command-wise.

Best to open winbox on AX2 and enter the needed parts manually.
Top
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 25916
Joined: Fri May 28, 2004 11:04 am
Location:Riga, Latvia

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 14, 2023 1:52 pm

To clarify, you changed devices and want "similar settings" on the new model?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 14, 2023 4:44 pm

AC2 = legacy wifi
AX2= wifiwave2
Completely different environments, command-wise.

Best to open winbox on AX2 and enter the needed parts manually.
I can not found in command line and winbox on AX2 :

management-protection=allowed
mode=dynamic-keys
mschapv2-password=
mschapv2-username=
supplicant-identity=
tls-mode=dont-verify-certificate
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 14, 2023 4:48 pm

To clarify, you changed devices and want "similar settings" on the new model?
Yes, I want change old mikrotik ac2 to mikrotik ax2.

Can yau help me please
Top
holvoetn
Forum Guru
Forum Guru
Posts: 3933
Joined: Tue Apr 13, 2021 2:14 am
Location:Belgium

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 14, 2023 5:08 pm

I can not found in command line and winbox on AX2 :

management-protection=allowed
mode=dynamic-keys
mschapv2-password=
mschapv2-username=
supplicant-identity=
tls-mode=dont-verify-certificate
It's not there anymore.

Again, legacy wifi and wifiwave2 are totally different things.
Top
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 25916
Joined: Fri May 28, 2004 11:04 am
Location:Riga, Latvia

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 14, 2023 5:28 pm

You can't set those settings. They are not needed in new wireless chips.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 15, 2023 2:54 am

You can't set those settings. They are not needed in new wireless chips.
我如何连接互联网that authentication ?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 15, 2023 2:56 am

I can not found in command line and winbox on AX2 :

management-protection=allowed
mode=dynamic-keys
mschapv2-password=
mschapv2-username=
supplicant-identity=
tls-mode=dont-verify-certificate
It's not there anymore.

Again, legacy wifi and wifiwave2 are totally different things.
So, how i connet internet use that authentication ?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 15, 2023 4:14 am

I've already tried Mikrotik AC2 which was connected normally using version 6.48.7, so I upgraded to version 7.10.2 it can't even connect to internet.

I think can connect internet Mikrotik Ac2 after upgrade to new version 7.10.2

Log in Mikrotik Ac2 v7 : established connection on 2462000, SSIDseamless@wifi.id
Top
User avatar
Ca6ko
Member
Member
Posts: 402
Joined: Wed May 04, 2022 10:59 pm
Location:Kharkiv, Ukraine

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 15, 2023 12:20 pm

Judging by the fact that radio-name=BACKUP-1, you are using backups. Therefore, clear the configuration completely, as the work with routing tables has changed in v7.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 15, 2023 12:33 pm

Judging by the fact that radio-name=BACKUP-1, you are using backups. Therefore, clear the configuration completely, as the work with routing tables has changed in v7.
Thanks for your respon.
I've already tried Mikrotik AC2 which was connected normally using version 6.48.7, so I upgraded to version 7.10.2 it can't even connect to internet.

management-protection=allowed
mode=dynamic-keys
mschapv2-password=
mschapv2-username=
supplicant-identity=

Can't run auth on router v7
Top
User avatar
Ca6ko
Member
Member
Posts: 402
Joined: Wed May 04, 2022 10:59 pm
Location:Kharkiv, Ukraine

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 15, 2023 1:03 pm

Try setting it up like this
You do not have the required permissions to view the files attached to this post.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 15, 2023 6:11 pm

Try setting it up like this
Thank Ca6ko for your respon.
I try it, but can not connect.
This screen shoot on v6, how i use on v7
You do not have the required permissions to view the files attached to this post.
Top
User avatar
FToms
MikroTik Support
MikroTik Support
Posts: 84
Joined: Fri Jul 24, 2020 3:28 pm

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Tue Jul 18, 2023 8:19 am

On hAP ac^2, the settings between v6 and v7 have not changed.
On hAP ax^2, the configuration menu differs from hAP ac^2.
'mode=dynamic-keys' is deprecated. The wifiwave2 package only supports authentication with dynamic keys, so there's no need to set it.
'mschapv2-password' is now security.eap-password
“mschapv2-username”是安全。eap-username参数eter
'supplicant-identity' is security.eap-anonymous-identity
'tls-mode' is security.eap-certificate-mode
'managagment-protection' is security.management-protection

If you want more help, please share the output of `/interface/wifiwave2/export`.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 6:28 am

If you want more help, please share the output of `/interface/wifiwave2/export`.
Thank for your respon FToms
- Where From hAP AC v7 or AX2 v7 i export ?
- Why hAP AC v6 can connect, so after i upgrade v7 can not connect without change configur ?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 6:39 am

On hAP ac^2, the settings between v6 and v7 have not changed.
On hAP ax^2, the configuration menu differs from hAP ac^2.
'mode=dynamic-keys' is deprecated. The wifiwave2 package only supports authentication with dynamic keys, so there's no need to set it.
'mschapv2-password' is now security.eap-password
“mschapv2-username”是安全。eap-username参数eter
'supplicant-identity' is security.eap-anonymous-identity
'tls-mode' is security.eap-certificate-mode
'managagment-protection' is security.management-protection

If you want more help, please share the output of `/interface/wifiwave2/export`.
I can not found configuration on AX2 authentication type UNICAST CHIPER & GROUP CIPHERS.
How about it ?
You do not have the required permissions to view the files attached to this post.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

7月19日,2023年结婚7:54

If you want more help, please share the output of `/interface/wifiwave2/export`.
On AX2CAN NOT CONNECT v7
[pendy@android-AX2] > /interface/wifiwave2/export
Code:Select all
# 1970-01-13 07:03:28 by RouterOS 7.10.1 # software id = FR6R-KYA2 # # model = C52iG-5HaxD2HaxD # serial number =  /interface wifiwave2 set [ find default-name=wifi2 ] configuration.mode=ap /interface wifiwave2 security add authentication-types=wpa-eap,wpa2-eap disabled=no eap-anonymous-identity=\ 111222333444@wifi.id eap-certificate-mode=dont-verify-certificate \ eap-methods=peap eap-username=111222333444@wifi.id management-protection=\ allowed name=seamless /interface wifiwave2 set [ find default-name=wifi1 ] channel.band=5ghz-ac .width=20mhz \ configuration.mode=station .ssid=seamless@wifi.id disabled=no \ mac-address=A0:C9:A0:8A:44:93 name=wifi1-hp-note security=seamless \ security.eap-methods=peap
On hAP ACCAN CONNECT v6
[pendy@BACKUP-2] > /interface wireless export
Code:Select all
# jul/18/2023 13:32:52 by RouterOS 6.48.7 # software id = R5EU-Z4KY # # model = RBcAPGi-5acD2nD # serial number =  /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik add authentication-types=wpa-eap,wpa2-eap eap-methods=peap \ management-protection=allowed mode=dynamic-keys mschapv2-password=123456 \ mschapv2-username=111222333444@wifi.id name=seamless-1 supplicant-identity=\ 111222333444@wifi.id tls-mode=dont-verify-certificate /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n comment=MAC-suci2_2-Ghz \ disabled=no distance=1 frequency=2462 mac-address=74:4D:28:54:76:36 name=\ Ether1-ISPUMUM radio-name=BACKUP-1 security-profile=seamless-1 ssid=\ seamless@wifi.id station-roaming=enabled set [ find default-name=wlan2 ] band=5ghz-a/n/ac comment=MAC-Suci1_DELL_5-Ghz \ country=no_country_set disabled=no frequency=5805 mac-address= B8:6B:23:E9:97:B5 name=Ether3-ISPUNLIAPPS radio-name=BACKP-3 \ security-profile=seamless-1 ssid=seamless@wifi.id station-roaming=enabled
Last edited byelbantanyon Thu Jul 20, 2023 5:20 pm, edited 2 times in total.
Top
User avatar
FToms
MikroTik Support
MikroTik Support
Posts: 84
Joined: Fri Jul 24, 2020 3:28 pm

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 1:00 pm

You've not applied the specified security profile to the interface.
Also, you've not set an SSID. And the 'wifi2' interface is configured to be in AP mode.
Code:Select all
/interface/wifiwave2/set wifi2 security=seamless configuration.mode=station configuration.ssid=seamless@wifi.id
Top
User avatar
Ca6ko
Member
Member
Posts: 402
Joined: Wed May 04, 2022 10:59 pm
Location:Kharkiv, Ukraine

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 2:21 pm

@elbantany
It looks like you didn't notice that the channels were swapped in AC and AX2. In AX2, 2GHz is wlan2, 5GHz is wlan1.
Top
User avatar
FToms
MikroTik Support
MikroTik Support
Posts: 84
Joined: Fri Jul 24, 2020 3:28 pm

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 3:23 pm

Can you see the AP when you run `/interface/wifiwave2/scan wifi2` ?
Is it attempting a connection, but failing?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 5:02 pm

You've not applied the specified security profile to the interface.
Also, you've not set an SSID. And the 'wifi2' interface is configured to be in AP mode.
Code:Select all
/interface/wifiwave2/set wifi2 security=seamless configuration.mode=station configuration.ssid=seamless@wifi.id
感谢你的响应。
I use wifi1 only, wifi2 disable mode.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 5:18 pm

Can you see the AP when you run `/interface/wifiwave2/scan wifi2` ?
Is it attempting a connection, but failing?
Thank for your reapon.
Yes, i can see APseamless@wifi.id
I scan and click connect in winbox.
There is not respon and log inconnection.
You do not have the required permissions to view the files attached to this post.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 5:25 pm

@elbantany
It looks like you didn't notice that the channels were swapped in AC and AX2. In AX2, 2GHz is wlan2, 5GHz is wlan1.
感谢你的响应。
I am sorry my english language too bad, i can not understand you mean.
Can you tell me by detail you mean ?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Wed Jul 19, 2023 6:57 pm

Picture 1 cAP ac ROS v7.10.2CAN NOT CONNECT AFTER UPGRADE
Picture 2 cAP ac ROS v6.48.7 connect wifi NORMAL
Help me please...
How i connect to wifi using MIKROTIK AX2 ?
You do not have the required permissions to view the files attached to this post.
Top
User avatar
FToms
MikroTik Support
MikroTik Support
Posts: 84
Joined: Fri Jul 24, 2020 3:28 pm

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Thu Jul 20, 2023 8:08 am

Could you show us the output of '/interface/wireless/export' on the AP that you're trying to connect to, please?
Does it write anything to the wireless debug log?
Top
User avatar
Ca6ko
Member
Member
Posts: 402
Joined: Wed May 04, 2022 10:59 pm
Location:Kharkiv, Ukraine

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Thu Jul 20, 2023 8:47 am

In the HAP AC device, the wlan1 interface operates at 2.4GHz and the wlan2 interface operates at 5GHz. Your ISP operates at 2462.
In the HAP AX2, the interfaces work differently wlan1 works at 5GHz and wlan2 works at 2.4GHz. You need to apply all settings to the wlan2 interface.
Show the complete message line from the LOG CAP ac. It says what is the reason for not being able to establish a connection.
There is no need to upgrade older wifi devices to v7.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Thu Jul 20, 2023 5:11 pm

Could you show us the output of '/interface/wireless/export' on the AP that you're trying to connect to, please?
Does it write anything to the wireless debug log?
Thank for your respon
This output wifi hAP ac v7
Code:Select all
[pendy@BACKUP-2] > /interface/wireless/export # 2023-07-20 21:05:03 by RouterOS 7.10.2 # software id = R5EU-Z4KY # # model = RBcAPGi-5acD2nD # serial number = serial /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik add authentication-types=wpa-eap,wpa2-eap eap-methods=peap management-protection=allowed mode=dynamic-keys mschapv2-username=111222333444@wifi.id name=seamless-1 \ supplicant-identity=111222333444@wifi.id tls-mode=dont-verify-certificate /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n comment=MAC-suci2_2-Ghz disabled=no distance=1 mac-address=74:4D:28:54:76:36 name=Ether1-ISPUMUM radio-name=BACKUP-1 \ security-profile=seamless-1 ssid=seamless@wifi.id station-roaming=enabled set [ find default-name=wlan2 ] band=5ghz-a/n/ac comment=MAC-Suci1_DELL_5-Ghz country=no_country_set disabled=no distance=1 frequency=5805 address=B8:6B:23:E9:97:B5 name=Ether3-ISPUNLIAPPS radio-name=BACKP-3 \ security-profile=seamless-1 ssid=seamless@wifi.id station-roaming=enabled wmm-support=enabled
This log from hAP ac v7
Code:Select all
20:51:34无线调试00:B6:70:5F: 57:8D: 5805AP: yes SSID @sooltan.id caps 0x1501 rates 0xOFDM:6-54 BW:1x SGI:1x,4x HT:0-15 VHTMCS:SS1=0-9,SS2=0-9 basic 0xOFDM:6,12, 24 BW:1x VHTMCS:SS1=0-7 MT: no 20:51:34 wireless,debug 00:B6:70:5F:57:8F: on 5805 AP: yes SSID @wifi.id caps 0x1501 rates 0xOFDM:6-54 BW:1x SGI:1x,4x HT:0-15 VHTMCS:SS1=0-9,SS2=0-9 basic 0xOFDM:6,12,24 BW:1x VHTMCS:SS1=0-7 MT: no 20:51:34 wireless,debug Ether3-ISPUNLIAPPS: no network that satisfies connect-list, by default choose with strongest signal 20:51:34 wireless,info 00:B6:70:5F:57:8E@Ether3-ISPUNLIAPPS established connection on 5805000, SSID seamless@wifi.id 20:52:00 system,info,account user pendy logged in via local 20:52:23 wireless,info 00:B6:70:5F:57:81@Ether1-ISPUMUM: lost connection, 802.1x authentication timeout 20:52:29 wireless,debug Ether1-ISPUMUM: must select network 20:52:29 wireless,debug 00:B6:70:5F:57:81: on 2412 AP: yes SSID seamless@wifi.id caps 0x1431 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug 00:B6:70:5F:57:80: on 2412 AP: yes SSID @wifi.id caps 0x1421 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug 00:B6:70:5F:57:82: on 2412 AP: yes SSID @sooltan.id caps 0x1421 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug 74:B5:7E:FB:4B:10: on 2437 AP: yes SSID SUCI FC caps 0x401 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x-2x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug 74:B5:7E:FB:4B:11: on 2437 AP: yes SSID EL-BANTANYnet_087776006062 caps 0x401 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x-2x HT:0-15 basic 0xCCK:1-11 M T: no 20:52:29 wireless,debug 3E:F2:9F:DD:70:1E: on 2412 AP: yes SSID Ndak Punyo Paket Yo caps 0x411 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x HT:0-7 VHTMCS:SS1=0-9 basic 0xCCK:1- 11 BW:1x VHTMCS:SS1=0-9 MT: no 20:52:29 wireless,debug A4:BE:2B:06:4D:44: on 2462 AP: yes SSID HUAWEI-nAub caps 0x1411 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug 9A:C8:B8:8D:C2:3F: on 2437 AP: yes SSID vivo 1820 caps 0x411 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x HT:0-7 basic 0xCCK:2-11 MT: no 20:52:29 wireless,debug B8:DD:71:85:50:FE: on 2447 AP: yes SSID Perai caps 0x1c31 rates 0xCCK:1-11 OFDM:6-54 BW:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug F4:70:ED:9F:0A:E8: on 2462 AP: yes SSID Chaniago caps 0x411 rates 0xCCK:1-11 OFDM:6-54 BW:1x SGI:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug B8:DD:71:85:AE:88: on 2427 AP: yes SSID ninut caps 0x1c31 rates 0xCCK:1-11 OFDM:6-54 BW:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug BA:DD:71:95:50:FE: on 2447 AP: yes SSID SSID2 caps 0x1c31 rates 0xCCK:1-11 OFDM:6-54 BW:1x HT:0-15 basic 0xCCK:1-11 MT: no 20:52:29 wireless,debug Ether1-ISPUMUM: no network that satisfies connect-list, by default choose with strongest signal 20:52:29 wireless,info 00:B6:70:5F:57:81@Ether1-ISPUMUM established connection on 2412000, SSID seamless@wifi.id 20:52:34 wireless,info 00:B6:70:5F:57:8E@Ether3-ISPUNLIAPPS: lost connection, 802.1x authentication timeout 20:52:45 wireless,debug Ether3-ISPUNLIAPPS: must select network 20:52:45 wireless,debug 00:B6:70:5F:57:8E: on 5805 AP: yes SSID seamless@wifi.id caps 0x1511 rates 0xOFDM:6-54 BW:1x SGI:1x,4x HT:0-15 VHTMCS:SS1=0-9,SS2=0-9 basic 0xOFDM: 6,12,24 BW:1x VHTMCS:SS1=0-7 MT: no 20:52:45 wireless,debug 00:B6:70:5F:57:8D: on 5805 AP: yes SSID @sooltan.id caps 0x1501 rates 0xOFDM:6-54 BW:1x SGI:1x,4x HT:0-15 VHTMCS:SS1=0-9,SS2=0-9 basic 0xOFDM:6,12, 24 BW:1x VHTMCS:SS1=0-7 MT: no 20:52:45 wireless,debug 00:B6:70:5F:57:8F: on 5805 AP: yes SSID @wifi.id caps 0x1501 rates 0xOFDM:6-54 BW:1x SGI:1x,4x HT:0-15 VHTMCS:SS1=0-9,SS2=0-9 basic 0xOFDM:6,12,24 BW:1x VHTMCS:SS1=0-7 MT: no 20:52:45 wireless,debug Ether3-ISPUNLIAPPS: no network that satisfies connect-list, by default choose with strongest signal 20:52:46 wireless,info 00:B6:70:5F:57:8E@Ether3-ISPUNLIAPPS established connection on 5805000, SSID seamless@wifi.id
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Thu Jul 20, 2023 5:28 pm

In the HAP AC device, the wlan1 interface operates at 2.4GHz and the wlan2 interface operates at 5GHz. Your ISP operates at 2462.
In the HAP AX2, the interfaces work differently wlan1 works at 5GHz and wlan2 works at 2.4GHz. You need to apply all settings to the wlan2 interface.
Show the complete message line from the LOG CAP ac. It says what is the reason for not being able to establish a connection.
There is no need to upgrade older wifi devices to v7.
感谢你的响应。
I want cange hAP ac with AX2.
I want config ax2 load balance one wlan and more lan.
I can not connect wifi use ax2.
How i can load balance one wlan and more lan on ax2 ?
Top
User avatar
Ullinator
just joined
Posts: 6
Joined: Tue Jun 08, 2021 12:53 pm
Location:North-West Germany

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 21, 2023 2:43 pm

Hey elbantany,
here´s my advice or better suggestion to fix your problem:

1) file backup config on ROS6
2) clear config (factory reset) without default config
3) upgrade to ROS7 (or even better: netinstall with ROS 7)
4) restore the old config line by line to ROS7 (via Terminal)
5) fix every line with errors with the new orders provided by ROS7
6)check connection
After success you can start to update your script to be ROS7 compatible:-)

It´s a hard way, I know, but it´s the most promising one....;-)
Top
Rox169
Member
Member
Posts: 411
Joined: Sat Sep 04, 2021 1:47 am

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 21, 2023 2:56 pm

is it not better to do file export to get rsc?
Top
User avatar
Ullinator
just joined
Posts: 6
Joined: Tue Jun 08, 2021 12:53 pm
Location:North-West Germany

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 21, 2023 3:51 pm

is it not better to do file export to get rsc?
That´s what I mean with file backup;-)
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 21, 2023 4:26 pm

Hey elbantany,
here´s my advice or better suggestion to fix your problem:

1) file backup config on ROS6
2) clear config (factory reset) without default config
3) upgrade to ROS7 (or even better: netinstall with ROS 7)
4) restore the old config line by line to ROS7 (via Terminal)
5) fix every line with errors with the new orders provided by ROS7
6)check connection
After success you can start to update your script to be ROS7 compatible:-)

It´s a hard way, I know, but it´s the most promising one....;-)
感谢你的响应。
I have done it on AX2, but wifi can not connect.
Can you give me other solution, how ax2 to connect wifi ?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 21, 2023 4:34 pm

is it not better to do file export to get rsc?
感谢你的响应。
I have config by winbox, export script and use terminal step by step, and I have tried various ways but failed.
How i connect wifi ax2 ?
Help me please.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Fri Jul 21, 2023 4:38 pm

cAP ac
AC3
AX2
Use ROS v7, I have tried various ways but failed, can not connect wifi.
Help me please.
Top
User avatar
Amm0
Forum Guru
Forum Guru
Posts: 2470
Joined: Sun May 01, 2016 7:12 pm
Location:California

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 6:04 am

Perhaps it because there isn't a country set (e.g. "no_country_set"). The AX drivers seem picky about that. Set both wifi interface to your correct country.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 7:27 am

Perhaps it because there isn't a country set (e.g. "no_country_set"). The AX drivers seem picky about that. Set both wifi interface to your correct country.
Thank for yur respon
I have changed it according to the picture, but still can't connect to the wifi either.
I have sent a report via email to MikroTik support #[SUP-122338], but haven't gotten a solution yet.
Can you help me pleas.
You do not have the required permissions to view the files attached to this post.
Top
gigabyte091
Forum Veteran
Forum Veteran
Posts: 738
Joined: Fri Dec 31, 2021 11:44 am
Location:Croatia

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 8:01 am

Your frequency is rather high... Can you set it to something lower, like 5500 MHz for testing ?

I had samo problems with devices when such high frequencies were set
Top
User avatar
Amm0
Forum Guru
Forum Guru
Posts: 2470
Joined: Sun May 01, 2016 7:12 pm
Location:California

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 8:10 am

Yeah just a guess, your logs point to auth issue. This posting suggests perhaps saying "no certificates" instead of "dont-require-certificates" but I didn't study it:viewtopic.php?t=173848

You also might try "auto" instead of specify the frequency and/or be NOT set a channel size, but that be the end of my guesses - but logs point to something in EAP.
Top
holvoetn
Forum Guru
Forum Guru
Posts: 3933
Joined: Tue Apr 13, 2021 2:14 am
Location:Belgium

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 8:44 am

elbantany

Stop cross posting all over the place, please.
You have contacted support, good.

Now you need PATIENCE.

You're not helping your case if you start posting about your problem everywhere.
Nobody will listen anymore.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 9:07 am

Your frequency is rather high... Can you set it to something lower, like 5500 MHz for testing ?

I had samo problems with devices when such high frequencies were set
Tank for your respon.
Frequency set by ISP, i can not set Access Point.
If use hAP ac ROS v6 I can connect wifi.
How i use AX2 to connect wifi ?
Top
holvoetn
Forum Guru
Forum Guru
Posts: 3933
Joined: Tue Apr 13, 2021 2:14 am
Location:Belgium

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 9:09 am

Since I don't see it here ( or I missed it)
Start with a clear drawing of your network.
Where is your isp connection ?
What is your router?
How are other devices connected ?
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 9:39 am

elbantany

Stop cross posting all over the place, please.
You have contacted support, good.

Now you need PATIENCE.

You're not helping your case if you start posting about your problem everywhere.
Nobody will listen anymore.
I am sorry.
I'm too panicked to seek help, because I've been waiting too long. since June 21, 2023 I bought it until now I haven't found a solution to connect wifi on AX2.
how much longer should I be patient?
Top
gigabyte091
Forum Veteran
Forum Veteran
Posts: 738
Joined: Fri Dec 31, 2021 11:44 am
Location:Croatia

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

Sat Jul 22, 2023 11:47 am

If nothing helps start from default configuration. Are you able to connect to ax2 using default configuration ?

If yes, apply your config bit by bit and see where you lost connectivity.
Top
User avatar
mkx
Forum Guru
Forum Guru
Posts: 10343
Joined: Thu Mar 03, 2016 10:23 pm

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7

2023年坐7月22日2:12点

I second @holvoetn when requesting a chart of network topology. I've somehiw got an impression that @elbantany is trying to use his ax2 instationmode ... i.e. as wireless client to ISP-provided AP. And in that case things should be pretty much different. Before I dive into this hole, I'd appreciate if we could get a clear image of what are actual requirements here.
Top
User avatar
elbantany
just joined
Topic Author
Posts: 24
Joined: Fri Jul 14, 2023 12:58 pm
Location:Indonesia
Contact:

Re: (ASK) Upgrade Mikrotik ac2 v6 to Mikrotik ax2 v7[SOLVED]

Fri Aug 11, 2023 5:49 am

SOLVED
Alhamdulillah and thank for you all attantion.
After upgrade on Mikrotik AX2 v7.11rc2,i can use Mikrotik AX2 to connect wifi by this script :
Code:Select all
/interface wifiwave2 security add authentication-types=wpa-eap,wpa2-eap disable-pmkid=no disabled=no \ eap-accounting=yes eap-anonymous-identity=111xxxxxx@wifi.id \ eap-certificate-mode=dont-verify-certificate eap-methods=peap \ eap-username=111xxxxx@wifi.id management-protection=disabled name=\ simules security.eap-password=xxxxx /interface wifiwave2 set [ find default-name=wifi1 ] configuration.mode=station .ssid=\ seamless@wifi.id disabled=no mac-address=xx:xx:xx:8A:44:xx security=\ simules /ip dhcp-client add interface=wifi1
Top

Who is online

Users browsing this forum: No registered users and 6 guests

Baidu
map