Hello,

I am trying to implement the following: if any switch sees an ARP request then forward it to a particular fixed IP address and port, say Server Y, (over a TCP connection) except when the source address is the fixed address itself.

I am new to openflow and nox and I am confused with a few points. Any help with be appreciated.

1. The nox controller will be running in server X. How would the switches know what is the address of server x and that they need to create a tcp connection with it? Do I write code for this in Openflow and add it to every switch?

2. How do I open a TCP connection between each switch and Server Y to forward ARP requests? Also, how would the switch know the address of server Y?

Please do let me know if you have any ideas/suggestions for coding (or which classes I should have a look at for reference or to use).

Thank you,

Regards,

Ishaan

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to