Automated ng-cdi intent demo stuff Running Start everything up:docker-compose up Connect to the onos cli: ssh -o StrictHostKeyChecking=no -l onos -p 8101 localhost !!important!!: In the onos cli, run: imr:startmon 187 org.onosproject.ifwd To shut down Send C-c or docker-compose down If you still have cores spinning after stopping, run sudo mn -c on the host. Make sure you have openvswitch installed on the host (the kernel module is needed), you probably want mininet installed too just in case. if something complains about a hostname not being found, make sure the host's /etc/hosts has 127.0.0.1 localhost