We have made a tutorial to make RouterBoard 750GL Openflow enabled.
What this tutorial contain:
-Installation procedure of OpenWRT on RouterBoard GL750
-Installation procedure of Openflow v1.0 on RouterBoard GL750
-Installation of NOX/POX/Floodlight Controller
-Testing of OpenFlow enabled Network

This tutorial can be downloaded from the following link:

http://bit.ly/openflow_RouterBoard_GL750

On Wed, Nov 12, 2014 at 1:01 AM, <
[email protected]> wrote:

> Send openflow-discuss mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of openflow-discuss digest..."
>
>
> Today's Topics:
>
>    1. OVS on TL-WR1043nd v2.1 (Jeff Loughridge)
>    2. Re: OVS on TL-WR1043nd v2.1 (Alison Chan)
>    3. Re: OVS on TL-WR1043nd v2.1 (Jeff Loughridge)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 10 Nov 2014 19:55:49 -0500
> From: Jeff Loughridge <[email protected]>
> To: [email protected]
> Subject: [openflow-discuss] OVS on TL-WR1043nd v2.1
> Message-ID:
>         <
> cadxziqp8jdwamugtn-vzpsevsygg3hzt7omvspyb06adtxd...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I have hardware version 2.1 of the TL-WR1043nd. In my research on how
> to get OVS on the device for Openflow testing, I've found a lot of
> great material that applies to 1.x versions of the hardware. I'm
> having terrible luck trying to compile and load an Openwrt image with
> the kernel module and userspace package. Using trunk and the Openwrt
> official feed version of OVS, the build succeeds; however, I end up
> with a router that is unreachable with ping. I tried adding pichuan's
> feed to gwlim's patched version of barrier breaker
> (https://github.com/gwlim/wr1043nd-barrier-breaker-patch) but the
> build fails with an error documented in the issues list for pichuan's
> project.
>
> Has anyone had success getting OVS on the TL-WR1043nd v2.1? I'd
> greatly appreciate any notes on the build process or a binary.
>
> Jeff L.
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 11 Nov 2014 14:05:49 -0500
> From: Alison Chan <[email protected]>
> To: Jeff Loughridge <[email protected]>
> Cc: openflow-discuss <[email protected]>
> Subject: Re: [openflow-discuss] OVS on TL-WR1043nd v2.1
> Message-ID:
>         <
> cabcsdhcbck8vpzcraelp8cgppfvclpkvfwcvsn1njnku9+h...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hey Jeff,
> I've successfully gotten the 1043 version 1.x working with OVS. I've
> never worked with the 1043 2.x, but a quick look at the ToH page on
> the openwrt wiki says that the 2.x has a different switch IC. Look at
> /etc/config/network; you probably have to change something related to
> the switch name and/or how you configure it.
> Can you post a link to pichuan's feed? I'm not familiar with it nor
> can I find anything by Googling.
> Also, are gwlim's Barrier Breaker patches for the 1.x or 2.x version?
> The readme file doesn't specify which.
> I hope this helps! Share your configs/images with the list if you get
> it working.
>
> Cheers,
> Alison
>
> 2014-11-10 19:55 GMT-05:00 Jeff Loughridge <[email protected]
> >:
> > I have hardware version 2.1 of the TL-WR1043nd. In my research on how
> > to get OVS on the device for Openflow testing, I've found a lot of
> > great material that applies to 1.x versions of the hardware. I'm
> > having terrible luck trying to compile and load an Openwrt image with
> > the kernel module and userspace package. Using trunk and the Openwrt
> > official feed version of OVS, the build succeeds; however, I end up
> > with a router that is unreachable with ping. I tried adding pichuan's
> > feed to gwlim's patched version of barrier breaker
> > (https://github.com/gwlim/wr1043nd-barrier-breaker-patch) but the
> > build fails with an error documented in the issues list for pichuan's
> > project.
> >
> > Has anyone had success getting OVS on the TL-WR1043nd v2.1? I'd
> > greatly appreciate any notes on the build process or a binary.
> >
> > Jeff L.
> > _______________________________________________
> > openflow-discuss mailing list
> > [email protected]
> > https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
>
>
> --
> Alison Chan
> Kettering University
> [email protected]
> +1 909 278 7753
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 11 Nov 2014 14:21:52 -0500
> From: Jeff Loughridge <[email protected]>
> To: Alison Chan <[email protected]>
> Cc: openflow-discuss <[email protected]>
> Subject: Re: [openflow-discuss] OVS on TL-WR1043nd v2.1
> Message-ID:
>         <
> cadxziqrwjlpn96xfj8_z5wkwmqvp95u2qrszth8khqkh5kk...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Alison,
>
> Thanks for the tip about /etc/config/network. I will look into it.
>
> pichuan's feed is at https://github.com/pichuang/openvwrt. He
> recommended that people to switch to the openvswitch package in trunk.
> I don't know what hardware version gwlim's patches target. I can find
> out. I'm not giving up on compiling just yet.
>
> I received binaries from a list member. If I can get OF to work, I
> will put them on S3 and post the links to this list with his
> permission.
>
> Jeff L.
>
> On Tue, Nov 11, 2014 at 2:05 PM, Alison Chan <[email protected]>
> wrote:
> > Hey Jeff,
> > I've successfully gotten the 1043 version 1.x working with OVS. I've
> > never worked with the 1043 2.x, but a quick look at the ToH page on
> > the openwrt wiki says that the 2.x has a different switch IC. Look at
> > /etc/config/network; you probably have to change something related to
> > the switch name and/or how you configure it.
> > Can you post a link to pichuan's feed? I'm not familiar with it nor
> > can I find anything by Googling.
> > Also, are gwlim's Barrier Breaker patches for the 1.x or 2.x version?
> > The readme file doesn't specify which.
> > I hope this helps! Share your configs/images with the list if you get
> > it working.
> >
> > Cheers,
> > Alison
> >
> > 2014-11-10 19:55 GMT-05:00 Jeff Loughridge <
> [email protected]>:
> >> I have hardware version 2.1 of the TL-WR1043nd. In my research on how
> >> to get OVS on the device for Openflow testing, I've found a lot of
> >> great material that applies to 1.x versions of the hardware. I'm
> >> having terrible luck trying to compile and load an Openwrt image with
> >> the kernel module and userspace package. Using trunk and the Openwrt
> >> official feed version of OVS, the build succeeds; however, I end up
> >> with a router that is unreachable with ping. I tried adding pichuan's
> >> feed to gwlim's patched version of barrier breaker
> >> (https://github.com/gwlim/wr1043nd-barrier-breaker-patch) but the
> >> build fails with an error documented in the issues list for pichuan's
> >> project.
> >>
> >> Has anyone had success getting OVS on the TL-WR1043nd v2.1? I'd
> >> greatly appreciate any notes on the build process or a binary.
> >>
> >> Jeff L.
> >> _______________________________________________
> >> openflow-discuss mailing list
> >> [email protected]
> >> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
> >
> >
> >
> > --
> > Alison Chan
> > Kettering University
> > [email protected]
> > +1 909 278 7753
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> openflow-discuss mailing list
> [email protected]
> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
>
> ------------------------------
>
> End of openflow-discuss Digest, Vol 73, Issue 3
> ***********************************************
>
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to