[EVPN VXLAN] QFX 10K : L3 Interface required in RI for Inter VN traffic to work

Bug #1733704 reported by chhandak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R4.0
Fix Committed
Critical
Suresh Balineni
R4.1
Fix Committed
Critical
Suresh Balineni
Trunk
Fix Committed
Critical
Suresh Balineni

Bug Description

As per QFX10K implementation, we need to associate one lo0 interface in RI for route lookup to happen for Inter VN traffic. IP address of the interface does not matter. So we can probably use 127.0.0.1 Ip itself for different loopback IP associated to different

Following config worked for me

root@5b11-qfx4# run show configuration groups __contrail__ | display set | grep lo0
set groups __contrail__ interfaces lo0 unit 100 family inet address 127.0.0.1/32
set groups __contrail__ interfaces lo0 unit 0 family inet address 172.16.4.1/32 primary
set groups __contrail__ interfaces lo0 unit 0 family inet address 172.16.4.1/32 preferred
set groups __contrail__ interfaces lo0 unit 1 family inet address 127.0.0.1/32
set groups __contrail__ routing-instances _contrail___contrail_lr_internal_vn_f8d0a2d3-2fdd-4b85-922a-a47d94090659__-l3-6 interface lo0.1
set groups __contrail__ routing-instances bogus interface lo0.100
set groups __contrail__ switch-options vtep-source-interface lo0.0

root@5b11-qfx4# run show interfaces lo0 terse
Interface Admin Link Proto Local Remote
lo0 up up
lo0.0 up up inet 172.16.4.1 --> 0/0
                                   inet6 fe80::f6a7:390f:fcb4:43f8
lo0.1 up up inet 127.0.0.1 --> 0/0
lo0.100 up up inet 127.0.0.1 --> 0/0
lo0.16385 up up inet

chhandak (chhandak)
Changed in juniperopenstack:
importance: Undecided → Critical
assignee: nobody → Suresh Balineni (sbalineni)
milestone: none → r4.1.0.0-fcs
information type: Proprietary → Public
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/37748
Submitter: Suresh Balineni (<email address hidden>)

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

Reviewed: https://review.opencontrail.org/37748
Committed: http://github.com/Juniper/contrail-controller/commit/bbf893a52d6c6f9a009fb47194078d2b996327c2
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit bbf893a52d6c6f9a009fb47194078d2b996327c2
Author: sbalineni <email address hidden>
Date: Tue Nov 21 14:26:26 2017 -0800

[DM]: QFX10K limitation: need to add a lo0 interface and place in RI

- QFX10K has a limitation: need to associate one lo0 interface in RI
for route lookup to happen for Inter VN traffic. Need to assign one bogus ip
- Also needed bgp.route resolution rib config for spines (for route-target family)

Change-Id: If62abe7794b8bc2fee466067127335cb9d5a87f6
Closes-Bug: #1733704
Closes-Bug: #1732767

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

Review in progress for https://review.opencontrail.org/38070
Submitter: Suresh Balineni (<email address hidden>)

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

Reviewed: https://review.opencontrail.org/38070
Committed: http://github.com/Juniper/contrail-controller/commit/5ba9ef6949058090398f5265182b18c844f7b5e9
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 5ba9ef6949058090398f5265182b18c844f7b5e9
Author: sbalineni <email address hidden>
Date: Tue Nov 21 14:26:26 2017 -0800

[DM]: QFX10K limitation: need to add a lo0 interface and place in RI

- QFX10K has a limitation: need to associate one lo0 interface in RI
for route lookup to happen for Inter VN traffic. Need to assign one bogus ip
- Also needed bgp.route resolution rib config for spines (for route-target family)

Change-Id: If62abe7794b8bc2fee466067127335cb9d5a87f6
Closes-Bug: #1733704
Closes-Bug: #1732767
(cherry picked from commit bbf893a52d6c6f9a009fb47194078d2b996327c2)

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

Review in progress for https://review.opencontrail.org/38365
Submitter: Suresh Balineni (<email address hidden>)

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

Reviewed: https://review.opencontrail.org/38365
Committed: http://github.com/Juniper/contrail-controller/commit/464762758a595d8777f1cb508580192826edb09a
Submitter: Zuul (<email address hidden>)
Branch: master

commit 464762758a595d8777f1cb508580192826edb09a
Author: sbalineni <email address hidden>
Date: Tue Nov 21 14:26:26 2017 -0800

[DM]: QFX10K limitation: need to add a lo0 interface and place in RI

- QFX10K has a limitation: need to associate one lo0 interface in RI
for route lookup to happen for Inter VN traffic. Need to assign one bogus ip
- Also needed bgp.route resolution rib config for spines (for route-target family)
- Added UT

Change-Id: If62abe7794b8bc2fee466067127335cb9d5a87f6
Closes-Bug: #1733704
Closes-Bug: #1732767

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.