Community discussions

MikroTik App
 
agroszer
just joined
Topic Author
Posts: 14
Joined: Sun Feb 05, 2023 9:38 pm

v7.8 seems not to export wpa2-pre-shared-key

Sat Mar 04, 2023 11:56 pm

A 6.9 export looks like this:
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
    supplicant-identity=MikroTik wpa2-pre-shared-key=***
add authentication-types=wpa2-psk mode=dynamic-keys name=GREEN_PROFILE \
    supplicant-identity=MikroTik wpa2-pre-shared-key=***
whereas a 7.8 export:
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
    supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=GREEN_PROFILE \
    supplicant-identity=MikroTik
is that by intention or do I need to set something to get the keys? It's a little painful to make a backup to be restored.
 
erlinden
Forum Guru
Forum Guru
Posts: 1958
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: v7.8 seems not to export wpa2-pre-shared-key

Sun Mar 05, 2023 12:46 am

You have to explicitly add the parameter show-sensitive on (any) V7 to export all sensitive data. By default it is excluded from the export.

Who is online

Users browsing this forum: AbdullahBaamer, fadelliz78, jason9456402, jimint, matiss and 93 guests