To be a better coder
发布时间:2019-09-09 10:00:27
https://www.sdnlab.com/15092.html1 实验目的在Ubuntu14.04系统下源码安装ONOS。2 实验原理ONOS是为了满足网络需求实现可靠性强,性能好,灵活度高等特性。此外,ONOS的北向接口抽象层和API使得应用开发变得更加简单,而通过南向接口抽象层和接口则可以管控OpenFlow或者传统设备。总而言之,ONOS将会使.........【阅读全文】
发布时间:2019-09-07 11:23:05
https://wenku.baidu.com/view/2ba46dc8be23482fb5da4c0a.html docker的安装 https://www.cnblogs.com/yufeng218/p/8370670.html1 搭建onos集群,多个onos部署https://blog.csdn.net/qq_38329375/article/details/82155793 安装docker,下载onos镜像,创建容器1013 uname -r 1014 yum.........【阅读全文】
发布时间:2017-12-14 13:38:48
http://blog.sina.com.cn/s/blog_13cc013b50102v58n.htmlhttps://jingyan.baidu.com/article/a3aad71afbcc99b1fb0096ba.html可以用于解决类似如下Device not found的问题:eth1: error fetching interface information: Device not found例1:把网卡接口名从eth0改为eth1# ifconfig eth0 &.........【阅读全文】
发布时间:2019-01-24 13:35:46
[root@localhost /]# [root@localhost /]# cat cla.py#!/bin/pythonclass zhu(): def __init__(self,chang,kuan,gao): self.chang=chang self.kuan=kuan self.gao=gao &n.........【阅读全文】