Changing AAP mode from active-standby to active-active does not make the route to be ECMP route
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.21.x |
Won't Fix
|
High
|
RAVI KIRAN | |||
R3.0 |
Fix Committed
|
High
|
RAVI KIRAN | |||
R3.0.2.x |
Fix Committed
|
High
|
RAVI KIRAN | |||
R3.1 |
Fix Committed
|
High
|
RAVI KIRAN | |||
Trunk |
Fix Committed
|
High
|
RAVI KIRAN |
Bug Description
R2.21.2 Build 41
20.1.1.3 and 20.1.1.4 were given allowed address pair IP of 20.1.1.10
Since the default AAP mode is active-standby, manually updated the mode to be active-active for both the ports.
It was seen that even though agent got the updated config, but the route for 20.1.1.10/32 did not become a ECMP route.
Naveen is aware of the issue.
>>> from vnc_api.vnc_api import VncApi
>>>
>>> vh=VncApi(
>>>
>>>
>>> obj= vh.virtual_
>>> obj1 = obj.get_
>>> obj2=obj1.
>>>
>>> obj2.set_
>>> obj1.set_
>>> obj.set_
>>> vh.virtual_
root@nodec7:
+------
| Field | Value |
+------
| admin_state_up | True |
| allowed_
| binding:vif_details | {"port_filter": true} |
| binding:vif_type | vrouter |
| device_id | b0358795-
| device_owner | compute:None |
| fixed_ips | {"subnet_id": "b6090cda-
| id | 8b98eae5-
| mac_address | 02:8b:98:ea:e5:ad |
| name | 8b98eae5-
| network_id | e609fc12-
| security_groups | dbd01ad3-
| status | ACTIVE |
| tenant_id | a8f9eafe3f37432
+------
root@nodec7:
+------
| Field | Value |
+------
| admin_state_up | True |
| allowed_
| binding:vif_details | {"port_filter": true} |
| binding:vif_type | vrouter |
| device_id | 8f1043dc-
| device_owner | compute:None |
| fixed_ips | {"subnet_id": "b6090cda-
| id | 1baafb25-
| mac_address | 02:1b:aa:fb:25:7e |
| name | 1baafb25-
| network_id | e609fc12-
| security_groups | dbd01ad3-
| status | ACTIVE |
| tenant_id | a8f9eafe3f37432
+------
root@nodec7:
Changed in juniperopenstack: | |
assignee: | Naveen N (naveenn) → RAVI KIRAN (ravibk) |
Review in progress for https:/ /review. opencontrail. org/22152
Submitter: RAVI KIRAN (<email address hidden>)