I just happen to experience some strange behavious, I would even call it a bug.
[adding]
I’m running ROS 7.1.3 for that matter
[/adding]
When I export my config for future restore I noticed that the WPA Pre-shared key is not shown on the export, also when sending it towards a file is not showing this.
Now this makes the exported backup useless straight away, it first needs to be altered and pre-shared key parameters must be added.
`
Also the export is incorrectly saving comments put on Virtual AP’s
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n comment="Hardware interface, only used as master-interface" hide-ssid=yes mode=ap-bridge name=MasterWlan security-profile=MasterProfile ssid=MasterWlan
add comment="Test comment" disabled=no hide-ssid=no master-interface=MasterWlan name=TestVAP security-profile=Test ssid=Test
/interface wireless nstreme
set MasterWlan comment="Hardware interface, only used as master-interface"
set *1A comment="Test comment"
As indicated above, on the nstreme part of the config it is saving the comment, but for the VAP it is not exporting the correct name!