5.0: Granular Routing policy. Adding a AS-path with the same AS value as the cluster AS removes all interface routes. This should be blocked from being created in the first place.
Bug #1753992 reported by
Shashikiran H
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R5.0 |
Fix Committed
|
Medium
|
Sahil Sabharwal | |||
Trunk |
Fix Committed
|
Medium
|
Sahil Sabharwal |
Bug Description
Version: 5.0
Picked up the latest build.
Topo:
10.204.217.7 cfgm control ui openstack
10.204.216.68 cfgm control
10.204.216.72 cfgm control
10.204.217.16 vrouter
10.204.217.17 vrouter
left-vn --- right-vn
If I have a routing-policy on the left-vn appending AS path with the same value as cluster AS, the bgp nodes will not accept the routes because they have their "own" as in the bgp attribute. So, these routes are removed from the vrf on both left and right vrf.
Instead, check has to be made to see if the value being appended is the same as the cluster AS. If yes, the configuration should not be allowed at all.
To post a comment you must log in.
This check has to be done in the backend and the API should throw error.