You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GENI Users
Hello,
I created a simple switch network with ryu controller as below
when i try to ping from the host h1 to host h2. As first request h1 sends arp request to h2 is not successful and no response from h2 therefore h1 keep on sending arp to reach h2. I have used the simple_learning_13.py script from Ryu package example.
PFA for screen shot of my terminals.
I tried the above in mininet simulator, it worked well.
>
>
>
>
>
>
>
>
>
>
>
> when i try to ping from the host h1 to host h2. As first request h1
> sends arp request to h2 is not successful and no response from h2
> therefore h1 keep on sending arp to reach h2. I have used the
> simple_learning_13.py script from Ryu package example.
>
> PFA for screen shot of my terminals.
>
> I tried the above in mininet simulator, it worked well.
>
> can anyone help me out?
>
> Thanks,
> Goutham
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GENI Users
Hi Goutham,
Can you please double check that your hosts are on the same subnet (just do ifconfig)? If they are on different subnets and you are running a simple l2_learning module, then your packets will not get to your destination (no one is doing routing between your subnets).