Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Initial step to do for ctrl -
Reset database, resetting can be done from cli (see log: data base empty ... needs reset)
     

Start onewifi easymesh cli in a new tab

brlan0 should have unique mac address before setting for AL MAC address.


/usr/ccsp/EasyMesh# onewifi_em_cli bpi

Panel
borderColorblack
borderStyledashed
titleonewifi_em_cli bpi

→ In the cli use "Tab" to move between Update, Apply and Cancel button in the cli, use keys "j" and "k" to scroll up and down
→ Select "Wifi Reset" and then select Update to update the window.
→ In the CollocatedAgentID update the Mac address of the interface brlan0(a2:f0:d1:69:f5:ae) which needs to be treated as AL MAC. In case of using wireless backhaul, use the appropriate "wlan" interface as CollocatedAgentID.
→ Select Apply to reset the database.

...

  1. Once AL MAC is set check the ctrl prompt whether database reset happened

    Observe outputs deleting all datamodels and database insert to verify successful reset
    Sample response in ctrl: 

    Response in database: Respective rows will be updated in db

  Run local Agent with below cmd,

  systemctl start em_agent 

  Logs will be available in /tmp/em_agent.log


Note - Initially, Agent and ctrl process are not sync .  Need to do restart for 1st time alone .

systemctl restart em_ctrl

systemctl restart em_agent



  1. Restart onewifi_em_ctrl
    Observe private_ssid are broadcasting

  2. After restart run the agent

...