MAC entry update from node A is not synced to Peer Node


mani sankar <sankar.m9987@...>
 

Hi Team,

I have a setup with two hardware VTEP's connected to ODL controller [version:Nitrogen]. One of the device sends an Ucast_Macs_Local entry to ODL and i can see the ODL's Operational data store getting updated with the same details but it is not getting pushed to Peer VTEP (remote vtep). Can you please let me know whether am i missing any configs .

Note : I have installed only the following modules 
odl-ovsdb-hwvtepsouthbound 
odl-ovsdb-hwvtepsouthbound-rest 
odl-ovsdb-hwvtepsouthbound-ui 
odl-restconf-all 
odl-ovsdb-hwvtepsouthbound-api
odl-ovsdb-southbound-api
odl-ovsdb-southbound-impl
odl-ovsdb-library
odl-ovsdb-hwvtepsouthbound-rest
odl-ovsdb-southbound-impl-ui
odl-ovsdb-southbound-impl-rest


Logs:
Update from device 
[send]: tcp:10.16.133.134:6640 notification, method="update"
Feb  9 20:11:37 :   transaction commit done
Feb  9 20:11:37 :   [Add-row: table: Ucast_Macs_Local]
Feb  9 20:11:37 :     logical_switch:fc983c99-3ff5-4c3e-8304-633736f56a29
Feb  9 20:11:37 :     ipaddr:50.1.1.2
Feb  9 20:11:38 :     MAC:00:aa:aa:aa:aa:aa
Feb  9 20:11:38 :     _uuid:0187960c-95ec-4a0a-b732-3c0bb5aa0bd9
Feb  9 20:11:38 :     _version:06895618-c190-4583-9ca8-6e83d2760f62
Feb  9 20:11:38 :     locator:e5e4a86f-3261-4f69-902d-4beedb20db08

Operational datastore output 
"hwvtep:local-ucast-macs": [
                            {
                                "logical-switch-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://uuid/30f282bc-d0a1-4558-a3dc-c6466800547e']/hwvtep:logical-switches[hwvtep:hwvtep-node-name='ls0']",
                                "mac-entry-key": "00:aa:aa:aa:aa:aa",
                                "mac-entry-uuid": "0187960c-95ec-4a0a-b732-3c0bb5aa0bd9",
                                "locator-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='hwvtep:1']/network-topology:node[network-topology:node-id='hwvtep://uuid/30f282bc-d0a1-4558-a3dc-c6466800547e']/network-topology:termination-point[network-topology:tp-id='vxlan_over_ipv4:50.1.1.2']",
                                "ipaddr": "50.1.1.2"
                            },

--
With Regards,
Mani Sankar.