I assume ONOS IP is 192.168.1.8
.
bazel run onos-local
orbazelisk run onos-local
- If you encounter errors with Python2 Interpreter, try adding
--host_force_python=PY3
ssh -p 8101 [email protected]
(default password isrocks
)app activate org.onosproject.fwd
app activate org.onosproject.openflow
Consider using bazel clean --expunge --async
or bazelisk clean --expunge --async
to completely remove the entire working tree created by a Bazel instance (doc reference)