Floodlight + Mininet Configuration

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024

ความคิดเห็น • 21

  • @nicolaauricchio6638
    @nicolaauricchio6638 7 ปีที่แล้ว

    for the once who don't have the same result from the iperf h1 h4, notice that in the script the bandwidth between s1 and s2 is 1Mbps, but in the excercise it is 20Mbps

  • @himkafle6123
    @himkafle6123 6 ปีที่แล้ว +1

    NIce tutorial. Got what I needed

  • @ahmadalkrad2822
    @ahmadalkrad2822 3 ปีที่แล้ว

    Thanks you're the best

  • @julianx2rl
    @julianx2rl 6 ปีที่แล้ว +3

    9:20 - Wait, chewtopo? where did that come from?! I don't have it!

    • @julianx2rl
      @julianx2rl 6 ปีที่แล้ว

      12:15 - Ah, OK.

  • @jacko646697
    @jacko646697 7 ปีที่แล้ว

    Why does the pingall work, when you just started the network, without putting up any Flow Entries I dont get it

  • @al-rubaie857
    @al-rubaie857 4 ปีที่แล้ว

    where did u save custom py file .....i try with topo it work but in custom does not

  • @Upper_Moon1_Kokushibo
    @Upper_Moon1_Kokushibo 2 ปีที่แล้ว +1

    I can't get to the browser floodlight
    It says Unable to connect please help asap im doing my graduation project

  • @danishabbasi355
    @danishabbasi355 4 ปีที่แล้ว +1

    Is there any link to contact you? I need a litle help regarding same

    • @132chaitanyavarsha
      @132chaitanyavarsha  4 ปีที่แล้ว

      You can reach out to me at chaitanyavarsha@gmail.com

  • @Myipad1000
    @Myipad1000 5 ปีที่แล้ว +1

    why didint you put that long ass command in the description.

  • @ranjanchakraborty2766
    @ranjanchakraborty2766 3 ปีที่แล้ว

    How flowvisor+mininet+floodlight controller configure

  • @harshkasavalekar7294
    @harshkasavalekar7294 4 ปีที่แล้ว

    Where to save this python file please help

  • @kiox1882
    @kiox1882 4 ปีที่แล้ว

    why i'm unable to open the web ui?

    • @kiox1882
      @kiox1882 4 ปีที่แล้ว

      why i'm unable to connect

  • @mehmetkagnc
    @mehmetkagnc ปีที่แล้ว

    from mininet . topo inport Topo
    class MyTopo( Topo ):
    def init_ self ):
    Topo. intt_( self
    leftHosti = self.addHost ('h1'
    leftHost2 = self.addHost ( 'h2
    rightHosti = self. addHost( "h3')
    rightHost2 = self.addHost ( 'h4
    leftSwitch self.addSwitch( 's1)
    rightSwitch self.addSwi tch( 's2)
    self.addLink( leftHost1, leftSwitch, bw=10)
    self.addLink( leftHos t2, leftswitch, bw=15)
    self.addLink( rightHost1, rightSwi tch, bw=15
    self.addLink( righ tHost2 , rightSwitch, bw=5)
    self.addLink( rightSwi tch, leftSwi tch, bw=1
    self.addLink()
    topos 'mytopo': ( Lambda: MyTopo()

  • @oreopls69
    @oreopls69 7 ปีที่แล้ว

    how can i install in ubuntu ?