반응형

미니넷에서 토폴로지 세팅할 때 bandwidth 설정하는 방법

728x90
반응형

Remember to set the link type as tc.

Specify it on your script just like this:

net = Mininet(topo=topo, link=TCLink)

Remember to import the TCLink as well on your python script

from mininet.link import TCLink

Instead, if you want to call mininet from the command prompt, set the --link parameter as follows

sudo mn --custom custom.py --topo customtopo --link tc


728x90
반응형

댓글

Designed by JB FACTORY