Hi all,
I have 2 question please,
the first question is: After making my linear topology in mininet (3 switch, each one has 1 host)[sudo mn --mac --controller remote --topo linear,3,1]. Activating the reactive forwarding application to find hosts, after deactivating it [app deactivate fwd], and adding an intent for h1 (10.0.0.1) to h3 (10.0.0.3) [ add-host-intent 00:00:00:00:00:01/None 00:00:00:00:00:03/None]. I can ping between the hosts for the first time, and running the ping command again, the ping can't happen between the two hosts. I checked the intent in my GUI, i see it in orange path between them, also in [intents] command i see that there is an intent for h1 and h3. Does anyone can explain me this?
The second: It is about [wipe-out please] command, I enter this command to clean the topology in the GUI when I [quit] mininet and [sudo mn -c]. After that I make a new topology in mininet (or the same later topology in command line), in the GUI i see no links between the switches, also in the CLI, using the [links] command i see no result, I activate the reactive forwarding application, and also no ping happen in mininet. I solved this by relunching onos again and making a new topology but i think this is not good.
Mohamed.