Mininet Python API Reference Manual
|
▼Nmininet | |
▼Nclean | |
CCleanup | Wrapper for cleanup() |
▼Ncli | |
CCLI | Simple command-line interface to talk to nodes |
▼Nlink | |
CIntf | Basic interface object that can configure itself |
CLink | A basic link is just a veth pair |
COVSIntf | Patch interface on an OVSSwitch |
COVSLink | Link that makes patch links between OVSSwitches |
CTCIntf | Interface customized by tc (traffic control) utility Allows specification of bandwidth limits (various methods) as well as delay, loss and max queue length |
CTCLink | Link with TC interfaces |
CTCULink | TCLink with default settings optimized for UserSwitch (txo=rxo=0/False) |
▼Nlog | |
CMininetLogger | Mininet-specific logger Enable each mininet .py file to with one |
CSingleton | Singleton pattern from Wikipedia See |
CStreamHandlerNoNewline | StreamHandler that doesn't print newlines by default |
▼Nnet | |
CMininet | Network emulation with hosts spawned in network namespaces |
CMininetWithControlNet | Control network |
▼Nnode | |
CController | A Controller is a Node that is running (or has execed?) an OpenFlow controller |
CCPULimitedHost | CPU limited host |
CHost | A host is simply a Node |
CIVSSwitch | Indigo Virtual Switch |
CNode | A virtual network node is simply a shell in a network namespace |
CNOX | Controller to run a NOX application |
COVSBridge | OVSBridge is an OVSSwitch in standalone/bridge mode |
COVSController | Open vSwitch controller |
COVSSwitch | Open vSwitch switch |
CRemoteController | Controller running outside of Mininet's control |
CRyu | Ryu OpenFlow Controller |
CSwitch | A Switch is a Node that is running (or has execed?) an OpenFlow switch |
CUserSwitch | User-space switch |
▼Nnodelib | |
CLinuxBridge | Linux Bridge (with optional spanning tree) |
CNAT | NAT: Provides connectivity to external network |
▼Ntopo | |
CLinearTopo | Linear topology of k switches, with n hosts per switch |
CMinimalTopo | Minimal topology with two hosts and one switch |
CMultiGraph | Utility class to track nodes and edges - replaces networkx.MultiGraph |
CSingleSwitchReversedTopo | Single switch connected to k hosts, with reversed ports |
CSingleSwitchTopo | Single switch connected to k hosts |
CTopo | Data center network representation for structured multi-trees |
▼Ntopolib | |
CTorusTopo | 2-D Torus topology |
CTreeTopo | Topology for a tree network with a given depth and fanout |
▼Nutil | |
CNullCodec | Null codec for Python 2 |
CPexpect | Custom pexpect that is compatible with str |