0

I am using ONOS in GNS3, in the ONOS CLI, I am not able to activate the applications.

After typing the command

~/onos # app activate org.onosproject.fwd

It gives an error

sh: app: not found

4

1 回答 1

0

您应该ONOS CLI从另一台可以通过 SSH 访问 ONOS 节点的计算机连接到 SSH,然后运行应用程序激活命令。

您可以查看远程 CLI 监控的 ONOS 实用程序脚本列表。(要使用它们,您应该下载 ONOS 存储库,获取 ONOS 的 bashrc 并连接到 ONOS 容器)

于 2018-12-10T18:38:56.570 回答