Hi All, I am trying to simulate the network topology ( 3 routers connected in serial, each router is directly connected with 1 host) using mininet and pox controller (forwarding.l3_learning module)
R1 --------------R2--------------R3 | | | | | | H1 H2 H3 I want to ping H1 to H3 and vice versa. The openflow reference implementation/ OpenVSwitch doesnt support router code. Both supports only switch implementation. Do we have some router reference implemnetation for router with openflow enabled?? Basically, i am doing project, for syncronizing multiple POX controller (kind inter AS Routing) using messenger . The above question is first step towards that. Thanks suresh
