global ASN configured by DM causes conflict when import existing fabric
Bug #1795713 reported by
Tony Liu
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R5.0 |
Fix Committed
|
Critical
|
Rishabh Tulsian | |||
Trunk |
Fix Committed
|
Critical
|
Rishabh Tulsian |
Bug Description
/opt/contrail/
It sets global ASN. When importing existing fabric where global ASN is already set, this causes conflict.
For Contrail overlay BGP peering, local-as should be used in the group to avoid conflict.
tags: | added: 5.0.2 blocker |
affects: | opencontrail → juniperopenstack |
Changed in juniperopenstack: | |
assignee: | nobody → Rishabh Tulsian (rtulsian) |
assignee: | Rishabh Tulsian (rtulsian) → nobody |
milestone: | none → r5.0.2 |
assignee: | nobody → Rishabh Tulsian (rtulsian) |
tags: | added: fabric overlay |
To post a comment you must log in.
In case of importing existing fabric where [ routing-options autonomous-system ] is already configured, ip_clos_ _ routing-options autonomous-system ] again. To build overlay overlay_ bgp__ protocols bgp group <name> local-as ].
don't set [ groups __contrail_
BGP peering, set [ groups __contrail_
In case of building fabric from scratch, [ groups __contrail_ ip_clos_ _ routing-options autonomous-system ]
can be set for underlay BGP peering. But 'local-as' should still be set for overlay, in case overlay
and underlay use different ASN.