[openflowplugin-dev] Issue in adding static host using mininet(of13)


Luis Gomez
 

Hi Madhusudhan,

When you add a static host using Host Tracker NB API, you should see:

- One host if you list all hosts using Host Tracker NB API
- One flow/switch matching dst-ip = static host ip (this is the simple forwarding app pushing flows for known hosts)

From your mail, it looks like that what you see is expected behavior.

BR/Luis



On Apr 24, 2014, at 5:41 PM, Madhusudhan Kandadai <madhusudhan.opendaylight@...> wrote:

Hello,

After adding a static host for a particular node, and from the statistics, I could see host is present in all the nodes. However in the GUI, it shows correct. I am not sure whether this is expected behavior.

Steps to reproduce:

1. Start the controller using of13 option
2. Start the mininet of13 tree,2
3. Check the stats response first before adding a static host: GET http://127.0.0.1:8080/controller/nb/v2/statistics/default/flow

Body: 

<hostConfig>
 <dataLayerAddress>8e:ad:13:44:4d:8c</dataLayerAddress>
 <networkAddress>10.1.0.4</networkAddress>
 <nodeType>MD_SAL</nodeType>
 <nodeId>openflow:3</nodeId>
 <nodeConnectorType>MD_SAL</nodeConnectorType>
 <nodeConnectorId>openflow:3:2</nodeConnectorId>
 <staticHost>true</staticHost>
</hostConfig>

5. Give a few seconds :). Check the stats response again, you could see host is showing up in all the nodes.

Could you replicate in your set-up and let us know it is correct?

Thanks,
Madhusudhan
_______________________________________________
openflowplugin-dev mailing list
openflowplugin-dev@...
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev


Madhusudhan Kandadai <madhusudhan.opendaylight@...>
 

Hello,

After adding a static host for a particular node, and from the statistics, I could see host is present in all the nodes. However in the GUI, it shows correct. I am not sure whether this is expected behavior.

Steps to reproduce:

1. Start the controller using of13 option
2. Start the mininet of13 tree,2
3. Check the stats response first before adding a static host: GET http://127.0.0.1:8080/controller/nb/v2/statistics/default/flow

Body: 

<hostConfig>
 <dataLayerAddress>8e:ad:13:44:4d:8c</dataLayerAddress>
 <networkAddress>10.1.0.4</networkAddress>
 <nodeType>MD_SAL</nodeType>
 <nodeId>openflow:3</nodeId>
 <nodeConnectorType>MD_SAL</nodeConnectorType>
 <nodeConnectorId>openflow:3:2</nodeConnectorId>
 <staticHost>true</staticHost>
</hostConfig>

5. Give a few seconds :). Check the stats response again, you could see host is showing up in all the nodes.

Could you replicate in your set-up and let us know it is correct?

Thanks,
Madhusudhan