[+mininet mailing list]

Hi,

I think what you need to do is to create 6 network namespace and run
quagga+zebra process inside 3 of namespace.

No switch(and controller) in your topology.

All you need is to install mininet and quagga(via apt-get) and enable ip
forwarding on your host machine

And run this example, this example creates 3 AS with 3 hosts, AS exchanges
prefix information using BGP message
https://github.com/TakeshiTseng/SDN-Work/blob/master/mininet/bgp-3as/

Yi

2018-03-11 16:21 GMT+08:00 Pynbiang Hadem <pynbiang.ha...@gmail.com>:

> Hi,
>
> Can anyone suggest how i can achieve the target objective in mininet and
> ryu.
>
> Thanks
> Hadem
>
> On Sun, Mar 11, 2018 at 11:30 AM, knet solutions <knetsolutio...@gmail.com
> > wrote:
>
>> Hi ,
>>
>> KNet is alternative for Mininet.  Host systems are based on docker not
>> namespace.  KNet supports traditional routers(bird routing daemon), Servers
>> also as hosts.
>>
>> But openvswitches are in the host system. Not in separate namespace or
>> docker contrainers.
>>
>> I thought, you are looking for traditional BGP router in your topology.
>> Thats why i suggested this.
>>
>> I guess, you need openvswitch in separate namespace / docker container .
>> Currently KNet doesnt support this.
>>
>> Thanks
>> Suresh.
>>
>>
>>
>>
>>
>>
>> On Sat, Mar 10, 2018 at 11:22 AM, Pynbiang Hadem <
>> pynbiang.ha...@gmail.com> wrote:
>>
>>> Hi Suresh,
>>>
>>> 1) KNet should be installed on Mininet or without Mininet?.
>>> 2) To achieve independent namespaces for each switches, do we need
>>> Quagga and Zebra?.
>>>
>>> Thanks
>>> Hadem
>>>
>>>
>>> On Sat, Mar 10, 2018 at 10:24 AM, Pynbiang Hadem <
>>> pynbiang.ha...@gmail.com> wrote:
>>>
>>>> Thanks Suresh from KNet.
>>>>
>>>> I will read the documentation, try it out and get back to you for help,
>>>> clarification and advice.
>>>>
>>>> Thanks
>>>> Hadem
>>>>
>>>>
>>>> On Fri, Mar 9, 2018 at 8:46 PM, knet solutions <
>>>> knetsolutio...@gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Check  knet. It supports router node(bird routing daemon). you can
>>>>> setup such topology.
>>>>>
>>>>> http://knet-topology-builder.readthedocs.io/en/latest/
>>>>>
>>>>> I can help you.
>>>>>
>>>>> Thanks
>>>>> suresh
>>>>>
>>>>>
>>>>> On Fri, Mar 9, 2018 at 8:13 PM, Pynbiang Hadem <
>>>>> pynbiang.ha...@gmail.com> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I want to simulate BGP connectivity between 3 ASes in Mininet with
>>>>>> one host in each AS as below:
>>>>>>
>>>>>>           h1 -- AS1 -- AS2 -- AS3 -- h3
>>>>>>                                 h2
>>>>>>
>>>>>> How can i create the topology so that each AS is represented by a
>>>>>> switch/router and each router is in a separate namespace?
>>>>>> What are the requirements to setup such an environment?
>>>>>>
>>>>>> Thanks
>>>>>> Hadem
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------
>>>>>> ------------------
>>>>>> Check out the vibrant tech community on one of the world's most
>>>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>>>>> _______________________________________________
>>>>>> Ryu-devel mailing list
>>>>>> Ryu-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Regards, *
>>>>> *Knet solutions.*
>>>>>
>>>>> https://github.com/knetsolutions/KNet
>>>>> http://knet-topology-builder.readthedocs.io/
>>>>> http://knetsolutions.in/
>>>>>
>>>>>
>>>>
>>>
>>
>>
>> --
>>
>> *Regards, *
>> *Knet solutions.*
>>
>> https://github.com/knetsolutions/KNet
>> http://knet-topology-builder.readthedocs.io/
>> http://knetsolutions.in/
>>
>>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>


-- 
Yi Tseng (a.k.a Takeshi)
Taiwan National Chiao Tung University
Department of Computer Science
W2CNLab

https://takeshi.tw
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to