AFAIK the only real router emulator *was* dynamips. I don't think there's
any Dev going on dynamips now. Leave aside open flow support.

Also, I haven't heard of open flow supported routers going mainstream.
Someone correct me if I'm wrong here. I don't see why your people seem so
keen on using a router. Routers are now called l3 switches.

Your best route will be to use Stanford software reference switch. Use the
l3_learning.py script in pox, modify it to do more than just ARP replies.
that switch can then act as a router.
Well, maybe an emulator it's better! But I don't know if exist enough
support in that sense!
I explain what I have to do.
I have to realize a sort of firewall using OF. So, I wanna block some ip
addresses and allow other. I've done it with POX, and I've tested my code
with Mininet. When I presented them my work they told me ok, but we don't
want use switches in our network! We have to use routers (I think for
security reason).
So I need something to test what I'm doing and put routers inside my
virtual network.
I hope I was clearer than before


2013/6/20 Philip Wette <we...@mail.upb.de>

>  Hi,
>
> do you want to simulate or emulate? Because mininet is an emulator, not a
> simulator.
>
> If you really want to simulate, you may want to have a look at ns3 (
> http://www.nsnam.org/docs/release/3.13/models/html/openflow-switch.html)
>
> But actually, i am confused by your sentence "I have to simulate a network
> with OpenFlow that uses routers instead of switches.". What exactly do you
> plan to do?
>
>
> Best,
>
> Philip
>
>
> Am 20.06.13 12:09, schrieb Naman Muley:
>
> You say simulate. You could look at the ofsoftswitch reference and use a
> controller that is running a script that converts the script into a l3
> switch.
> It will be slow but you say you just want to simulate.
>
> >
> > On Jun 20, 2013 11:29 AM, "Silvia Fichera" <fichera....@gmail.com>
> wrote:
> >>
> >> Hi all,
> >> I have to simulate a network with OpenFlow that uses routers instead of
> switches. I know that I can't use Mininet because it is based on layer 2.
> Does exist any simulator for the level 3? It's better if it supports also
> IPv6....
> >>
> >> Thanks for your help
> >> --
> >> Silvia Fichera
> >>
> >> _______________________________________________
> >> openflow-discuss mailing list
> >> openflow-discuss@lists.stanford.edu
> >> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
> >>
>
>
> _______________________________________________
> openflow-discuss mailing 
> listopenflow-discuss@lists.stanford.eduhttps://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
>
>
> --
> Philip Wette, M.Sc.             E-Mail: we...@mail.upb.de
> University of Paderborn         Tel.:   05251 / 60-1716
> Department of Computer Science
> Computer Networks Group         http://wwwcs.upb.de/cs/ag-karl
> Warburger Straße 100            Room:   O3.152
> 33098 Paderborn
>
>
> _______________________________________________
> openflow-discuss mailing list
> openflow-discuss@lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
>


-- 
Silvia Fichera

_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to