M
M
Mininet 应用与源码剖析
Search…
M
M
Mininet 应用与源码剖析
前言
概述
基本使用
创建网络
查看信息
节点操作
常用操作
高级功能
代码结构
mininet.link 模块
mininet.node 模块
mininet.net 模块
mininet.topo 模块
其它模块
运行代码和示例
Powered By
GitBook
查看信息
查看全部节点:
1
mininet> nodes
2
available nodes are:
3
c0 h2 h3 s1
Copied!
查看链路信息:
1
mininet> net
2
s1 <-> h2-eth0 h3-eth0
Copied!
输出各节点的信息:
1
mininet> dump
2
c0: IP=127.0.0.1 intfs= pid=1679
3
s1: IP=None intfs=s1-eth1,s1-eth2 pid=1682
4
h2: IP=10.0.0.2 intfs=h2-eth0 pid=1680
5
h3: IP=10.0.0.3 intfs=h3-eth0 pid=1681
Copied!
Previous
创建网络
Next
节点操作
Last modified
2yr ago
Copy link