Re: [ovs-dev] How to implement IEEE 802.1Q using vSwitch in Core Emulator ?

2018-04-17 Thread rakesh kumar
I am using Core Emulator to simulate the wired network, so OVS can be integrated with core emulator or is there any other simulator which uses OVS On Tue, Apr 17, 2018 at 9:08 PM, Ben Pfaff wrote: > Please don't drop the list. > > On Tue, Apr 17, 2018 at 08:50:46PM +0530, rakesh

Re: [ovs-dev] How to implement IEEE 802.1Q using vSwitch in Core Emulator ?

2018-04-17 Thread Ben Pfaff
Please don't drop the list. On Tue, Apr 17, 2018 at 08:50:46PM +0530, rakesh kumar wrote: > > 1. Can I customize the vSwitch behavior to implement my algorithms ex - > > want to customize the Queue's behavior in switches. if Yes Please Provide > > some details ? > > What algorithms? > > Re

Re: [ovs-dev] How to implement IEEE 802.1Q using vSwitch in Core Emulator ?

2018-04-17 Thread Ben Pfaff
On Tue, Apr 17, 2018 at 11:19:28AM +0530, rakesh kumar wrote: > 1. Can I customize the vSwitch behavior to implement my algorithms ex - > want to customize the Queue's behavior in switches. if Yes Please Provide > some details ? What algorithms? > 2. How can I bypass the Linux bridge in core

Re: [ovs-dev] How to implement IEEE 802.1Q using vSwitch in Core Emulator ?

2018-04-16 Thread rakesh kumar
Hello, I am using core emulator for wired network simulation and internally for wired network simulation core uses* Linux bridge* when using *HUB OR SWITCHES*. Initially plan to extend the Linux bridge to implement IEEE 802.1Q behavior so that I can customize the behavior of *nodes(switches)*

Re: [ovs-dev] How to implement IEEE 802.1Q using vSwitch in Core Emulator ?

2018-04-16 Thread Ben Pfaff
On Mon, Apr 16, 2018 at 12:19:48PM +0530, rakesh kumar wrote: > I came across Open vSwitch through one of the user from core user's > community, > I need to know how we can implement IEEE 802.1Q in Core Emulator using > vSwitch. ? and how i can implement my own algorithms to work on Layer 2 >

[ovs-dev] How to implement IEEE 802.1Q using vSwitch in Core Emulator ?

2018-04-16 Thread rakesh kumar
Hello team, I came across Open vSwitch through one of the user from core user's community, I need to know how we can implement IEEE 802.1Q in Core Emulator using vSwitch. ? and how i can implement my own algorithms to work on Layer 2 for wired network simulation. Giving Some intro to Core