Activity log for bug #1757396

Date Who What changed Old value New value Message
2018-03-21 10:24:57 Shashikiran H bug added bug
2018-03-21 10:25:03 Shashikiran H nominated for series juniperopenstack/trunk
2018-03-21 10:25:03 Shashikiran H bug task added juniperopenstack/trunk
2018-03-21 10:25:09 Shashikiran H juniperopenstack/trunk: milestone r5.0.0
2018-03-21 10:26:04 Shashikiran H 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 mx -- left-vn --- si1(ecmp, in-network) --- right-vn I have a routing policy to mark interface routes with MED 312 on left VN for left VRF originated routes(4.1.1.9,which is VMI ip of VM sitting on left VRF). The routes in left VRF correctly get updated with MED value I configure. But those values do not reflect on the right VRF. The same route 4.1.1.9, shows up with MED as 100(default) in right vrf. Same behaviour for LP. LP as 213 gets updated in left vrf, but does not reflect on right vrf for left originated routes. However, the routes mx receives(say 4.1.1.9) have MED as 312 and LP as 213 correctly. from protocol interface then local-preference 312 action default <iq> <routing-policy-entries> <term> <term-match-condition> <protocol>interface</protocol> <community></community> <community-match-all>false</community-match-all> </term-match-condition> <term-action-list> <update> <as-path> <expand /> </as-path> <community> <add /> <remove /> <set /> </community> <local-pref>312</local-pref> <med>0</med> </update> <action></action> </term-action-list> </term> </routing-policy-entries> </iq> 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 mx -- left-vn --- si1(ecmp, in-network) --- right-vn I have a routing policy to mark interface routes with MED 312 on left VN for left VRF originated routes(4.1.1.9,which is VMI ip of VM sitting on left VRF). The routes in left VRF correctly get updated with MED value I configure. But those values do not reflect on the right VRF. The same route 4.1.1.9, shows up with MED as 100(default) in right vrf. Same behaviour for LP. LP as 213 gets updated in left vrf, but does not reflect on right vrf for left originated routes. However, the routes mx receives(say 4.1.1.9) have MED as 312 and LP as 213 correctly. If, instead of modifying MED or LP, it I add community however, right VRF correctly has the newly added community and even mx receives the community correctly. from protocol interface then local-preference 312 action default <iq>  <routing-policy-entries>   <term>    <term-match-condition>     <protocol>interface</protocol>     <community></community>     <community-match-all>false</community-match-all>    </term-match-condition>    <term-action-list>     <update>      <as-path>       <expand />      </as-path>      <community>       <add />       <remove />       <set />      </community>      <local-pref>312</local-pref>      <med>0</med>     </update>     <action></action>    </term-action-list>   </term>  </routing-policy-entries> </iq>
2018-04-02 02:17:10 Nikhil Bansal juniperopenstack/trunk: assignee Pramodh D'Souza (psdsouza) Nikhil Bansal (nikhilb-u)
2018-04-02 02:17:16 Nikhil Bansal juniperopenstack/trunk: status New Invalid