MPLS/Multicast traffic is seen dropping at VRF's

Bug #1529829 reported by Pratik
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R2.20
Fix Committed
High
Manish Singh
R2.21.x
Fix Committed
High
Manish Singh
R2.22.x
Fix Committed
High
Manish Singh
Trunk
Fix Committed
High
Manish Singh

Bug Description

While deploying VMX VM's, we have noticed that, tunnel communication across compute nodes is dropping the Multicast/Broadcast packets.

Here are the setup details in reproduced state. FPC0 VM is trying to send broadcast packets to RE VM, which are getting dropped at VRF level on its compute node.

RE0 –

Mgmt IP : 10.92.17.64
Node : cumulus-compute10.englab.juniper.net
Associated MAC : 2:54:26:b9:db:f

FPC0
Mgmt IP : 10.92.17.35
Node : cumulus-compute18.englab.juniper.net
Associated MAC : 2:3e:c9:cd:ca:f9

Tags: vrouter
tags: added: vrouter
Changed in juniperopenstack:
assignee: nobody → Manish Singh (manishs)
Changed in juniperopenstack:
milestone: none → r3.0-fcs
importance: Undecided → High
Pratik (pmaru)
information type: Proprietary → Private
information type: Private → Proprietary
information type: Proprietary → Public
Pratik (pmaru)
information type: Public → Proprietary
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/16313
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/16314
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/16313
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/16314
Submitter: Manish Singh (<email address hidden>)

information type: Proprietary → Public
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/16313
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.21.x

Review in progress for https://review.opencontrail.org/17015
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/16313
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.21.x

Review in progress for https://review.opencontrail.org/17015
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/16313
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/16313
Committed: http://github.org/Juniper/contrail-controller/commit/d58bf7f94d007f55807d26d09d4fbae50066d5ac
Submitter: Zuul
Branch: master

commit d58bf7f94d007f55807d26d09d4fbae50066d5ac
Author: Manish <email address hidden>
Date: Fri Jan 15 08:56:00 2016 +0530

Multicast traffic gets dropped.

Problem:
When all the VMI's are gone multicast object is deleted. However VN is still not
gone and meanwhile new VMI gets added. During this window where all VMI were
gone to new VMI gets added, olist for replication tree is received from
control-node. This update is neglected in absence of multicast object for same.
This results in no multicast tree.

Solution:
Retain multicast object till two conditions are met:
- All VMIS are gone
- VN is no more in use by multicast.

Change-Id: Ica43ce9ed4951f644d9049b354e0764c860ef4d4
Closes-bug: 1529829

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.21.x

Review in progress for https://review.opencontrail.org/17015
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.20

Review in progress for https://review.opencontrail.org/17412
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R2.22.x

Review in progress for https://review.opencontrail.org/17413
Submitter: Manish Singh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/17015
Committed: http://github.org/Juniper/contrail-controller/commit/30971c76849c5c587c96a54d9335fa90dcd09630
Submitter: Zuul
Branch: R2.21.x

commit 30971c76849c5c587c96a54d9335fa90dcd09630
Author: Manish <email address hidden>
Date: Fri Jan 15 08:56:00 2016 +0530

Multicast traffic gets dropped.

Problem:
When all the VMI's are gone multicast object is deleted. However VN is still not
gone and meanwhile new VMI gets added. During this window where all VMI were
gone to new VMI gets added, olist for replication tree is received from
control-node. This update is neglected in absence of multicast object for same.
This results in no multicast tree.

Solution:
Retain multicast object till two conditions are met:
- All VMIS are gone
- VN is no more in use by multicast.

Change-Id: Ica43ce9ed4951f644d9049b354e0764c860ef4d4
Closes-bug: 1529829

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/17413
Committed: http://github.org/Juniper/contrail-controller/commit/1903658b1875369b2e101d3ba5c85eacdc34a51b
Submitter: Zuul
Branch: R2.22.x

commit 1903658b1875369b2e101d3ba5c85eacdc34a51b
Author: Manish <email address hidden>
Date: Fri Jan 15 08:56:00 2016 +0530

Multicast traffic gets dropped.

Problem:
When all the VMI's are gone multicast object is deleted. However VN is still not
gone and meanwhile new VMI gets added. During this window where all VMI were
gone to new VMI gets added, olist for replication tree is received from
control-node. This update is neglected in absence of multicast object for same.
This results in no multicast tree.

Solution:
Retain multicast object till two conditions are met:
- All VMIS are gone
- VN is no more in use by multicast.

Change-Id: Ica43ce9ed4951f644d9049b354e0764c860ef4d4
Closes-bug: 1529829

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/17412
Committed: http://github.org/Juniper/contrail-controller/commit/60ec422fadb8930a95e153191f2e459ff7db8e02
Submitter: Zuul
Branch: R2.20

commit 60ec422fadb8930a95e153191f2e459ff7db8e02
Author: Manish <email address hidden>
Date: Fri Jan 15 08:56:00 2016 +0530

Multicast traffic gets dropped.

Problem:
When all the VMI's are gone multicast object is deleted. However VN is still not
gone and meanwhile new VMI gets added. During this window where all VMI were
gone to new VMI gets added, olist for replication tree is received from
control-node. This update is neglected in absence of multicast object for same.
This results in no multicast tree.

Solution:
Retain multicast object till two conditions are met:
- All VMIS are gone
- VN is no more in use by multicast.

Change-Id: Ic18907cf371d5accfe170cc6b2d2427912fc0b54
Closes-bug: 1529829

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.