Old Version

The OF-DPA package is a Debian package that includes the OF Agent.

You need this file for 6712s and 5712s which are both x86 based: ofdpa-3.0-ea0_3.0.0.0+accton1.0-1_amd64.deb
For 5710s use the powerpc debian package: ofdpa-3.0-ea0_3.0.0.0+accton1.0-1_powerpc.deb

Download from here:
https://github.com/onfsdn/atrium-docs/tree/master/16A/ONOS/builds

Please note: Only this version of OF-DPA will work for the fabric in ONOS 1.8 used in CORD 2nd release (Mysterious Decision) and 3rd release (Dangerous Addition).

Copy the package to /mnt/onl/data

$ scp ofdpa-3.0-ea0_3.0.0.0+accton1.0-1_amd64.deb 10.128.10.128:/mnt/onl/data

Install the OF-DPA package. (Note that this is required every time after rebooting. I will show a trick later so it can be done automatically.)

# service ofdpa stop
# dpkg -i --force-overwrite /mnt/onl/data/ofdpa-3.0-ea0_3.0.0.0+accton1.0-1_amd64.deb

 

 

Run Indigo OpenFlow Agent to connect the switch to controller(s).

In OFDPA 3.0 EA0, OF agent doesn't sync information with OFDPA service after restart.
Please make sure you restart OFDPA service to empty the hardware flow/group table every time you restart the Indigo OF agent.

# service ofdpa restart
# brcm-indigo-ofdpa-ofagent --dpid=0x0000000000000001 --controller=10.128.10.5 --controller=10.128.10.6 --controller=10.128.10.7