Comment 0 for bug 1672460

Revision history for this message
amit surana (asurana-t) wrote : DM: support MPLSoUDP tunnel config on MX if junos is >= 16.1

Starting from JUNOS 16.2R1, MX supports MPLSoUDP tunnels. If highest priority encap configured on contrail is MPLSoUDP, and MX junos version supports MPLSoUDP tunnels, then DM should push the below configuration. If the junos on MX does not support MPLSoUDP, then irrespective of the encap priority, MX should be configured for GRE tunnels.

set groups __contrail__ routing-options dynamic-tunnels contrail udp
set groups __contrail__ policy-options policy-statement test1-export term 1 then community add encap-udp
set groups __contrail__ policy-options community encap-udp members 0x030c:64512:13

Going forward, MX would be able to signal this capability and so only the 'dynamic-tunnels contrail udp' line would be necessary.