Community discussions

MikroTik App
 
esejr
just joined
Topic Author
Posts: 9
Joined: Tue Jan 05, 2016 3:34 am

Can't seem to script the adding of a dynamic-keys wireless security profile

Wed Mar 14, 2018 12:38 am

Maybe a bug? Very simple to reproduce. Create a SCRIPT with the following (it works from the CLI - but not from a script):
/interface wireless security-profiles {
	add management-protection=disabled mode=dynamic-keys name=test;
};
Does nothing
/interface wireless security-profiles {
	add management-protection=disabled mode=none name=test;
};
Works
/interface wireless security-profiles {
	add management-protection=disabled mode=static-keys-optional name=test;
};
Also Works
/interface wireless security-profiles {
	add management-protection=disabled mode=static-keys-required name=test;
};
Also Works

If i'm doing something wrong here, does anyone know how to do this?

Who is online

Users browsing this forum: eldoncito2019 and 27 guests